Commit 883b5e81 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 2.6.2 [skip ci]

parent c82c0031
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.6.2](https://gitlab.com/to-be-continuous/defectdojo/compare/2.6.1...2.6.2) (2024-04-03)


### Bug Fixes

* **vault:** use vault-secrets-provider's "latest" image tag ([c82c003](https://gitlab.com/to-be-continuous/defectdojo/commit/c82c0031d6cc7c3b5b8fdba62ed589893ed8019f))

## [2.6.1](https://gitlab.com/to-be-continuous/defectdojo/compare/2.6.0...2.6.1) (2024-1-28)


+4 −4
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ Add the following to your `gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: gitlab.com/to-be-continuous/defectdojo/gitlab-ci-defectdojo@2.6.1
  - component: gitlab.com/to-be-continuous/defectdojo/gitlab-ci-defectdojo@2.6.2
    # 2: set/override component inputs
    inputs:
      server-url: "https://defectdojo.acme.host" # ⚠ this is only an example
@@ -64,7 +64,7 @@ Add the following to your `gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/defectdojo'
    ref: '2.6.1'
    ref: '2.6.2'
    file: '/templates/gitlab-ci-defectdojo.yml'

variables:
@@ -232,13 +232,13 @@ With:
```yaml
include:
  # main template
  - component: gitlab.com/to-be-continuous/defectdojo/gitlab-ci-defectdojo@2.6.1
  - component: gitlab.com/to-be-continuous/defectdojo/gitlab-ci-defectdojo@2.6.2
    inputs:
      server-url: "https://defectdojo.acme.host" # ⚠ this is only an example
      # Secrets managed by Vault
      api-key: "@url@http://vault-secrets-provider/api/secrets/b7ecb6ebabc231/defectdojo/credentials?field=token"
  # Vault variant
  - component: gitlab.com/to-be-continuous/defectdojo/gitlab-ci-defectdojo-vault@2.6.1
  - component: gitlab.com/to-be-continuous/defectdojo/gitlab-ci-defectdojo-vault@2.6.2
    inputs:
      # audience claim for JWT
      vault-oidc-aud: "https://vault.acme.host"