Commit 3c19a113 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/terraform/compare/1.1.2...2.0.0) (2021-09-08)

### Features

* Change boolean variable behaviour ([f175aed5](https://gitlab.com/to-be-continuous/terraform/commit/f175aed5f75a03802e70e7736c429c132e8ca565)

)

### BREAKING CHANGES

* boolean variable now triggered on explicit 'true' value

Signed-off-by: default avatarCédric OLIVIER <cedric3.olivier@orange.com>
parent 9800eb6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/terraform'
    ref: '1.1.2'
    ref: '2.0.0'
    file: '/templates/gitlab-ci-terraform.yml'
```

+2 −2
Original line number Diff line number Diff line
@@ -465,7 +465,7 @@ stages:
    fi
  }

  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update terraform "1.1.2"; fi
  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update terraform "2.0.0"; fi
  unscope_variables
  eval_secrets
  
@@ -485,7 +485,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "terraform", "1.1.2" ]
      command: ["--service", "terraform", "2.0.0" ]
  before_script:
    # set environment context (before unscope_variables)
    - export environment_type=$ENV_TYPE