Commit 6876e097 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent aa640032
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [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)


+4 −4
Original line number Diff line number Diff line
@@ -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:
+1 −1
Original line number Diff line number Diff line
@@ -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"
+1 −1
Original line number Diff line number Diff line
@@ -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}"