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

chore(release): 2.1.0 [skip ci]

parent c691db6f
No related branches found
Tags 2.1.0
No related merge requests found
# [2.1.0](https://gitlab.com/to-be-continuous/gcloud/compare/2.0.0...2.1.0) (2022-10-11)
### Features
* authenticate with OpenID Connect ([b5342c4](https://gitlab.com/to-be-continuous/gcloud/commit/b5342c447cb34a61af613fed724d24e4043a6eaa))
# [2.0.0](https://gitlab.com/to-be-continuous/gcloud/compare/1.8.0...2.0.0) (2022-08-05)
......
......@@ -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.0.0'
ref: '2.1.0'
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.0.0'
ref: '2.1.0'
file: '/templates/gitlab-ci-gcloud.yml'
...
......@@ -411,11 +411,11 @@ With:
include:
# main template
- project: 'to-be-continuous/gcloud'
ref: '2.0.0'
ref: '2.1.0'
file: '/templates/gitlab-ci-gcloud.yml'
# Vault variant
- project: 'to-be-continuous/gcloud'
ref: '2.0.0'
ref: '2.1.0'
file: '/templates/gitlab-ci-gcloud-vault.yml'
variables:
......
......@@ -9,6 +9,6 @@ variables:
.gcp-base:
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "gcloud", "2.0.0" ]
command: ["--service", "gcloud", "2.1.0" ]
- name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master"
alias: "vault-secrets-provider"
......@@ -372,7 +372,7 @@ stages:
image: $GCP_CLI_IMAGE
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "gcloud", "2.0.0" ]
command: ["--service", "gcloud", "2.1.0" ]
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