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

chore(release): 3.0.0 [skip ci]

# [3.0.0](https://gitlab.com/to-be-continuous/gcloud/compare/2.3.2...3.0.0) (2023-04-05)

### Features

* **deploy:** redesign deployment strategy ([d03c9903](https://gitlab.com/to-be-continuous/gcloud/commit/d03c99033812d53a936b52ea9da06c0f7075a5dc))

### BREAKING CHANGES

* **deploy:** $AUTODEPLOY_TO_PROD no longer supported (replaced by $GCP_PROD_DEPLOY_STRATEGY - see doc)
parent 9a253900
No related branches found
Tags 2 2.3 2.3.2
No related merge requests found
# [3.0.0](https://gitlab.com/to-be-continuous/gcloud/compare/2.3.2...3.0.0) (2023-04-05)
### Features
* **deploy:** redesign deployment strategy ([d03c990](https://gitlab.com/to-be-continuous/gcloud/commit/d03c99033812d53a936b52ea9da06c0f7075a5dc))
### BREAKING CHANGES
* **deploy:** $AUTODEPLOY_TO_PROD no longer supported (replaced by $GCP_PROD_DEPLOY_STRATEGY - see doc)
## [2.3.2](https://gitlab.com/to-be-continuous/gcloud/compare/2.3.1...2.3.2) (2023-01-27)
......
......@@ -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.2'
ref: '3.0.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.3.2'
ref: '3.0.0'
file: '/templates/gitlab-ci-gcloud.yml'
...
......@@ -453,11 +453,11 @@ With:
include:
# main template
- project: 'to-be-continuous/gcloud'
ref: '2.3.2'
ref: '3.0.0'
file: '/templates/gitlab-ci-gcloud.yml'
# Vault variant
- project: 'to-be-continuous/gcloud'
ref: '2.3.2'
ref: '3.0.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.3.2" ]
command: ["--service", "gcloud", "3.0.0" ]
- name: "$TBC_VAULT_IMAGE"
alias: "vault-secrets-provider"
......@@ -380,7 +380,7 @@ stages:
image: $GCP_CLI_IMAGE
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "gcloud", "2.3.2" ]
command: ["--service", "gcloud", "3.0.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