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

chore(release): 2.4.2 [skip ci]

parent ef9078f3
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.4.2](https://gitlab.com/to-be-continuous/terraform/compare/2.4.1...2.4.2) (2022-02-24)


### Bug Fixes

* **vault:** revert Vault JWT authentication not working ([ef9078f](https://gitlab.com/to-be-continuous/terraform/commit/ef9078f350d40603a979367edf76d57c0b08f8ff))

## [2.4.1](https://gitlab.com/to-be-continuous/terraform/compare/2.4.0...2.4.1) (2022-02-23)


+3 −3
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: '2.4.1'
    ref: '2.4.2'
    file: '/templates/gitlab-ci-terraform.yml'
```

@@ -446,11 +446,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/terraform'
    ref: '2.4.1'
    ref: '2.4.2'
    file: '/templates/gitlab-ci-terraform.yml'
  # Vault variant
  - project: 'to-be-continuous/terraform'
    ref: '2.4.1'
    ref: '2.4.2'
    file: '/templates/gitlab-ci-terraform-vault.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -9,6 +9,6 @@ variables:
.tf-base:
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "terraform", "2.4.1" ]
      command: ["--service", "terraform", "2.4.2" ]
    - name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master"
      alias: "vault-secrets-provider"
+2 −2
Original line number Diff line number Diff line
@@ -480,7 +480,7 @@ stages:
    fi
  }

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