Commit 85c4c21c authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 2.6.4 [skip ci]

parent 6d8692d2
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.6.4](https://gitlab.com/to-be-continuous/defectdojo/compare/2.6.3...2.6.4) (2024-05-05)


### Bug Fixes

* **workflow:** disable MR pipeline from prod & integ branches ([6d8692d](https://gitlab.com/to-be-continuous/defectdojo/commit/6d8692d257f43bf47a01b971f8976b41a6c28acd))

## [2.6.3](https://gitlab.com/to-be-continuous/defectdojo/compare/2.6.2...2.6.3) (2024-04-30)


+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.3
  - component: gitlab.com/to-be-continuous/defectdojo/gitlab-ci-defectdojo@2.6.4
    # 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.3'
    ref: '2.6.4'
    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.3
  - component: gitlab.com/to-be-continuous/defectdojo/gitlab-ci-defectdojo@2.6.4
    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.3
  - component: gitlab.com/to-be-continuous/defectdojo/gitlab-ci-defectdojo-vault@2.6.4
    inputs:
      # audience claim for JWT
      vault-oidc-aud: "https://vault.acme.host"
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ variables:
defectdojo:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "defectdojo", "2.6.3"]
      command: ["--service", "defectdojo", "2.6.4"]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -836,7 +836,7 @@ defectdojo:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "defectdojo", "2.6.3"]
      command: ["--service", "defectdojo", "2.6.4"]
  stage: .post
  before_script:
    - cd ${DEFECTDOJO_DIR}