Commit 0bb53640 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent fd6b85f1
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [5.0.1](https://gitlab.com/to-be-continuous/gcloud/compare/5.0.0...5.0.1) (2023-10-16)


### Bug Fixes

* declare all TBC stages ([fd6b85f](https://gitlab.com/to-be-continuous/gcloud/commit/fd6b85f15a3e3702b9e3695f0815aa82e13452db))

# [5.0.0](https://gitlab.com/to-be-continuous/gcloud/compare/4.1.0...5.0.0) (2023-09-26)


+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.0'
    ref: '5.0.1'
    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.0'
    ref: '5.0.1'
    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.0'
    ref: '5.0.1'
    file: '/templates/gitlab-ci-gcloud.yml'
  # Vault variant
  - project: 'to-be-continuous/gcloud'
    ref: '5.0.0'
    ref: '5.0.1'
    file: '/templates/gitlab-ci-gcloud-oidc.yml'

variables:
@@ -486,11 +486,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/gcloud'
    ref: '5.0.0'
    ref: '5.0.1'
    file: '/templates/gitlab-ci-gcloud.yml'
  # Vault variant
  - project: 'to-be-continuous/gcloud'
    ref: '5.0.0'
    ref: '5.0.1'
    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.0" ]
      command: ["--service", "gcloud", "5.0.1" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -400,7 +400,7 @@ stages:
  image: $GCP_CLI_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "gcloud", "5.0.0" ]
      command: ["--service", "gcloud", "5.0.1" ]
  before_script:
    - *gcp-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"