Commit 730b6699 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 397bd80e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.7.0](https://gitlab.com/to-be-continuous/gcloud/compare/1.6.2...1.7.0) (2022-05-01)


### Features

* configurable tracking image ([8a34c53](https://gitlab.com/to-be-continuous/gcloud/commit/8a34c537990e9fcbf9a0a9a7cac602d54bc6bfb8))

## [1.6.2](https://gitlab.com/to-be-continuous/gcloud/compare/1.6.1...1.6.2) (2022-02-24)


+4 −4
Original line number Diff line number Diff line
@@ -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: '1.6.2'
    ref: '1.7.0'
    file: '/templates/gitlab-ci-gcloud.yml'
```

@@ -240,7 +240,7 @@ Let's imagine a backend service:
include:
  # Include Google Cloud template
  - project: 'to-be-continuous/gcloud'
    ref: '1.6.2'
    ref: '1.7.0'
    file: '/templates/gitlab-ci-gcloud.yml'
  ...

@@ -375,11 +375,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/gcloud'
    ref: '1.6.2'
    ref: '1.7.0'
    file: '/templates/gitlab-ci-gcloud.yml'
  # Vault variant
  - project: 'to-be-continuous/gcloud'
    ref: '1.6.2'
    ref: '1.7.0'
    file: '/templates/gitlab-ci-gcloud-vault.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -9,6 +9,6 @@ variables:
.gcp-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "gcloud", "1.6.2" ]
      command: ["--service", "gcloud", "1.7.0" ]
    - name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master"
      alias: "vault-secrets-provider"
+1 −1
Original line number Diff line number Diff line
@@ -338,7 +338,7 @@ stages:
  image: $GCP_CLI_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "gcloud", "1.6.2" ]
      command: ["--service", "gcloud", "1.7.0" ]
  before_script:
    - *gcp-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"