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

chore(release): 1.8.1 [skip ci]

## [1.8.1](https://gitlab.com/to-be-continuous/cloud-foundry/compare/1.8.0...1.8.1) (2022-07-29)

### Bug Fixes

* protect cloudfoundry password with double quotes for all cf login command lines ([198be525](https://gitlab.com/to-be-continuous/cloud-foundry/commit/198be525b6e36f052fa2ec5a8d32a0dbfa5f90f2))
parent 198be525
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.8.1](https://gitlab.com/to-be-continuous/cloud-foundry/compare/1.8.0...1.8.1) (2022-07-29)


### Bug Fixes

* protect cloudfoundry password with double quotes for all cf login command lines ([198be52](https://gitlab.com/to-be-continuous/cloud-foundry/commit/198be525b6e36f052fa2ec5a8d32a0dbfa5f90f2))

# [1.8.0](https://gitlab.com/to-be-continuous/cloud-foundry/compare/1.7.0...1.8.0) (2022-06-30)


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

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

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

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

# Global variables
+1 −1
Original line number Diff line number Diff line
@@ -9,6 +9,6 @@ variables:
.cf-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "cloudfoundry", "1.8.0" ]
      command: ["--service", "cloudfoundry", "1.8.1" ]
    - name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master"
      alias: "vault-secrets-provider"
+1 −1
Original line number Diff line number Diff line
@@ -704,7 +704,7 @@ stages:
  image: $CF_CLI_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "cloudfoundry", "1.8.0" ]
      command: ["--service", "cloudfoundry", "1.8.1" ]
  before_script:
    # forcing en-US locale so we can parse cf commands output if necessary
    - cf config --locale "en-US"