Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#60)
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 29, 2023
1 parent 622b593 commit e2c901b
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 8 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,29 @@ 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.0](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/compare/v0.3.1...v1.0.0) (2023-03-29)


### ⚠ BREAKING CHANGES

* Use Connect Gateway as alternative to VPN for deploying to private GKE clusters from Cloud Build (addressing https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/issues/20)
* Require Cloud Build BYOSA in secure-cd submodule instead of default CB SA
* Use Connect Gateway for standalone example ([#59](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/issues/59))

### Features

* automatic app deployment testing in standalone example verification test ([771f462](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/commit/771f462ca788d02a284fbaf58dc2cd4072b355a2))
* Require Cloud Build BYOSA in secure-cd submodule instead of default CB SA ([771f462](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/commit/771f462ca788d02a284fbaf58dc2cd4072b355a2))
* Use Connect Gateway as alternative to VPN for deploying to private GKE clusters from Cloud Build (addressing https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/issues/20) ([771f462](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/commit/771f462ca788d02a284fbaf58dc2cd4072b355a2))
* Use Connect Gateway for standalone example ([#59](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/issues/59)) ([771f462](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/commit/771f462ca788d02a284fbaf58dc2cd4072b355a2))


### Bug Fixes

* documentation and walkthrough cleanup and clarification ([771f462](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/commit/771f462ca788d02a284fbaf58dc2cd4072b355a2))
* increase app build test threshold to 20 mins ([#61](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/issues/61)) ([ad57bd5](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/commit/ad57bd5d87d588ab9341ddf7b8d7983dca4b70f0))
* set project via walkthrough link ([#62](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/issues/62)) ([0059004](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/commit/0059004aa17a9badca13d33ec15be875eb010a39))

## [0.3.1](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/compare/v0.3.0...v0.3.1) (2023-02-14)


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

0 comments on commit e2c901b

Please sign in to comment.