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

chore(release): 2.0.1 [skip ci]

parent b1402a49
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.0.1](https://gitlab.com/to-be-continuous/k6/compare/2.0.0...2.0.1) (2021-10-07)


### Bug Fixes

* use master or main for production env ([78b3ba5](https://gitlab.com/to-be-continuous/k6/commit/78b3ba5f0b52d835dacebcbb360f813cfef97bed))

## [2.0.0](https://gitlab.com/to-be-continuous/k6/compare/1.0.0...2.0.0) (2021-09-03)

### Features
+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.0'
    ref: '2.0.1'
    file: '/templates/gitlab-ci-k6.yml'

# Pipeline steps
+2 −2
Original line number Diff line number Diff line
@@ -247,7 +247,7 @@ stages:
    fi
  }

  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update k6 "2.0.0"; fi
  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update k6 "2.0.1"; fi
  unscope_variables
  eval_all_secrets

@@ -262,7 +262,7 @@ k6:
    entrypoint: [""]
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "k6", "2.0.0"]
      command: ["--service", "k6", "2.0.1"]
  stage: acceptance
  before_script:
    - *k6-scripts