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

chore(release): 2.1.0 [skip ci]

parent b998823c
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [2.1.0](https://gitlab.com/to-be-continuous/k6/compare/2.0.1...2.1.0) (2022-05-01)


### Features

* configurable tracking image ([3da1826](https://gitlab.com/to-be-continuous/k6/commit/3da1826da0ae2b4e34bd2af0ac1b19dc6f52d4f1))

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


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

# Pipeline steps
+1 −1
Original line number Diff line number Diff line
@@ -254,7 +254,7 @@ k6:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "k6", "2.0.1"]
      command: ["--service", "k6", "2.1.0"]
  stage: acceptance
  before_script:
    - *k6-scripts