Skip to content

Commit 154ddda

Browse files
chore(main): release 0.6.0 (#100)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent a7dd9ab commit 154ddda

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

CHANGELOG.md

+14
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.6.0](https://github.com/GoogleCloudPlatform/terraform-google-load-balanced-vms/compare/v0.5.0...v0.6.0) (2024-10-30)
12+
13+
14+
### ⚠ BREAKING CHANGES
15+
16+
* **deps:** Update Terraform GoogleCloudPlatform/lb-http/google to v12 ([#106](https://github.com/GoogleCloudPlatform/terraform-google-load-balanced-vms/issues/106))
17+
* **deps:** Update Terraform terraform-google-modules/project-factory/google to v17 ([#105](https://github.com/GoogleCloudPlatform/terraform-google-load-balanced-vms/issues/105))
18+
19+
### Bug Fixes
20+
21+
* **deps:** Update Terraform GoogleCloudPlatform/lb-http/google to v12 ([#106](https://github.com/GoogleCloudPlatform/terraform-google-load-balanced-vms/issues/106)) ([a7dd9ab](https://github.com/GoogleCloudPlatform/terraform-google-load-balanced-vms/commit/a7dd9aba352281b34ac56b8d2b195d79e5aeb9d6))
22+
* **deps:** Update Terraform terraform-google-modules/project-factory/google to v17 ([#105](https://github.com/GoogleCloudPlatform/terraform-google-load-balanced-vms/issues/105)) ([c48f19b](https://github.com/GoogleCloudPlatform/terraform-google-load-balanced-vms/commit/c48f19bb57e648175a710bf93b5ea751195acc8d))
23+
* Update debian-10 to debian-12 ([#98](https://github.com/GoogleCloudPlatform/terraform-google-load-balanced-vms/issues/98)) ([b696a47](https://github.com/GoogleCloudPlatform/terraform-google-load-balanced-vms/commit/b696a47d771c3a113b532ec35bf0476175274788))
24+
1125
## [0.5.0](https://github.com/GoogleCloudPlatform/terraform-google-load-balanced-vms/compare/v0.4.0...v0.5.0) (2024-05-19)
1226

1327

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Basic usage of this module is as follows:
2929
```hcl
3030
module "load_balanced_vms" {
3131
source = "terraform-google-modules/load-balanced-vms/google"
32-
version = "~> 0.5"
32+
version = "~> 0.6"
3333
3434
project_id = "<PROJECT ID>"
3535
region = "us-central1"

metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
source:
2525
repo: https://github.com/GoogleCloudPlatform/terraform-google-load-balanced-vms.git
2626
sourceType: git
27-
version: 0.5.0
27+
version: 0.6.0
2828
actuationTool:
2929
flavor: Terraform
3030
version: '>= 0.13'

versions.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ terraform {
4040
}
4141

4242
provider_meta "google" {
43-
module_name = "blueprints/terraform/terraform-google-load-balanced-vms/v0.5.0"
43+
module_name = "blueprints/terraform/terraform-google-load-balanced-vms/v0.6.0"
4444
}
4545
provider_meta "google-beta" {
46-
module_name = "blueprints/terraform/terraform-google-load-balanced-vms/v0.5.0"
46+
module_name = "blueprints/terraform/terraform-google-load-balanced-vms/v0.6.0"
4747
}
4848
}

0 commit comments

Comments
 (0)