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

chore(release): 5.0.2 [skip ci]

parent 658561b3
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [5.0.2](https://gitlab.com/to-be-continuous/gcloud/compare/5.0.1...5.0.2) (2023-12-2)


### Bug Fixes

* envsubst when variable contains a '&' ([658561b](https://gitlab.com/to-be-continuous/gcloud/commit/658561b3ff1477516224503b96a8491798ec9b8a))

## [5.0.1](https://gitlab.com/to-be-continuous/gcloud/compare/5.0.0...5.0.1) (2023-10-16)


+6 −6
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/gcloud'
    ref: '5.0.1'
    ref: '5.0.2'
    file: '/templates/gitlab-ci-gcloud.yml'
```

@@ -295,7 +295,7 @@ Let's imagine a backend service:
include:
  # Include Google Cloud template
  - project: 'to-be-continuous/gcloud'
    ref: '5.0.1'
    ref: '5.0.2'
    file: '/templates/gitlab-ci-gcloud.yml'
  ...

@@ -431,11 +431,11 @@ The variant supports the following configuration:
include:
  # main template
  - project: 'to-be-continuous/gcloud'
    ref: '5.0.1'
    ref: '5.0.2'
    file: '/templates/gitlab-ci-gcloud.yml'
  # Vault variant
  - project: 'to-be-continuous/gcloud'
    ref: '5.0.1'
    ref: '5.0.2'
    file: '/templates/gitlab-ci-gcloud-oidc.yml'

variables:
@@ -486,11 +486,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/gcloud'
    ref: '5.0.1'
    ref: '5.0.2'
    file: '/templates/gitlab-ci-gcloud.yml'
  # Vault variant
  - project: 'to-be-continuous/gcloud'
    ref: '5.0.1'
    ref: '5.0.2'
    file: '/templates/gitlab-ci-gcloud-vault.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ variables:
.gcp-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "gcloud", "5.0.1" ]
      command: ["--service", "gcloud", "5.0.2" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -401,7 +401,7 @@ stages:
  image: $GCP_CLI_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "gcloud", "5.0.1" ]
      command: ["--service", "gcloud", "5.0.2" ]
  before_script:
    - *gcp-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"