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

chore(release): 3.1.1 [skip ci]

parent 483891f1
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.1.1](https://gitlab.com/to-be-continuous/k6/compare/3.1.0...3.1.1) (2023-01-27)


### Bug Fixes

* "Add registry name in all Docker images" ([b54fcad](https://gitlab.com/to-be-continuous/k6/commit/b54fcadd796a081eaa1a40c766149740138d8209))

# [3.1.0](https://gitlab.com/to-be-continuous/k6/compare/3.0.0...3.1.0) (2022-10-04)


+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.1.0'
    ref: '3.1.1'
    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.1.0"]
      command: ["--service", "k6", "3.1.1"]
  stage: acceptance
  before_script:
    - *k6-scripts