Commit 48f8010d authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 6.1.1 [skip ci]

parent 6c2cdaed
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [6.1.1](https://gitlab.com/to-be-continuous/kubernetes/compare/6.1.0...6.1.1) (2024-04-03)


### Bug Fixes

* **vault:** use vault-secrets-provider's "latest" image tag ([6c2cdae](https://gitlab.com/to-be-continuous/kubernetes/commit/6c2cdaedeea13e761de7fd80cc5207617f8a84d9))

# [6.1.0](https://gitlab.com/to-be-continuous/kubernetes/compare/6.0.2...6.1.0) (2023-12-8)


+4 −4
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ Add the following to your `gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: gitlab.com/to-be-continuous/kubernetes/gitlab-ci-k8s@6.1.0
  - component: gitlab.com/to-be-continuous/kubernetes/gitlab-ci-k8s@6.1.1
    # 2: set/override component inputs
    inputs:
      # ⚠ this is only an example
@@ -35,7 +35,7 @@ Add the following to your `gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/kubernetes'
    ref: '6.1.0'
    ref: '6.1.1'
    file: '/templates/gitlab-ci-k8s.yml'

variables:
@@ -531,12 +531,12 @@ With:
```yaml
include:
  # main template
  - component: gitlab.com/to-be-continuous/kubernetes/gitlab-ci-k8s@6.1.0
  - component: gitlab.com/to-be-continuous/kubernetes/gitlab-ci-k8s@6.1.1
    inputs:
      # ⚠ oc-container image (includes required curl)
      kubectl-image: registry.hub.docker.com/docker.io/appuio/oc:v4.14
  # Vault variant
  - component: gitlab.com/to-be-continuous/kubernetes/gitlab-ci-k8s-vault@6.1.0
  - component: gitlab.com/to-be-continuous/kubernetes/gitlab-ci-k8s-vault@6.1.1
    inputs:
      # audience claim for JWT
      vault-oidc-aud: "https://vault.acme.host"