Commit 5f7849dd 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/helmfile/compare/1.1.0...2.0.0) (2023-08-28)

### Features

* **oidc:** OIDC authentication support now requires explicit configuration (see doc) ([ba114d80](https://gitlab.com/to-be-continuous/helmfile/commit/ba114d80e34e3d04c00cffbf14724a709ecb9d69))

### BREAKING CHANGES

* **oidc:** OIDC authentication support now requires explicit configuration (see doc)
parent 6521274d
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [2.0.0](https://gitlab.com/to-be-continuous/helmfile/compare/1.1.0...2.0.0) (2023-08-28)


### Features

* **oidc:** OIDC authentication support now requires explicit configuration (see doc) ([ba114d8](https://gitlab.com/to-be-continuous/helmfile/commit/ba114d80e34e3d04c00cffbf14724a709ecb9d69))


### BREAKING CHANGES

* **oidc:** OIDC authentication support now requires explicit configuration (see doc)

# [1.1.0](https://gitlab.com/to-be-continuous/helmfile/compare/1.0.0...1.1.0) (2023-05-27)


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

@@ -387,11 +387,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/helmfile'
    ref: '1.1.0'
    ref: '2.0.0'
    file: '/templates/gitlab-ci-helmfile.yml'
  # Vault variant
  - project: 'to-be-continuous/helmfile'
    ref: '1.1.0'
    ref: '2.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", "1.1.0" ]
      command: ["--service", "helmfile", "2.0.0" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -546,7 +546,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "helmfile", "1.1.0" ]
      command: ["--service", "helmfile", "2.0.0" ]
  variables:
    HELM_CACHE_HOME: $CI_PROJECT_DIR/.cache/helm
    HELM_CONFIG_HOME: $CI_PROJECT_DIR/.config/helm