Commit 3302c7d7 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 3e7976e1
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [2.1.0](https://gitlab.com/to-be-continuous/testssl/compare/2.0.1...2.1.0) (2022-05-01)


### Features

* configurable tracking image ([fb2f861](https://gitlab.com/to-be-continuous/testssl/commit/fb2f8616b5c3ee2146af68b710f9e1cd7dfe2ad9))

## [2.0.1](https://gitlab.com/to-be-continuous/testssl/compare/2.0.0...2.0.1) (2021-10-07)


+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/testssl'
    ref: '2.0.1'
    ref: '2.1.0'
    file: '/templates/gitlab-ci-testssl.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -204,7 +204,7 @@ testssl:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "testssl", "2.0.1"]
      command: ["--service", "testssl", "2.1.0"]
  stage: acceptance
  variables:
    GIT_STRATEGY: none