Skip to content

Commit

Permalink
chore(main): release 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Sep 12, 2024
1 parent b4fef3c commit 783863d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 783863d

Please sign in to comment.