Commit 92fe7555 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 1.0.2 [skip ci]

parent 17417670
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
## [1.0.2](https://gitlab.com/to-be-continuous/defectdojo/compare/1.0.1...1.0.2) (2022-03-11)


### Bug Fixes

* remove incorrect test description update ([317fd87](https://gitlab.com/to-be-continuous/defectdojo/commit/317fd87ab048ba00125422389853e95019e941ad))
* support true and false values for DEFECTDOJO_NOPROD_ENABLED ([396d431](https://gitlab.com/to-be-continuous/defectdojo/commit/396d4313a2b1ce493ad9451f3eebf10836f6c304))

## [1.0.1](https://gitlab.com/to-be-continuous/defectdojo/compare/1.0.0...1.0.1) (2022-02-25)


+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.1'
    ref: '1.0.2'
    file: 'templates/gitlab-ci-defectdojo.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -468,7 +468,7 @@ defectdojo:
    entrypoint: [""]
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "defectdojo", "1.0.1" ]
      command: ["--service", "defectdojo", "1.0.2" ]
  stage: .post
  before_script:
    - cd ${DEFECTDOJO_DIR}