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

chore(release): 2.4.1 [skip ci]

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


### Bug Fixes

* **vault:** Vault JWT authentication not working ([5732c06](https://gitlab.com/to-be-continuous/terraform/commit/5732c06f79873ba5e1fa3506dd4f29484891ba80))

# [2.4.0](https://gitlab.com/to-be-continuous/terraform/compare/2.3.2...2.4.0) (2022-01-10)


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

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

variables:
+1 −1
Original line number Diff line number Diff line
@@ -5,6 +5,6 @@
.tf-base:
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "terraform", "2.4.0" ]
      command: ["--service", "terraform", "2.4.1" ]
    - 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.0"; fi
  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update terraform "2.4.1"; 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.0" ]
      command: ["--service", "terraform", "2.4.1" ]
  before_script:
    # set environment context (before unscope_variables)
    - export environment_type=$ENV_TYPE