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

chore(release): 2.1.1 [skip ci]

parent 14610141
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.1.1](https://gitlab.com/to-be-continuous/gcloud/compare/2.1.0...2.1.1) (2022-10-12)


### Bug Fixes

* syntax error in GCP authentication function ([2a6d02b](https://gitlab.com/to-be-continuous/gcloud/commit/2a6d02bef21016ca43f88fe09db1ab332c034785))

# [2.1.0](https://gitlab.com/to-be-continuous/gcloud/compare/2.0.0...2.1.0) (2022-10-11)


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

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

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

variables:
+1 −1
Original line number Diff line number Diff line
@@ -9,6 +9,6 @@ variables:
.gcp-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "gcloud", "2.1.0" ]
      command: ["--service", "gcloud", "2.1.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
@@ -369,7 +369,7 @@ stages:
  image: $GCP_CLI_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "gcloud", "2.1.0" ]
      command: ["--service", "gcloud", "2.1.1" ]
  before_script:
    - *gcp-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"