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

chore(release): 3.1.0 [skip ci]

parent fde552d2
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [3.1.0](https://gitlab.com/to-be-continuous/gcloud/compare/3.0.0...3.1.0) (2023-05-27)


### Features

* **workflow:** extend (skip ci) feature ([fde552d](https://gitlab.com/to-be-continuous/gcloud/commit/fde552d2d8eb9cf5bb32ca73ac68eb4c256664bd))

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


+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: '3.0.0'
    ref: '3.1.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: '3.0.0'
    ref: '3.1.0'
    file: '/templates/gitlab-ci-gcloud.yml'
  ...

@@ -453,11 +453,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/gcloud'
    ref: '3.0.0'
    ref: '3.1.0'
    file: '/templates/gitlab-ci-gcloud.yml'
  # Vault variant
  - project: 'to-be-continuous/gcloud'
    ref: '3.0.0'
    ref: '3.1.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", "3.0.0" ]
      command: ["--service", "gcloud", "3.1.0" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
+1 −1
Original line number Diff line number Diff line
@@ -394,7 +394,7 @@ stages:
  image: $GCP_CLI_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "gcloud", "3.0.0" ]
      command: ["--service", "gcloud", "3.1.0" ]
  before_script:
    - *gcp-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"