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

chore(release): 1.6.0 [skip ci]

# [1.6.0](https://gitlab.com/to-be-continuous/gcloud/compare/1.5.2...1.6.0) (2022-01-10)

### Features

* Vault variant + non-blocking warning in case failed decoding [@url](https://gitlab.com/url)@ variable ([7e6123bc](https://gitlab.com/to-be-continuous/gcloud/commit/7e6123bc581335a15230d6f7d781d017675d3737))
parent 7e6123bc
No related branches found
Tags 1.6.0
No related merge requests found
# [1.6.0](https://gitlab.com/to-be-continuous/gcloud/compare/1.5.2...1.6.0) (2022-01-10)
### Features
* Vault variant + non-blocking warning in case failed decoding [@url](https://gitlab.com/url)@ variable ([7e6123b](https://gitlab.com/to-be-continuous/gcloud/commit/7e6123bc581335a15230d6f7d781d017675d3737))
## [1.5.2](https://gitlab.com/to-be-continuous/gcloud/compare/1.5.1...1.5.2) (2021-12-03) ## [1.5.2](https://gitlab.com/to-be-continuous/gcloud/compare/1.5.1...1.5.2) (2021-12-03)
......
...@@ -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: '1.5.2' ref: '1.6.0'
file: '/templates/gitlab-ci-gcloud.yml' file: '/templates/gitlab-ci-gcloud.yml'
``` ```
...@@ -240,7 +240,7 @@ Let's imagine a backend service: ...@@ -240,7 +240,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: '1.5.2' ref: '1.6.0'
file: '/templates/gitlab-ci-gcloud.yml' file: '/templates/gitlab-ci-gcloud.yml'
... ...
...@@ -375,11 +375,11 @@ With: ...@@ -375,11 +375,11 @@ With:
include: include:
# main template # main template
- project: 'to-be-continuous/gcloud' - project: 'to-be-continuous/gcloud'
ref: '1.5.2' ref: '1.6.0'
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: '1.5.2' ref: '1.6.0'
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: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
command: ["--service", "gcloud", "1.5.2" ] command: ["--service", "gcloud", "1.6.0" ]
- 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"
...@@ -331,7 +331,7 @@ stages: ...@@ -331,7 +331,7 @@ stages:
fi fi
} }
if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update gcloud "1.5.2"; fi if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update gcloud "1.6.0"; fi
# export tool functions (might be used in after_script) # export tool functions (might be used in after_script)
export -f log_info log_warn log_error assert_defined awkenvsubst export -f log_info log_warn log_error assert_defined awkenvsubst
...@@ -347,7 +347,7 @@ stages: ...@@ -347,7 +347,7 @@ stages:
image: $GCP_CLI_IMAGE image: $GCP_CLI_IMAGE
services: services:
- name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
command: ["--service", "gcloud", "1.5.2" ] command: ["--service", "gcloud", "1.6.0" ]
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