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

chore(release): 4.1.0 [skip ci]

parent 20858889
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [4.1.0](https://gitlab.com/to-be-continuous/gcloud/compare/4.0.0...4.1.0) (2023-09-02)


### Features

* allow propagate custom output variables ([2085888](https://gitlab.com/to-be-continuous/gcloud/commit/208588894cdbb856499865348a2608ae99f409ed))

# [4.0.0](https://gitlab.com/to-be-continuous/gcloud/compare/3.2.0...4.0.0) (2023-08-28)


+6 −6
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: '4.0.0'
    ref: '4.1.0'
    file: '/templates/gitlab-ci-gcloud.yml'
```

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

@@ -439,11 +439,11 @@ The variant supports the following configuration:
include:
  # main template
  - project: 'to-be-continuous/gcloud'
    ref: '4.0.0'
    ref: '4.1.0'
    file: '/templates/gitlab-ci-gcloud.yml'
  # Vault variant
  - project: 'to-be-continuous/gcloud'
    ref: '4.0.0'
    ref: '4.1.0'
    file: '/templates/gitlab-ci-gcloud-oidc.yml'

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

variables:
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ variables:
.gcp-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "gcloud", "4.0.0" ]
      command: ["--service", "gcloud", "4.1.0" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+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", "4.0.0" ]
      command: ["--service", "gcloud", "4.1.0" ]
  before_script:
    - *gcp-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"