Skip to content

Commit

Permalink
chore(main): release 1.2.0 (#91)
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 <[email protected]>
  • Loading branch information
release-please[bot] and gtsorbo authored Jun 29, 2023
1 parent 065d908 commit 299d8e2
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/).

## [1.2.0](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/compare/v1.1.1...v1.2.0) (2023-06-15)


### Features

* add link to in-console tour of solution ([#82](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/issues/82)) ([e488ee8](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/commit/e488ee80b315dfd1d4786c735638d449901949b5))
* updates make target to generate display metadata as well ([#95](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/issues/95)) ([a0d17de](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/commit/a0d17de25648890d3104c2a32d7293a8d6114cc1))


### Bug Fixes

* in-repo module references for standalone example ([#103](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/issues/103)) ([a38f43d](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/commit/a38f43d01fb838abcbc48d7e1e9492635ca42f43))
* use service_networking_connection peering output for routes config ([#98](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/issues/98)) ([7a03911](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/commit/7a03911abc19c16579bf0e2c68bee347eece0f1f))

## [1.1.1](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/compare/v1.1.0...v1.1.1) (2023-05-02)


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

0 comments on commit 299d8e2

Please sign in to comment.