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

chore(release): 2.0.0 [skip ci]

# [2.0.0](https://gitlab.com/to-be-continuous/azure/compare/1.0.0...2.0.0) (2023-09-26)

* feat!: support environment auto-stop ([ba405136](https://gitlab.com/to-be-continuous/azure/commit/ba405136f8f3997f4fd536be5d903aff0cdd63c4))

### BREAKING CHANGES

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


* feat!: support environment auto-stop ([ba40513](https://gitlab.com/to-be-continuous/azure/commit/ba405136f8f3997f4fd536be5d903aff0cdd63c4))


### BREAKING CHANGES

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

# 1.0.0 (2023-09-12)


+5 −5
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/azure'
    ref: '1.0.0'
    ref: '2.0.0'
    file: '/templates/gitlab-ci-azure.yml'
```

@@ -327,11 +327,11 @@ The variant supports the following configuration:
include:
  # main template
  - project: 'to-be-continuous/azure'
    ref: '1.0.0'
    ref: '2.0.0'
    file: '/templates/gitlab-ci-azure.yml'
  # Vault variant
  - project: 'to-be-continuous/azure'
    ref: '1.0.0'
    ref: '2.0.0'
    file: '/templates/gitlab-ci-azure-oidc.yml'

variables:
@@ -379,11 +379,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/azure'
    ref: '1.0.0'
    ref: '2.0.0'
    file: '/templates/gitlab-ci-azure.yml'
  # Vault variant
  - project: 'to-be-continuous/azure'
    ref: '1.0.0'
    ref: '2.0.0'
    file: '/templates/gitlab-ci-azure-vault.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ variables:
.azure-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "azure", "1.0.0" ]
      command: ["--service", "azure", "2.0.0" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -381,7 +381,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "azure", "1.0.0" ]
      command: ["--service", "azure", "2.0.0" ]
  before_script:
    - *azure-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"