diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f4dcde..dbc8f9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.1.10](https://github.com/GoogleCloudPlatform/terraform-google-three-tier-web-app/compare/v0.1.9...v0.1.10) (2024-09-12) + + +### Bug Fixes + +* Add link to app source code in README.md ([#148](https://github.com/GoogleCloudPlatform/terraform-google-three-tier-web-app/issues/148)) ([b4fef3c](https://github.com/GoogleCloudPlatform/terraform-google-three-tier-web-app/commit/b4fef3caf3a0fcb6795c92e938a2290cde6c17d8)) +* Default to us-central1 and us-central1-a ([#135](https://github.com/GoogleCloudPlatform/terraform-google-three-tier-web-app/issues/135)) ([2fe27b4](https://github.com/GoogleCloudPlatform/terraform-google-three-tier-web-app/commit/2fe27b46e7c63706db34f8857e6a51d0420798ef)) +* **deps:** Update Terraform terraform-google-modules/project-factory/google to v15.0.1 ([#125](https://github.com/GoogleCloudPlatform/terraform-google-three-tier-web-app/issues/125)) ([1455ae3](https://github.com/GoogleCloudPlatform/terraform-google-three-tier-web-app/commit/1455ae3edbee2ffe1a96de4609f26dd9045c036a)) + ## [0.1.9](https://github.com/GoogleCloudPlatform/terraform-google-three-tier-web-app/compare/v0.1.8...v0.1.9) (2024-04-23) diff --git a/metadata.yaml b/metadata.yaml index bc470d7..b123dd9 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -24,7 +24,7 @@ spec: source: repo: https://github.com/GoogleCloudPlatform/terraform-google-three-tier-web-app.git sourceType: git - version: 0.1.9 + version: 0.1.10 actuationTool: flavor: Terraform version: ">= 0.13" diff --git a/versions.tf b/versions.tf index c578d99..3d61511 100644 --- a/versions.tf +++ b/versions.tf @@ -32,6 +32,6 @@ terraform { } provider_meta "google" { - module_name = "blueprints/terraform/terraform-google-three-tier-app/v0.1.9" + module_name = "blueprints/terraform/terraform-google-three-tier-app/v0.1.10" } }