Skip to content

Commit

Permalink
chore(main): release 0.3.0 (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Dec 16, 2022
1 parent b615569 commit 60a95d2
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 8 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ 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/).

## [0.3.0](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/compare/v0.2.0...v0.3.0) (2022-12-15)


### Features

* replace default Cloud Build SA with custom SA in build phase ([#35](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/issues/35)) ([b5ab9e0](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/commit/b5ab9e024b901726df06a3539fa29e49e023f4e5))


### Bug Fixes

* pass through labels ([#38](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/issues/38)) ([b615569](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/commit/b615569d4334f80b7836bf8b5aabae7be2d9a76d))
* update standalone single project documentation and walkthrough ([#36](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/issues/36)) ([06cb65a](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/commit/06cb65aa994656b5decbb88671bc5cbbade51ab4))
* use registry modules in standalone_single_project example ([#33](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/issues/33)) ([1c032cc](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/commit/1c032ccd6954e4d8e8c584efd296f95b5a06e799))

## [0.2.0](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/compare/v0.1.0...v0.2.0) (2022-09-28)


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/v0.2.0"
module_name = "blueprints/terraform/terraform-google-secure-cicd:cloudbuild-private-pool/v0.3.0"
}
provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-secure-cicd:cloudbuild-private-pool/v0.2.0"
module_name = "blueprints/terraform/terraform-google-secure-cicd:cloudbuild-private-pool/v0.3.0"
}
}
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/v0.2.0"
module_name = "blueprints/terraform/terraform-google-secure-cicd:secure-cd/v0.3.0"
}
provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-secure-cicd:secure-cd/v0.2.0"
module_name = "blueprints/terraform/terraform-google-secure-cicd:secure-cd/v0.3.0"
}
}
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/v0.2.0"
module_name = "blueprints/terraform/terraform-google-secure-cicd:secure-ci/v0.3.0"
}
provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-secure-cicd:secure-ci/v0.2.0"
module_name = "blueprints/terraform/terraform-google-secure-cicd:secure-ci/v0.3.0"
}
}
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/v0.2.0"
module_name = "blueprints/terraform/terraform-google-secure-cicd:workerpool-gke-ha-vpn/v0.3.0"
}
provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-secure-cicd:workerpool-gke-ha-vpn/v0.2.0"
module_name = "blueprints/terraform/terraform-google-secure-cicd:workerpool-gke-ha-vpn/v0.3.0"
}
}

0 comments on commit 60a95d2

Please sign in to comment.