Skip to content

Commit

Permalink
chore(main): release 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Mar 16, 2024
1 parent c9dc208 commit 5a8db41
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ 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) (2024-03-16)


### 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))
* **deps:** Update GO and Dev-Tools ([#97](https://github.com/GoogleCloudPlatform/terraform-google-three-tier-web-app/issues/97)) ([b50a085](https://github.com/GoogleCloudPlatform/terraform-google-three-tier-web-app/commit/b50a085521ea162ac5f0b484816038a749303b0d))

## [0.1.8](https://github.com/GoogleCloudPlatform/terraform-google-three-tier-web-app/compare/v0.1.7...v0.1.8) (2023-07-26)


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.5
version: 0.1.9
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.8"
module_name = "blueprints/terraform/terraform-google-three-tier-app/v0.1.9"
}
}

0 comments on commit 5a8db41

Please sign in to comment.