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

chore(release): 3.12.0 [skip ci]

parent 936b324d
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [3.12.0](https://gitlab.com/to-be-continuous/terraform/compare/3.11.0...3.12.0) (2023-06-12)


### Bug Fixes

* **hooks:** chmod only when required ([0dd1c70](https://gitlab.com/to-be-continuous/terraform/commit/0dd1c704dcd571fd0721efbae5bff65ee255aa86))


### Features

* **tf-publish:** add terraform module publish support ([e7c245d](https://gitlab.com/to-be-continuous/terraform/commit/e7c245d09ada5e968aafc741912595ef7dd60f7e))

# [3.11.0](https://gitlab.com/to-be-continuous/terraform/compare/3.10.0...3.11.0) (2023-05-30)


+5 −5
Original line number Diff line number Diff line
@@ -9,7 +9,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.11.0'
    ref: '3.12.0'
    file: '/templates/gitlab-ci-terraform.yml'
```

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

variables:
@@ -664,11 +664,11 @@ With a common default `GCP_OIDC_PROVIDER` and `GCP_OIDC_ACCOUNT` configuration f
include:
  # main template
  - project: 'to-be-continuous/terraform'
    ref: '3.11.0'
    ref: '3.12.0'
    file: '/templates/gitlab-ci-terraform.yml'
  # `Google Cloud` variant
  - project: 'to-be-continuous/terraform'
    ref: '3.11.0'
    ref: '3.12.0'
    file: '/templates/gitlab-ci-terraform-gcp.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ variables:
.tf-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "terraform", "3.11.0" ]
      command: ["--service", "terraform", "3.12.0" ]
    - name: "$TBC_GCP_PROVIDER_IMAGE"
      alias: "gcp-auth-provider"
  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.11.0" ]
      command: ["--service", "terraform", "3.12.0" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
+1 −1
Original line number Diff line number Diff line
@@ -654,7 +654,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "terraform", "3.11.0" ]
      command: ["--service", "terraform", "3.12.0" ]
  before_script:
    # set environment context (before unscope_variables)
    - export environment_type=$ENV_TYPE