Commit c684eab8 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent e1e7f311
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [2.2.0](https://gitlab.com/to-be-continuous/defectdojo/compare/2.1.1...2.2.0) (2023-09-12)


### Features

* add vault variant ([3bb0167](https://gitlab.com/to-be-continuous/defectdojo/commit/3bb0167e2f1e27df00bb2b913babbdd0e681f64a))

## [2.1.1](https://gitlab.com/to-be-continuous/defectdojo/compare/2.1.0...2.1.1) (2023-08-04)


+3 −3
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ In order to include this template in your project, add the following to your `.g

```yaml
  - project: 'to-be-continuous/defectdojo'
    ref: '2.1.1'
    ref: '2.2.0'
    file: '/templates/gitlab-ci-defectdojo.yml'
```

@@ -202,11 +202,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/defectdojo'
    ref: '2.1.1'
    ref: '2.2.0'
    file: '/templates/gitlab-ci-defectdojo.yml'
  # Vault variant
  - project: 'to-be-continuous/defectdojo'
    ref: '2.1.1'
    ref: '2.2.0'
    file: '/templates/gitlab-ci-defectdojo-vault.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ variables:
defectdojo:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "defectdojo", "2.1.1" ]
      command: ["--service", "defectdojo", "2.2.0" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -542,7 +542,7 @@ defectdojo:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "defectdojo", "2.1.1" ]
      command: ["--service", "defectdojo", "2.2.0" ]
  stage: .post
  before_script:
    - cd ${DEFECTDOJO_DIR}