Commit 32565f3e authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 2.6.5 [skip ci]

parent 922cdb8e
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.6.5](https://gitlab.com/to-be-continuous/defectdojo/compare/2.6.4...2.6.5) (2024-09-25)


### Bug Fixes

* Rename SONAR_URL to SONAR_HOST_URL ([01abb12](https://gitlab.com/to-be-continuous/defectdojo/commit/01abb12a208f600581ef56f7f72cd29cd59cad72))

## [2.6.4](https://gitlab.com/to-be-continuous/defectdojo/compare/2.6.3...2.6.4) (2024-05-05)


+3 −3
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: $CI_SERVER_FQDN/to-be-continuous/defectdojo/gitlab-ci-defectdojo@2.6.4
  - component: $CI_SERVER_FQDN/to-be-continuous/defectdojo/gitlab-ci-defectdojo@2.6.5
    # 2: set/override component inputs
    inputs:
      server-url: "https://defectdojo.acme.host" # ⚠ this is only an example
@@ -212,13 +212,13 @@ With:
```yaml
include:
  # main template
  - component: $CI_SERVER_FQDN/to-be-continuous/defectdojo/gitlab-ci-defectdojo@2.6.4
  - component: $CI_SERVER_FQDN/to-be-continuous/defectdojo/gitlab-ci-defectdojo@2.6.5
    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: $CI_SERVER_FQDN/to-be-continuous/defectdojo/gitlab-ci-defectdojo-vault@2.6.4
  - component: $CI_SERVER_FQDN/to-be-continuous/defectdojo/gitlab-ci-defectdojo-vault@2.6.5
    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.4"]
      command: ["--service", "defectdojo", "2.6.5"]
    - 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.4"]
      command: ["--service", "defectdojo", "2.6.5"]
  stage: .post
  before_script:
    - cd ${DEFECTDOJO_DIR}