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

chore(release): 2.0.0 [skip ci]

# [2.0.0](https://gitlab.com/to-be-continuous/gcloud/compare/1.8.0...2.0.0) (2022-08-05)

### Features

* make MR pipeline the default workflow ([cb6b1856](https://gitlab.com/to-be-continuous/gcloud/commit/cb6b185639eeb88acaaebceac05332f89ae0d637))

### BREAKING CHANGES

* change default workflow from Branch pipeline to MR pipeline
parent 76d2201c
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [2.0.0](https://gitlab.com/to-be-continuous/gcloud/compare/1.8.0...2.0.0) (2022-08-05)


### Features

* make MR pipeline the default workflow ([cb6b185](https://gitlab.com/to-be-continuous/gcloud/commit/cb6b185639eeb88acaaebceac05332f89ae0d637))


### BREAKING CHANGES

* change default workflow from Branch pipeline to MR pipeline

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


+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.8.0'
    ref: '2.0.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.8.0'
    ref: '2.0.0'
    file: '/templates/gitlab-ci-gcloud.yml'
  ...

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