Commit cb0d3641 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent b905f868
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [4.0.1](https://gitlab.com/to-be-continuous/cloud-foundry/compare/4.0.0...4.0.1) (2023-10-16)


### Bug Fixes

* declare all TBC stages ([b905f86](https://gitlab.com/to-be-continuous/cloud-foundry/commit/b905f8684d6ce43e387e16cdc0d46723a42a9036))

# [4.0.0](https://gitlab.com/to-be-continuous/cloud-foundry/compare/3.1.0...4.0.0) (2023-08-28)


+5 −5
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/cloud-foundry'
    ref: '4.0.0'
    ref: '4.0.1'
    file: '/templates/gitlab-ci-cf.yml'
```

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

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

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

# Global variables
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ variables:
.cf-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "cloudfoundry", "4.0.0" ]
      command: ["--service", "cloudfoundry", "4.0.1" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -731,7 +731,7 @@ stages:
  image: $CF_CLI_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "cloudfoundry", "4.0.0" ]
      command: ["--service", "cloudfoundry", "4.0.1" ]
  before_script:
    # forcing en-US locale so we can parse cf commands output if necessary
    - cf config --locale "en-US"