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

chore(release): 3.0.0 [skip ci]

# [3.0.0](https://gitlab.com/to-be-continuous/helmfile/compare/2.1.0...3.0.0) (2023-09-26)

* feat!: support environment auto-stop ([c0e94d78](https://gitlab.com/to-be-continuous/helmfile/commit/c0e94d78182ffb0166c391bed7131f7689e48cf8))

### Features

* add $kube_namespace ctx variable ([7d93ae70](https://gitlab.com/to-be-continuous/helmfile/commit/7d93ae70f7131010c78f33ded577225dbe259235))

### BREAKING CHANGES

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


* feat!: support environment auto-stop ([c0e94d7](https://gitlab.com/to-be-continuous/helmfile/commit/c0e94d78182ffb0166c391bed7131f7689e48cf8))


### Features

* add $kube_namespace ctx variable ([7d93ae7](https://gitlab.com/to-be-continuous/helmfile/commit/7d93ae70f7131010c78f33ded577225dbe259235))


### BREAKING CHANGES

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

# [2.1.0](https://gitlab.com/to-be-continuous/helmfile/compare/2.0.0...2.1.0) (2023-09-02)


+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/helmfile'
    ref: '2.1.0'
    ref: '3.0.0'
    file: '/templates/gitlab-ci-helmfile.yml'
```

@@ -393,11 +393,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/helmfile'
    ref: '2.1.0'
    ref: '3.0.0'
    file: '/templates/gitlab-ci-helmfile.yml'
  # Vault variant
  - project: 'to-be-continuous/helmfile'
    ref: '2.1.0'
    ref: '3.0.0'
    file: '/templates/gitlab-ci-helmfile-vault.yml'

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