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

chore(release): 4.0.0 [skip ci]

# [4.0.0](https://gitlab.com/to-be-continuous/terraform/compare/3.12.3...4.0.0) (2023-08-28)

### Features

* **oidc:** OIDC authentication support now requires explicit configuration (see doc) ([89dfcb50](https://gitlab.com/to-be-continuous/terraform/commit/89dfcb5002be84b4b116522ef05e0e4808c35004))

### BREAKING CHANGES

* **oidc:** OIDC authentication support now requires explicit configuration (see doc)
parent 335a0745
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [4.0.0](https://gitlab.com/to-be-continuous/terraform/compare/3.12.3...4.0.0) (2023-08-28)


### Features

* **oidc:** OIDC authentication support now requires explicit configuration (see doc) ([89dfcb5](https://gitlab.com/to-be-continuous/terraform/commit/89dfcb5002be84b4b116522ef05e0e4808c35004))


### BREAKING CHANGES

* **oidc:** OIDC authentication support now requires explicit configuration (see doc)

## [3.12.3](https://gitlab.com/to-be-continuous/terraform/compare/3.12.2...3.12.3) (2023-08-18)


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

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

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

variables:
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ variables:
.tf-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "terraform", "3.12.3" ]
      command: ["--service", "terraform", "4.0.0" ]
    - name: "$TBC_GCP_PROVIDER_IMAGE"
      alias: "gcp-auth-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ variables:
.tf-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "terraform", "3.12.3" ]
      command: ["--service", "terraform", "4.0.0" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -662,7 +662,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "terraform", "3.12.3" ]
      command: ["--service", "terraform", "4.0.0" ]
  before_script:
    # set environment context (before unscope_variables)
    - export environment_type=$ENV_TYPE