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

chore(release): 6.0.0 [skip ci]

# [6.0.0](https://gitlab.com/to-be-continuous/kubernetes/compare/5.2.0...6.0.0) (2023-09-26)

* feat!: support environment auto-stop ([7dd65d45](https://gitlab.com/to-be-continuous/kubernetes/commit/7dd65d45c8d71937f2f414b0b1b7f7d22854ed13))

### BREAKING CHANGES

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


* feat!: support environment auto-stop ([7dd65d4](https://gitlab.com/to-be-continuous/kubernetes/commit/7dd65d45c8d71937f2f414b0b1b7f7d22854ed13))


### BREAKING CHANGES

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

# [5.2.0](https://gitlab.com/to-be-continuous/kubernetes/compare/5.1.0...5.2.0) (2023-09-23)


+3 −3
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/kubernetes'
    ref: '5.2.0'
    ref: '6.0.0'
    file: '/templates/gitlab-ci-k8s.yml'
```

@@ -491,11 +491,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/kubernetes'
    ref: '5.2.0'
    ref: '6.0.0'
    file: '/templates/gitlab-ci-k8s.yml'
  # Vault variant
  - project: 'to-be-continuous/kubernetes'
    ref: '5.2.0'
    ref: '6.0.0'
    file: '/templates/gitlab-ci-k8s-vault.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ variables:
.k8s-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "--port", "8082", "kubernetes", "5.2.0" ]
      command: ["--service", "--port", "8082", "kubernetes", "6.0.0" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -634,7 +634,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "kubernetes", "5.2.0" ]
      command: ["--service", "kubernetes", "6.0.0" ]
  before_script:
    - *k8s-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"