Skip to content

Commit 633012e

Browse files
chore(main): release 0.2.0
1 parent ff40948 commit 633012e

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ and this project adheres to
88
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99
This changelog is generated automatically based on [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).
1010

11+
## [0.2.0](https://github.com/GoogleCloudPlatform/terraform-google-three-tier-web-app/compare/v0.1.9...v0.2.0) (2025-01-20)
12+
13+
14+
### Features
15+
16+
* Add MySQL support ([#138](https://github.com/GoogleCloudPlatform/terraform-google-three-tier-web-app/issues/138)) ([ab8330c](https://github.com/GoogleCloudPlatform/terraform-google-three-tier-web-app/commit/ab8330c7b98af1da592bc5d782a856566dc5df79))
17+
18+
19+
### Bug Fixes
20+
21+
* 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))
22+
* 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))
23+
* **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))
24+
1125
## [0.1.9](https://github.com/GoogleCloudPlatform/terraform-google-three-tier-web-app/compare/v0.1.8...v0.1.9) (2024-04-23)
1226

1327

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Basic usage of this module is as follows:
2727
```hcl
2828
module "three_tier_app" {
2929
source = "terraform-google-modules/three-tier-app/google"
30-
version = "~> 0.1"
30+
version = "~> 0.2"
3131
3232
project_id = var.project_id
3333
region = "us-central1"

metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
source:
2525
repo: https://github.com/GoogleCloudPlatform/terraform-google-three-tier-web-app.git
2626
sourceType: git
27-
version: 0.1.9
27+
version: 0.2.0
2828
actuationTool:
2929
flavor: Terraform
3030
version: ">= 0.13"

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ terraform {
3232
}
3333

3434
provider_meta "google" {
35-
module_name = "blueprints/terraform/terraform-google-three-tier-app/v0.1.9"
35+
module_name = "blueprints/terraform/terraform-google-three-tier-app/v0.2.0"
3636
}
3737
}

0 commit comments

Comments
 (0)