Skip to content

Commit

Permalink
chore(main): release 1.0.1 (#65)
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>
Co-authored-by: Grant Sorbo <gtsorbo@google.com>
  • Loading branch information
release-please[bot] and gtsorbo authored Mar 30, 2023
1 parent f7c606b commit 6e86527
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/).

## [1.0.1](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/compare/v1.0.0...v1.0.1) (2023-03-30)


### Bug Fixes

* **deps:** update terraform terraform-google-modules/kubernetes-engine/google to v25 ([#56](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/issues/56)) ([c929094](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/commit/c92909422ac235363b7b6d4c49e28b9ce282211f))
* walkthrough updates ([#64](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/issues/64)) ([5148197](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/commit/5148197fcd19b95690f93db76001a9215866ee72))

## [1.0.0](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/compare/v0.3.1...v1.0.0) (2023-03-29)


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

0 comments on commit 6e86527

Please sign in to comment.