Loading
+8 −0
Original line number Diff line number Diff line
# [4.5.0](https://gitlab.com/to-be-continuous/cloud-foundry/compare/4.4.0...4.5.0) (2024-09-27)


### Features

* add push args variable ([96f7295](https://gitlab.com/to-be-continuous/cloud-foundry/commit/96f72950486b2b732ebea32abb34c1d7793d3329))
* support rolling strategy ([178b688](https://gitlab.com/to-be-continuous/cloud-foundry/commit/178b688acb91e9ac8e39bd16b439de40b6389bb0))

# [4.4.0](https://gitlab.com/to-be-continuous/cloud-foundry/compare/4.3.6...4.4.0) (2024-09-27)


+6 −6
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: 'gitlab.com/to-be-continuous/cloud-foundry/gitlab-ci-cf@4.4.0'
  - component: 'gitlab.com/to-be-continuous/cloud-foundry/gitlab-ci-cf@4.5.0'
    # 2: set/override component inputs
    inputs:
      # ⚠ this is only an example
@@ -68,7 +68,7 @@ Add the following to your `gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/cloud-foundry'
    ref: '4.4.0'
    ref: '4.5.0'
    file: '/templates/gitlab-ci-cf.yml'

variables:
@@ -481,11 +481,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/cloud-foundry'
    ref: '4.4.0'
    ref: '4.5.0'
    file: '/templates/gitlab-ci-cf.yml'
  # Vault variant
  - project: 'to-be-continuous/cloud-foundry'
    ref: '4.4.0'
    ref: '4.5.0'
    file: '/templates/gitlab-ci-cf-vault.yml'

variables:
@@ -516,7 +516,7 @@ variables:
```yaml
include:
  - project: 'to-be-continuous/cloud-foundry'
    ref: '4.4.0'
    ref: '4.5.0'
    file: '/templates/gitlab-ci-cf.yml'

# Global variables
@@ -565,7 +565,7 @@ with [variabilized](https://docs.cloudfoundry.org/devguide/deploy-apps/manifest-
```yaml
include:
  - project: 'to-be-continuous/cloud-foundry'
    ref: '4.4.0'
    ref: '4.5.0'
    file: '/templates/gitlab-ci-cf.yml'

# Global variables