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

chore(release): 2.3.2 [skip ci]

parent 04dd6548
No related branches found
Tags 1.5.2
No related merge requests found
## [2.3.2](https://gitlab.com/to-be-continuous/gcloud/compare/2.3.1...2.3.2) (2023-01-27)
### Bug Fixes
* "Add registry name in all Docker images" ([4289ba1](https://gitlab.com/to-be-continuous/gcloud/commit/4289ba126db6ca607adf5304caee34f41840f09e))
## [2.3.1](https://gitlab.com/to-be-continuous/gcloud/compare/2.3.0...2.3.1) (2022-12-17)
......
......@@ -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.3.1'
ref: '2.3.2'
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.3.1'
ref: '2.3.2'
file: '/templates/gitlab-ci-gcloud.yml'
...
......@@ -453,11 +453,11 @@ With:
include:
# main template
- project: 'to-be-continuous/gcloud'
ref: '2.3.1'
ref: '2.3.2'
file: '/templates/gitlab-ci-gcloud.yml'
# Vault variant
- project: 'to-be-continuous/gcloud'
ref: '2.3.1'
ref: '2.3.2'
file: '/templates/gitlab-ci-gcloud-vault.yml'
variables:
......
......@@ -11,6 +11,6 @@ variables:
.gcp-base:
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "gcloud", "2.3.1" ]
command: ["--service", "gcloud", "2.3.2" ]
- 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.3.1" ]
command: ["--service", "gcloud", "2.3.2" ]
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