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

chore(release): 7.0.0 [skip ci]

# [7.0.0](https://gitlab.com/to-be-continuous/helm/compare/6.1.1...7.0.0) (2023-09-26)

* feat!: support environment auto-stop ([bec897e5](https://gitlab.com/to-be-continuous/helm/commit/bec897e5be133a5c057c7e9f862ea4187688d1be))

### Features

* add $kube_namespace ctx variable ([75ecbf51](https://gitlab.com/to-be-continuous/helm/commit/75ecbf510d666dba94ea6316bc349eb4b2487c20))

### BREAKING CHANGES

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


* feat!: support environment auto-stop ([bec897e](https://gitlab.com/to-be-continuous/helm/commit/bec897e5be133a5c057c7e9f862ea4187688d1be))


### Features

* add $kube_namespace ctx variable ([75ecbf5](https://gitlab.com/to-be-continuous/helm/commit/75ecbf510d666dba94ea6316bc349eb4b2487c20))


### BREAKING CHANGES

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

## [6.1.1](https://gitlab.com/to-be-continuous/helm/compare/6.1.0...6.1.1) (2023-09-10)


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

@@ -505,11 +505,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/helm'
    ref: '6.1.1'
    ref: '7.0.0'
    file: '/templates/gitlab-ci-helm.yml'
  # Vault variant
  - project: 'to-be-continuous/helm'
    ref: '6.1.1'
    ref: '7.0.0'
    file: '/templates/gitlab-ci-helm-vault.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ variables:
.helm-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "helm", "6.1.1" ]
      command: ["--service", "helm", "7.0.0" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -743,7 +743,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "helm", "6.1.1" ]
      command: ["--service", "helm", "7.0.0" ]
  variables:
    HELM_CACHE_HOME: $CI_PROJECT_DIR/.cache/helm
    HELM_CONFIG_HOME: $CI_PROJECT_DIR/.config/helm