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

chore(release): 2.0.0 [skip ci]

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

### Features

* Change boolean variable behaviour ([f3112ac0](https://gitlab.com/to-be-continuous/k6/commit/f3112ac0ae4e84ce4014a220dd5093e395a3aab2)

)

### BREAKING CHANGES

* boolean variable now triggered on explicit 'true' value

Signed-off-by: default avatarCédric OLIVIER <cedric3.olivier@orange.com>
parent 9eb899e9
Loading
Loading
Loading
Loading
Loading
+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: '1.0.0'
    ref: '2.0.0'
    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 "1.0.0"; fi
  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update k6 "2.0.0"; 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", "1.0.0"]
      command: ["--service", "k6", "2.0.0"]
  stage: acceptance
  before_script:
    - *k6-scripts