Commit d70c80fb authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 4.2.0 [skip ci]

parent c6feb049
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [4.2.0](https://gitlab.com/to-be-continuous/cloud-foundry/compare/4.1.0...4.2.0) (2023-12-8)


### Features

* use centralized service images (gitlab.com) ([c32c675](https://gitlab.com/to-be-continuous/cloud-foundry/commit/c32c67514461d5395de10f3b86b984d80c4e2678))

# [4.1.0](https://gitlab.com/to-be-continuous/cloud-foundry/compare/4.0.2...4.1.0) (2023-12-5)


+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.1.0'
    ref: '4.2.0'
    file: '/templates/gitlab-ci-cf.yml'
```

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

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

# Global variables
@@ -447,7 +447,7 @@ with [variabilized](https://docs.cloudfoundry.org/devguide/deploy-apps/manifest-
```yaml
include:
  - project: 'to-be-continuous/cloud-foundry'
    ref: '4.1.0'
    ref: '4.2.0'
    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.1.0" ]
      command: ["--service", "cloudfoundry", "4.2.0" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -754,7 +754,7 @@ stages:
  image: $CF_CLI_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "cloudfoundry", "4.1.0" ]
      command: ["--service", "cloudfoundry", "4.2.0" ]
  before_script:
    # forcing en-US locale so we can parse cf commands output if necessary
    - cf config --locale "en-US"