Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#77)
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 May 1, 2023
1 parent e6d9de8 commit 72b5ceb
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 8 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ 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.1.0](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/compare/v1.0.2...v1.1.0) (2023-04-28)


### Features

* var for private pool machine type ([#72](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/issues/72)) ([b73d4b7](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/commit/b73d4b783b68348c344c17569fb99b61d9422c55))


### Bug Fixes

* strict dependency on servicenetworking agent ([#75](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/issues/75)) ([f3349c1](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/commit/f3349c1b9dd43c5658cd43c6afb88c7dfa578bad))
* troubleshoot Load Balancer org policy in walkthrough ([#71](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/issues/71)) ([a1a0ae6](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/commit/a1a0ae66a84482ddc3322db2ba2f5b93b7b90f46))

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


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

0 comments on commit 72b5ceb

Please sign in to comment.