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

chore(release): 5.0.0 [skip ci]

# [5.0.0](https://gitlab.com/to-be-continuous/gcloud/compare/4.1.0...5.0.0) (2023-09-26)

* feat!: support environment auto-stop ([14156ff1](https://gitlab.com/to-be-continuous/gcloud/commit/14156ff17dfbdfd49c3278e311b510077be936c2))

### BREAKING CHANGES

* now review environments will auto stop after 4 hours
by default. Configurable (see doc).
parent b9d95a37
Loading
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
# [5.0.0](https://gitlab.com/to-be-continuous/gcloud/compare/4.1.0...5.0.0) (2023-09-26)


* feat!: support environment auto-stop ([14156ff](https://gitlab.com/to-be-continuous/gcloud/commit/14156ff17dfbdfd49c3278e311b510077be936c2))


### BREAKING CHANGES

* now review environments will auto stop after 4 hours
by default. Configurable (see doc).

# [4.1.0](https://gitlab.com/to-be-continuous/gcloud/compare/4.0.0...4.1.0) (2023-09-02)


+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.1.0'
    ref: '5.0.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: '4.1.0'
    ref: '5.0.0'
    file: '/templates/gitlab-ci-gcloud.yml'
  ...

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

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