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

chore(release): 1.6.3 [skip ci]

parent 380506bd
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.6.3](https://gitlab.com/to-be-continuous/cloud-foundry/compare/1.6.2...1.6.3) (2022-02-23)


### Bug Fixes

* **vault:** Vault JWT authentication not working ([380506b](https://gitlab.com/to-be-continuous/cloud-foundry/commit/380506bdf9986c07c20df5084986cfa3a682936b))

## [1.6.2](https://gitlab.com/to-be-continuous/cloud-foundry/compare/1.6.1...1.6.2) (2022-01-10)


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

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

variables:
@@ -389,7 +389,7 @@ variables:
```yaml
include:
  - project: 'to-be-continuous/cloud-foundry'
    ref: '1.6.2'
    ref: '1.6.3'
    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.6.2'
    ref: '1.6.3'
    file: '/templates/gitlab-ci-cf.yml'

# Global variables
+1 −1
Original line number Diff line number Diff line
@@ -5,6 +5,6 @@
.cf-base:
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "cloudfoundry", "1.6.2" ]
      command: ["--service", "cloudfoundry", "1.6.3" ]
    - name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master"
      alias: "vault-secrets-provider"
+2 −2
Original line number Diff line number Diff line
@@ -701,7 +701,7 @@ stages:
    fi
  }

  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update cloud-foundry "1.6.2"; fi
  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update cloud-foundry "1.6.3"; fi
  unscope_variables
  eval_all_secrets

@@ -712,7 +712,7 @@ stages:
  image: $CF_CLI_IMAGE
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "cloudfoundry", "1.6.2" ]
      command: ["--service", "cloudfoundry", "1.6.3" ]
  before_script:
    # forcing en-US locale so we can parse cf commands output if necessary
    - cf config --locale "en-US"