Commit f789b7c7 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 38cf2eda
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [3.1.0](https://gitlab.com/to-be-continuous/k6/compare/3.0.0...3.1.0) (2022-10-04)


### Features

* normalize reports ([d1a5d6f](https://gitlab.com/to-be-continuous/k6/commit/d1a5d6fb1fb11a329f168f1bcb0a4ae2f06a1a42))

# [3.0.0](https://gitlab.com/to-be-continuous/k6/compare/2.1.0...3.0.0) (2022-08-05)


+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: '3.0.0'
    ref: '3.1.0'
    file: '/templates/gitlab-ci-k6.yml'

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