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

chore(release): 2.1.0 [skip ci]

parent d14b7a05
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [2.1.0](https://gitlab.com/to-be-continuous/cloud-foundry/compare/2.0.1...2.1.0) (2022-12-13)


### Features

* **vault:** configurable Vault Secrets Provider image ([d14b7a0](https://gitlab.com/to-be-continuous/cloud-foundry/commit/d14b7a05e5067a93c725e5119ec26505978376b9))

## [2.0.1](https://gitlab.com/to-be-continuous/cloud-foundry/compare/2.0.0...2.0.1) (2022-11-23)


+5 −5
Original line number Diff line number Diff line
@@ -49,7 +49,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: '2.0.1'
    ref: '2.1.0'
    file: '/templates/gitlab-ci-cf.yml'
```

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

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

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

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