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

chore(release): 1.6.1 [skip ci]

parent 8dddea0e
No related branches found
Tags 1.6.1
No related merge requests found
## [1.6.1](https://gitlab.com/to-be-continuous/gcloud/compare/1.6.0...1.6.1) (2022-02-23)
### Bug Fixes
* **vault:** Vault JWT authentication not working ([8dddea0](https://gitlab.com/to-be-continuous/gcloud/commit/8dddea0e00689cf27b928a931305bb430a9c6db8))
# [1.6.0](https://gitlab.com/to-be-continuous/gcloud/compare/1.5.2...1.6.0) (2022-01-10)
......
......@@ -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: '1.6.0'
ref: '1.6.1'
file: '/templates/gitlab-ci-gcloud.yml'
```
......@@ -240,7 +240,7 @@ Let's imagine a backend service:
include:
# Include Google Cloud template
- project: 'to-be-continuous/gcloud'
ref: '1.6.0'
ref: '1.6.1'
file: '/templates/gitlab-ci-gcloud.yml'
...
......@@ -375,11 +375,11 @@ With:
include:
# main template
- project: 'to-be-continuous/gcloud'
ref: '1.6.0'
ref: '1.6.1'
file: '/templates/gitlab-ci-gcloud.yml'
# Vault variant
- project: 'to-be-continuous/gcloud'
ref: '1.6.0'
ref: '1.6.1'
file: '/templates/gitlab-ci-gcloud-vault.yml'
variables:
......
......@@ -5,6 +5,6 @@
.gcp-base:
services:
- name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
command: ["--service", "gcloud", "1.6.0" ]
command: ["--service", "gcloud", "1.6.1" ]
- name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master"
alias: "vault-secrets-provider"
......@@ -331,7 +331,7 @@ stages:
fi
}
if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update gcloud "1.6.0"; fi
if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update gcloud "1.6.1"; fi
# export tool functions (might be used in after_script)
export -f log_info log_warn log_error assert_defined awkenvsubst
......@@ -347,7 +347,7 @@ stages:
image: $GCP_CLI_IMAGE
services:
- name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
command: ["--service", "gcloud", "1.6.0" ]
command: ["--service", "gcloud", "1.6.1" ]
before_script:
- *gcp-scripts
- 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