Skip to content

Commit

Permalink
chore(main): release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored May 16, 2024
1 parent 0553f99 commit b6ace1d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 1-bootstrap/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-enterprise-application:bootstrap/v0.1.0"
module_name = "blueprints/terraform/terraform-google-enterprise-application:bootstrap/v0.2.0"
}
}
2 changes: 1 addition & 1 deletion 2-multitenant/modules/env_baseline/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-enterprise-application:environments/v0.1.0"
module_name = "blueprints/terraform/terraform-google-enterprise-application:environments/v0.2.0"
}
}
2 changes: 1 addition & 1 deletion 4-fleetscope/modules/env_baseline/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ terraform {
required_version = ">= 0.13"

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-enterprise-application:environments/v0.1.0"
module_name = "blueprints/terraform/terraform-google-enterprise-application:environments/v0.2.0"
}
}
2 changes: 1 addition & 1 deletion 5-appinfra/modules/cicd-pipeline/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-enterprise-application:environments/v0.1.0"
module_name = "blueprints/terraform/terraform-google-enterprise-application:environments/v0.2.0"
}
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ 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.2.0](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/compare/v0.1.0...v0.2.0) (2024-05-16)


### Features

* adds frontend app infra test ([#108](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/issues/108)) ([d0110ec](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/commit/d0110ec99a842e3d3e443be9e3c8449b9de831f5))
* **multitenant:** enable security_posture, dpv2, cost_allocation ([#135](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/issues/135)) ([ae06552](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/commit/ae06552b76679c16d7950cf47a33035342364d5f))
* **multitenant:** make cluster project creation optional ([#117](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/issues/117)) ([878a63e](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/commit/878a63e097c59159c85b554af552fb7c368f7af5))

## 0.1.0 (2024-05-10)


Expand Down

0 comments on commit b6ace1d

Please sign in to comment.