Commit bf10f814 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 1.8.0 [skip ci]

# [1.8.0](https://gitlab.com/to-be-continuous/gcloud/compare/1.7.0...1.8.0) (2022-06-30)

### Features

* enforce AUTODEPLOY_TO_PROD and PUBLISH_ON_PROD as boolean variables ([764e6628](https://gitlab.com/to-be-continuous/gcloud/commit/764e66287d903d392e56cd72dceeb9d5f7c951ae))
parent 14298bad
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.8.0](https://gitlab.com/to-be-continuous/gcloud/compare/1.7.0...1.8.0) (2022-06-30)


### Features

* enforce AUTODEPLOY_TO_PROD and PUBLISH_ON_PROD as boolean variables ([764e662](https://gitlab.com/to-be-continuous/gcloud/commit/764e66287d903d392e56cd72dceeb9d5f7c951ae))

# [1.7.0](https://gitlab.com/to-be-continuous/gcloud/compare/1.6.2...1.7.0) (2022-05-01)


+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.7.0'
    ref: '1.8.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.7.0'
    ref: '1.8.0'
    file: '/templates/gitlab-ci-gcloud.yml'
  ...

@@ -375,11 +375,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/gcloud'
    ref: '1.7.0'
    ref: '1.8.0'
    file: '/templates/gitlab-ci-gcloud.yml'
  # Vault variant
  - project: 'to-be-continuous/gcloud'
    ref: '1.7.0'
    ref: '1.8.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.7.0" ]
      command: ["--service", "gcloud", "1.8.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.7.0" ]
      command: ["--service", "gcloud", "1.8.0" ]
  before_script:
    - *gcp-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"