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

chore(release): 3.3.0 [skip ci]

parent 5ce252c3
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [3.3.0](https://gitlab.com/to-be-continuous/testssl/compare/3.2.1...3.3.0) (2023-12-8)


### Features

* use centralized tracking image (gitlab.com) ([853055e](https://gitlab.com/to-be-continuous/testssl/commit/853055e3024428bd2ece26f63d3c5fbfdc4acb6f))

## [3.2.1](https://gitlab.com/to-be-continuous/testssl/compare/3.2.0...3.2.1) (2023-10-16)


+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: '3.2.1'
    ref: '3.3.0'
    file: '/templates/gitlab-ci-testssl.yml'
```

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