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

chore(release): 3.3.0 [skip ci]

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


### Features

* use centralized tracking image (gitlab.com) ([ad4be43](https://gitlab.com/to-be-continuous/k6/commit/ad4be433a70ce549dc709bedf96983c34d461b58))

## [3.2.1](https://gitlab.com/to-be-continuous/k6/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/k6'
    ref: '3.2.1'
    ref: '3.3.0'
    file: '/templates/gitlab-ci-k6.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -299,7 +299,7 @@ k6:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "k6", "3.2.1"]
      command: ["--service", "k6", "3.3.0"]
  stage: acceptance
  before_script:
    - !reference [.k6-scripts]