Skip to content

Commit

Permalink
chore(main): release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Dec 8, 2023
1 parent 390cf7f commit 64dd001
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 12 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
This changelog is generated automatically based on [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).

## [1.2.2](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/compare/v1.2.1...v1.2.2) (2023-12-08)


### Bug Fixes

* **deps:** update cft/developer-tools docker tag to v1.14 ([#120](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/issues/120)) ([5953b6d](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/commit/5953b6d0a54d95363a9a854d96763472b51752ba))

## [1.2.1](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/compare/v1.2.0...v1.2.1) (2023-08-02)


Expand Down
2 changes: 1 addition & 1 deletion modules/cloudbuild-private-pool/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
repo: https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd.git
sourceType: git
dir: cloudbuild-private-pool
version: 1.1.1
version: 1.2.2
actuationTool:
flavor: Terraform
version: '>= 0.13.0'
Expand Down
4 changes: 2 additions & 2 deletions modules/cloudbuild-private-pool/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-secure-cicd:cloudbuild-private-pool/v1.2.1"
module_name = "blueprints/terraform/terraform-google-secure-cicd:cloudbuild-private-pool/v1.2.2"
}
provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-secure-cicd:cloudbuild-private-pool/v1.2.1"
module_name = "blueprints/terraform/terraform-google-secure-cicd:cloudbuild-private-pool/v1.2.2"
}
}
2 changes: 1 addition & 1 deletion modules/secure-cd/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
repo: https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd.git
sourceType: git
dir: secure-cd
version: 1.1.1
version: 1.2.2
actuationTool:
flavor: Terraform
version: '>= 1.0'
Expand Down
4 changes: 2 additions & 2 deletions modules/secure-cd/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-secure-cicd:secure-cd/v1.2.1"
module_name = "blueprints/terraform/terraform-google-secure-cicd:secure-cd/v1.2.2"
}
provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-secure-cicd:secure-cd/v1.2.1"
module_name = "blueprints/terraform/terraform-google-secure-cicd:secure-cd/v1.2.2"
}
}
2 changes: 1 addition & 1 deletion modules/secure-ci/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
repo: https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd.git
sourceType: git
dir: secure-ci
version: 1.1.1
version: 1.2.2
actuationTool:
flavor: Terraform
version: '>= 0.13.0'
Expand Down
4 changes: 2 additions & 2 deletions modules/secure-ci/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-secure-cicd:secure-ci/v1.2.1"
module_name = "blueprints/terraform/terraform-google-secure-cicd:secure-ci/v1.2.2"
}
provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-secure-cicd:secure-ci/v1.2.1"
module_name = "blueprints/terraform/terraform-google-secure-cicd:secure-ci/v1.2.2"
}
}
2 changes: 1 addition & 1 deletion modules/workerpool-gke-ha-vpn/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
repo: https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd.git
sourceType: git
dir: workerpool-gke-ha-vpn
version: 1.1.1
version: 1.2.2
actuationTool:
flavor: Terraform
version: '>= 0.13.0'
Expand Down
4 changes: 2 additions & 2 deletions modules/workerpool-gke-ha-vpn/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-secure-cicd:workerpool-gke-ha-vpn/v1.2.1"
module_name = "blueprints/terraform/terraform-google-secure-cicd:workerpool-gke-ha-vpn/v1.2.2"
}
provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-secure-cicd:workerpool-gke-ha-vpn/v1.2.1"
module_name = "blueprints/terraform/terraform-google-secure-cicd:workerpool-gke-ha-vpn/v1.2.2"
}
}

0 comments on commit 64dd001

Please sign in to comment.