Skip to content

Commit

Permalink
chore(main): release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 29, 2024
1 parent e7be136 commit 3de9f93
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 10 deletions.
2 changes: 1 addition & 1 deletion 1-bootstrap/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-enterprise-application:bootstrap/v0.2.0"
module_name = "blueprints/terraform/terraform-google-enterprise-application:bootstrap/v0.3.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 @@ -29,6 +29,6 @@ terraform {
}

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

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-enterprise-application:fleetscope/v0.2.0"
module_name = "blueprints/terraform/terraform-google-enterprise-application:fleetscope/v0.3.0"
}
}
2 changes: 1 addition & 1 deletion 4-appfactory/envs/shared/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-enterprise-application:appfactory/shared/v0.2.0"
module_name = "blueprints/terraform/terraform-google-enterprise-application:appfactory/shared/v0.3.0"
}
}
2 changes: 1 addition & 1 deletion 4-appfactory/modules/app-group-baseline/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-enterprise-application:appfactory/v0.2.0"
module_name = "blueprints/terraform/terraform-google-enterprise-application:appfactory/v0.3.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ terraform {
required_version = ">= 1.3"

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-enterprise-application:appinfra/hello-world/shared/v0.2.0"
module_name = "blueprints/terraform/terraform-google-enterprise-application:appinfra/hello-world/shared/v0.3.0"
}
}
2 changes: 1 addition & 1 deletion 5-appinfra/modules/alloydb-psc-setup/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-enterprise-application:appinfra/alloydb-psc-setup/v0.2.0"
module_name = "blueprints/terraform/terraform-google-enterprise-application:appinfra/alloydb-psc-setup/v0.3.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 @@ -29,6 +29,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-enterprise-application:appinfra/cicd-pipeline/v0.2.0"
module_name = "blueprints/terraform/terraform-google-enterprise-application:appinfra/cicd-pipeline/v0.3.0"
}
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,27 @@ 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.3.0](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/compare/v0.2.0...v0.3.0) (2024-10-29)


### ⚠ BREAKING CHANGES

* **deps:** Update Terraform terraform-google-modules/cloud-storage/google to v8 ([#263](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/issues/263))
* moves code to examples folder ([#238](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/issues/238))

### Features

* add cymbal shop + cymbal bank deployment ([#260](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/issues/260)) ([be36dee](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/commit/be36dee32ddb39cb02172b4de818e7b1b8b119fa))
* add hello-world as the default application ([#247](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/issues/247)) ([da26d9b](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/commit/da26d9b208cc8d064d03de993a6e599b1f676a4b))
* moves code to examples folder ([#238](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/issues/238)) ([211b381](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/commit/211b3815fb95168eed9fc408d0cc599315d48b82))
* new app factory interface ([#255](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/issues/255)) ([f101f8d](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/commit/f101f8db35b16d50d8283927505e8eeb834d68ac))


### Bug Fixes

* adjust tf image cmd ([#265](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/issues/265)) ([1953438](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/commit/1953438f2ee5f9f1df1f7430f88bdb1390d0fdbc))
* **deps:** Update Terraform terraform-google-modules/cloud-storage/google to v8 ([#263](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/issues/263)) ([bda9f7c](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/commit/bda9f7c74c3e09fd7f8512fd44e4e618ecdb35f0))

## [0.2.0](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/compare/v0.1.0...v0.2.0) (2024-09-27)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ terraform {
required_version = ">= 1.3"

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-enterprise-application:appinfra/cymbal-bank/shared/v0.2.0"
module_name = "blueprints/terraform/terraform-google-enterprise-application:appinfra/cymbal-bank/shared/v0.3.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-enterprise-application:appfactory/shared/v0.2.0"
module_name = "blueprints/terraform/terraform-google-enterprise-application:appfactory/shared/v0.3.0"
}
}

0 comments on commit 3de9f93

Please sign in to comment.