Skip to content

Commit

Permalink
chore(main): release 0.3.1 (#44)
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 Feb 14, 2023
1 parent 1fa43a4 commit 76a1fec
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ 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.1](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/compare/v0.3.0...v0.3.1) (2023-02-14)


### Bug Fixes

* reduce zones used in standalone example clusters ([#45](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/issues/45)) ([1fa43a4](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/commit/1fa43a46d2a3ed4fd86c30b65f75df7ddeb4cbab))
* set initial_node_count to 2 ([#43](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/issues/43)) ([34f3ead](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/commit/34f3ead0b533e9a8c340f51b1dd7e2ad92808cbd))

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


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

0 comments on commit 76a1fec

Please sign in to comment.