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

chore(release): 5.1.0 [skip ci]

parent 866fc994
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [5.1.0](https://gitlab.com/to-be-continuous/gcloud/compare/5.0.2...5.1.0) (2023-12-8)


### Features

* use centralized service images (gitlab.com) ([f64e425](https://gitlab.com/to-be-continuous/gcloud/commit/f64e425f6bc3d16eda848936b8503071b064d201))

## [5.0.2](https://gitlab.com/to-be-continuous/gcloud/compare/5.0.1...5.0.2) (2023-12-2)


+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: '5.0.2'
    ref: '5.1.0'
    file: '/templates/gitlab-ci-gcloud.yml'
```

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

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

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