Skip to content
Snippets Groups Projects
Commit 941bf651 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 2.1.1 [skip ci]

parent 14610141
No related branches found
No related tags found
No related merge requests found
## [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) # [2.1.0](https://gitlab.com/to-be-continuous/gcloud/compare/2.0.0...2.1.0) (2022-10-11)
......
...@@ -54,7 +54,7 @@ In order to include this template in your project, add the following to your `gi ...@@ -54,7 +54,7 @@ In order to include this template in your project, add the following to your `gi
```yaml ```yaml
include: include:
- project: 'to-be-continuous/gcloud' - project: 'to-be-continuous/gcloud'
ref: '2.1.0' ref: '2.1.1'
file: '/templates/gitlab-ci-gcloud.yml' file: '/templates/gitlab-ci-gcloud.yml'
``` ```
...@@ -276,7 +276,7 @@ Let's imagine a backend service: ...@@ -276,7 +276,7 @@ Let's imagine a backend service:
include: include:
# Include Google Cloud template # Include Google Cloud template
- project: 'to-be-continuous/gcloud' - project: 'to-be-continuous/gcloud'
ref: '2.1.0' ref: '2.1.1'
file: '/templates/gitlab-ci-gcloud.yml' file: '/templates/gitlab-ci-gcloud.yml'
... ...
...@@ -411,11 +411,11 @@ With: ...@@ -411,11 +411,11 @@ With:
include: include:
# main template # main template
- project: 'to-be-continuous/gcloud' - project: 'to-be-continuous/gcloud'
ref: '2.1.0' ref: '2.1.1'
file: '/templates/gitlab-ci-gcloud.yml' file: '/templates/gitlab-ci-gcloud.yml'
# Vault variant # Vault variant
- project: 'to-be-continuous/gcloud' - project: 'to-be-continuous/gcloud'
ref: '2.1.0' ref: '2.1.1'
file: '/templates/gitlab-ci-gcloud-vault.yml' file: '/templates/gitlab-ci-gcloud-vault.yml'
variables: variables:
......
...@@ -9,6 +9,6 @@ variables: ...@@ -9,6 +9,6 @@ variables:
.gcp-base: .gcp-base:
services: services:
- name: "$TBC_TRACKING_IMAGE" - 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" - name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master"
alias: "vault-secrets-provider" alias: "vault-secrets-provider"
...@@ -369,7 +369,7 @@ stages: ...@@ -369,7 +369,7 @@ stages:
image: $GCP_CLI_IMAGE image: $GCP_CLI_IMAGE
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "gcloud", "2.1.0" ] command: ["--service", "gcloud", "2.1.1" ]
before_script: before_script:
- *gcp-scripts - *gcp-scripts
- install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment