Commit 4b6de38c authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 2.6.3 [skip ci]

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

### Bug Fixes

* The template tries to send an email to the `dist` smtp server by default. ([3bb32839](https://gitlab.com/to-be-continuous/defectdojo/commit/3bb32839240a1a20c84c76dd9b2eb2a5d6c2b8d9))
parent 74b47f13
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.6.3](https://gitlab.com/to-be-continuous/defectdojo/compare/2.6.2...2.6.3) (2024-04-30)


### Bug Fixes

* The template tries to send an email to the `dist` smtp server by default. ([3bb3283](https://gitlab.com/to-be-continuous/defectdojo/commit/3bb32839240a1a20c84c76dd9b2eb2a5d6c2b8d9))

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


+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.2
  - component: gitlab.com/to-be-continuous/defectdojo/gitlab-ci-defectdojo@2.6.3
    # 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.2'
    ref: '2.6.3'
    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.2
  - component: gitlab.com/to-be-continuous/defectdojo/gitlab-ci-defectdojo@2.6.3
    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.2
  - component: gitlab.com/to-be-continuous/defectdojo/gitlab-ci-defectdojo-vault@2.6.3
    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.2"]
      command: ["--service", "defectdojo", "2.6.3"]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -833,7 +833,7 @@ defectdojo:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "defectdojo", "2.6.2"]
      command: ["--service", "defectdojo", "2.6.3"]
  stage: .post
  before_script:
    - cd ${DEFECTDOJO_DIR}