diff --git a/CHANGELOG.md b/CHANGELOG.md index 4302e00..e4d99e5 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.9](https://github.com/GoogleCloudPlatform/terraform-google-three-tier-web-app/compare/v0.1.8...v0.1.9) (2023-10-17) + + +### Bug Fixes + +* **deps:** update cft/developer-tools docker tag to v1.14 ([#64](https://github.com/GoogleCloudPlatform/terraform-google-three-tier-web-app/issues/64)) ([448b2a4](https://github.com/GoogleCloudPlatform/terraform-google-three-tier-web-app/commit/448b2a4c746928552613f9e7fdf5b0833e150248)) +* **deps:** Update cft/developer-tools Docker tag to v1.16 ([#75](https://github.com/GoogleCloudPlatform/terraform-google-three-tier-web-app/issues/75)) ([a81a9db](https://github.com/GoogleCloudPlatform/terraform-google-three-tier-web-app/commit/a81a9db7b27b19c009481f8c13b0be4403da6b74)) +* **deps:** Update cft/developer-tools Docker tag to v1.17 ([#82](https://github.com/GoogleCloudPlatform/terraform-google-three-tier-web-app/issues/82)) ([4faf43c](https://github.com/GoogleCloudPlatform/terraform-google-three-tier-web-app/commit/4faf43c48e91980d7feaa6b3d2b1f159987a51fe)) + ## [0.1.8](https://github.com/GoogleCloudPlatform/terraform-google-three-tier-web-app/compare/v0.1.7...v0.1.8) (2023-07-26) diff --git a/metadata.yaml b/metadata.yaml index a11705f..67bcefa 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.5 + version: 0.1.9 actuationTool: flavor: Terraform version: '>= 0.13' diff --git a/versions.tf b/versions.tf index 539a891..c578d99 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.8" + module_name = "blueprints/terraform/terraform-google-three-tier-app/v0.1.9" } }