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

chore(release): 5.3.0 [skip ci]

parent 637c6df2
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [5.3.0](https://gitlab.com/to-be-continuous/terraform/compare/5.2.0...5.3.0) (2023-12-8)


### Features

* use centralized service images (gitlab.com) ([8fabac4](https://gitlab.com/to-be-continuous/terraform/commit/8fabac4df794503bee3462a36db5df5abae520ba))

# [5.2.0](https://gitlab.com/to-be-continuous/terraform/compare/5.1.0...5.2.0) (2023-12-3)


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

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

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

variables:
@@ -736,11 +736,11 @@ The variant supports the following configuration:
include:
  # main template
  - project: 'to-be-continuous/terraform'
    ref: '5.2.0'
    ref: '5.3.0'
    file: '/templates/gitlab-ci-terraform.yml'
  # AWS variant
  - project: 'to-be-continuous/terraform'
    ref: '5.2.0'
    ref: '5.3.0'
    file: '/templates/gitlab-ci-terraform-aws.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", "5.2.0" ]
      command: ["--service", "terraform", "5.3.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", "5.2.0" ]
      command: ["--service", "terraform", "5.3.0" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -677,7 +677,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "terraform", "5.2.0" ]
      command: ["--service", "terraform", "5.3.0" ]
  before_script:
    # set environment context (before unscope_variables)
    - export environment_type=$ENV_TYPE