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

chore(release): 6.2.0 [skip ci]

parent 4d2716b6
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [6.2.0](https://gitlab.com/to-be-continuous/gcloud/compare/6.1.1...6.2.0) (2026-03-29)


### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([aae92d3](https://gitlab.com/to-be-continuous/gcloud/commit/aae92d349b1f18f16220c0d2868d622ad5263fec))


### Features

* support CA certs provided as file ([4d2716b](https://gitlab.com/to-be-continuous/gcloud/commit/4d2716b6c4b0b5fa0d28b701e58c8544a8f1105b))

## [6.1.1](https://gitlab.com/to-be-continuous/gcloud/compare/6.1.0...6.1.1) (2026-02-22)


+7 −7
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: $CI_SERVER_FQDN/to-be-continuous/gcloud/gitlab-ci-gcloud@6.1.1
  - component: $CI_SERVER_FQDN/to-be-continuous/gcloud/gitlab-ci-gcloud@6.2.0
    # 2: set/override component inputs
    inputs:
      # ⚠ this is only an example
@@ -32,7 +32,7 @@ Add the following to your `.gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/gcloud'
    ref: '6.1.1'
    ref: '6.2.0'
    file: '/templates/gitlab-ci-gcloud.yml'

variables:
@@ -372,7 +372,7 @@ Let's imagine a backend service:

```yaml
include:
  - component: $CI_SERVER_FQDN/to-be-continuous/gcloud/gitlab-ci-gcloud@6.1.1
  - component: $CI_SERVER_FQDN/to-be-continuous/gcloud/gitlab-ci-gcloud@6.2.0
    inputs:
      base-app-name: coockedoodledoo
      review-project: "farm-12345" # enable review env
@@ -498,9 +498,9 @@ The variant supports the following configuration:
```yaml
include:
  # main template
  - component: $CI_SERVER_FQDN/to-be-continuous/gcloud/gitlab-ci-gcloud@6.1.1
  - component: $CI_SERVER_FQDN/to-be-continuous/gcloud/gitlab-ci-gcloud@6.2.0
  # OIDC variant
  - component: $CI_SERVER_FQDN/to-be-continuous/gcloud/gitlab-ci-gcloud-oidc@6.1.1
  - component: $CI_SERVER_FQDN/to-be-continuous/gcloud/gitlab-ci-gcloud-oidc@6.2.0
    inputs:
      # audience claim for JWT
      oidc-aud: "https://iam.googleapis.com"
@@ -550,9 +550,9 @@ With:
```yaml
include:
  # main template
  - component: $CI_SERVER_FQDN/to-be-continuous/gcloud/gitlab-ci-gcloud@6.1.1
  - component: $CI_SERVER_FQDN/to-be-continuous/gcloud/gitlab-ci-gcloud@6.2.0
  # Vault variant
  - component: $CI_SERVER_FQDN/to-be-continuous/gcloud/gitlab-ci-gcloud-vault@6.1.1
  - component: $CI_SERVER_FQDN/to-be-continuous/gcloud/gitlab-ci-gcloud-vault@6.2.0
    inputs:
      # audience claim for JWT
      vault-oidc-aud: "https://vault.acme.host"
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ variables:
.gcp-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "gcloud", "6.1.1"]
      command: ["--service", "gcloud", "6.2.0"]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
      variables:
+1 −1
Original line number Diff line number Diff line
@@ -599,7 +599,7 @@ stages:
  image: $GCP_CLI_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "gcloud", "6.1.1"]
      command: ["--service", "gcloud", "6.2.0"]
  before_script:
    - !reference [.gcp-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"