Skip to content
Snippets Groups Projects
Commit 6876e097 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent aa640032
No related branches found
Tags 1.5.2
No related merge requests found
# [2.3.0](https://gitlab.com/to-be-continuous/gcloud/compare/2.2.0...2.3.0) (2022-12-15)
### Features
* improve environments url ([f16e4bf](https://gitlab.com/to-be-continuous/gcloud/commit/f16e4bf3564bf345a7582939578d5a14e331f6e9))
# [2.2.0](https://gitlab.com/to-be-continuous/gcloud/compare/2.1.1...2.2.0) (2022-12-13)
......
......@@ -9,7 +9,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.2.0'
ref: '2.3.0'
file: '/templates/gitlab-ci-gcloud.yml'
```
......@@ -317,7 +317,7 @@ Let's imagine a backend service:
include:
# Include Google Cloud template
- project: 'to-be-continuous/gcloud'
ref: '2.2.0'
ref: '2.3.0'
file: '/templates/gitlab-ci-gcloud.yml'
...
......@@ -453,11 +453,11 @@ With:
include:
# main template
- project: 'to-be-continuous/gcloud'
ref: '2.2.0'
ref: '2.3.0'
file: '/templates/gitlab-ci-gcloud.yml'
# Vault variant
- project: 'to-be-continuous/gcloud'
ref: '2.2.0'
ref: '2.3.0'
file: '/templates/gitlab-ci-gcloud-vault.yml'
variables:
......
......@@ -11,6 +11,6 @@ variables:
.gcp-base:
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "gcloud", "2.2.0" ]
command: ["--service", "gcloud", "2.3.0" ]
- name: "$TBC_VAULT_IMAGE"
alias: "vault-secrets-provider"
......@@ -378,7 +378,7 @@ stages:
image: $GCP_CLI_IMAGE
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "gcloud", "2.2.0" ]
command: ["--service", "gcloud", "2.3.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