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

chore(release): 3.3.0 [skip ci]

parent 93c60c43
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [3.3.0](https://gitlab.com/to-be-continuous/terraform/compare/3.2.1...3.3.0) (2022-12-13)


### Features

* **vault:** configurable Vault Secrets Provider image ([93c60c4](https://gitlab.com/to-be-continuous/terraform/commit/93c60c4376eec306fd90ea0f0a9047c2c79f94ba))

## [3.2.1](https://gitlab.com/to-be-continuous/terraform/compare/3.2.0...3.2.1) (2022-10-19)


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

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

variables:
+1 −1
Original line number Diff line number Diff line
@@ -11,6 +11,6 @@ variables:
.tf-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "terraform", "3.2.1" ]
      command: ["--service", "terraform", "3.3.0" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
+1 −1
Original line number Diff line number Diff line
@@ -574,7 +574,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "terraform", "3.2.1" ]
      command: ["--service", "terraform", "3.3.0" ]
  before_script:
    # set environment context (before unscope_variables)
    - export environment_type=$ENV_TYPE