Skip to content

Commit fc9e19e

Browse files
chore(main): release 0.2.0
1 parent 8312816 commit fc9e19e

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,24 @@ 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-11-13)
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+
* Set Terraform required_version to >= 1.5 ([#145](https://github.com/GoogleCloudPlatform/terraform-google-three-tier-web-app/issues/145)) ([0208bb9](https://github.com/GoogleCloudPlatform/terraform-google-three-tier-web-app/commit/0208bb95fa45e1a4dc77d057dcd37b438d2f386e))
18+
19+
20+
### Bug Fixes
21+
22+
* 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))
23+
* 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))
24+
* **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))
25+
* Pin to latest `google` Terraform provider version ([#222](https://github.com/GoogleCloudPlatform/terraform-google-three-tier-web-app/issues/222)) ([68edfe6](https://github.com/GoogleCloudPlatform/terraform-google-three-tier-web-app/commit/68edfe6c7d476431997df966b6b16d3063fd9105))
26+
* Test the specific set of roles used in Cloud console ([#199](https://github.com/GoogleCloudPlatform/terraform-google-three-tier-web-app/issues/199)) ([d332bc8](https://github.com/GoogleCloudPlatform/terraform-google-three-tier-web-app/commit/d332bc8ab9882b142fa3634b1c45f4c596a2368f))
27+
* Wait between destroying connector and network ([#200](https://github.com/GoogleCloudPlatform/terraform-google-three-tier-web-app/issues/200)) ([678f2c5](https://github.com/GoogleCloudPlatform/terraform-google-three-tier-web-app/commit/678f2c528f4a1d1fbe982243a6fc3b6662d3c6d9))
28+
1129
## [0.1.9](https://github.com/GoogleCloudPlatform/terraform-google-three-tier-web-app/compare/v0.1.8...v0.1.9) (2024-04-23)
1230

1331

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
@@ -36,6 +36,6 @@ terraform {
3636
}
3737

3838
provider_meta "google" {
39-
module_name = "blueprints/terraform/terraform-google-three-tier-web-app/v0.1.9"
39+
module_name = "blueprints/terraform/terraform-google-three-tier-web-app/v0.2.0"
4040
}
4141
}

0 commit comments

Comments
 (0)