Commit 1dbbc836 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/helm/compare/5.3.1...6.0.0) (2023-08-28)

### Features

* **oidc:** OIDC authentication support now requires explicit configuration (see doc) ([3d333e68](https://gitlab.com/to-be-continuous/helm/commit/3d333e68777f1ad76fdec1b15c69110a1d93b2f2))

### BREAKING CHANGES

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


### Features

* **oidc:** OIDC authentication support now requires explicit configuration (see doc) ([3d333e6](https://gitlab.com/to-be-continuous/helm/commit/3d333e68777f1ad76fdec1b15c69110a1d93b2f2))


### BREAKING CHANGES

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

## [5.3.1](https://gitlab.com/to-be-continuous/helm/compare/5.3.0...5.3.1) (2023-08-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: '5.3.1'
    ref: '6.0.0'
    file: '/templates/gitlab-ci-helm.yml'
```

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