Commit 41f72dc5 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent a7f40f8e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.1.0](https://gitlab.com/to-be-continuous/defectdojo/compare/1.0.4...1.1.0) (2022-05-01)


### Features

* configurable tracking image ([91af529](https://gitlab.com/to-be-continuous/defectdojo/commit/91af529f6de5c6cfae2768a0ce61ce19f3579c1a))

## [1.0.4](https://gitlab.com/to-be-continuous/defectdojo/compare/1.0.3...1.0.4) (2022-04-02)


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

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

+1 −1
Original line number Diff line number Diff line
@@ -475,7 +475,7 @@ defectdojo:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "defectdojo", "1.0.4" ]
      command: ["--service", "defectdojo", "1.1.0" ]
  stage: .post
  before_script:
    - cd ${DEFECTDOJO_DIR}