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 1, 2024
1 parent 211b381 commit db459a8
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 8 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/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"
}
}
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"
}
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ 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-01)


### ⚠ BREAKING CHANGES

* moves code to examples folder ([#238](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/issues/238))

### Features

* 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))

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


Expand Down
2 changes: 1 addition & 1 deletion examples/cymbal-bank/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/cymbal-bank/v0.2.0"
module_name = "blueprints/terraform/terraform-google-enterprise-application:appfactory/cymbal-bank/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/cymbal-bank/shared/v0.2.0"
module_name = "blueprints/terraform/terraform-google-enterprise-application:appinfra/cymbal-bank/shared/v0.3.0"
}
}

0 comments on commit db459a8

Please sign in to comment.