Commit 154ddda 1 parent a7dd9ab commit 154ddda Copy full SHA for 154ddda
File tree 4 files changed +18
-4
lines changed
4 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,20 @@ and this project adheres to
8
8
[ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
9
9
This changelog is generated automatically based on [ Conventional Commits] ( https://www.conventionalcommits.org/en/v1.0.0/ ) .
10
10
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
+
11
25
## [ 0.5.0] ( https://github.com/GoogleCloudPlatform/terraform-google-load-balanced-vms/compare/v0.4.0...v0.5.0 ) (2024-05-19)
12
26
13
27
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Basic usage of this module is as follows:
29
29
``` hcl
30
30
module "load_balanced_vms" {
31
31
source = "terraform-google-modules/load-balanced-vms/google"
32
- version = "~> 0.5 "
32
+ version = "~> 0.6 "
33
33
34
34
project_id = "<PROJECT ID>"
35
35
region = "us-central1"
Original file line number Diff line number Diff line change 24
24
source :
25
25
repo : https://github.com/GoogleCloudPlatform/terraform-google-load-balanced-vms.git
26
26
sourceType : git
27
- version : 0.5 .0
27
+ version : 0.6 .0
28
28
actuationTool :
29
29
flavor : Terraform
30
30
version : ' >= 0.13'
Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ terraform {
40
40
}
41
41
42
42
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"
44
44
}
45
45
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"
47
47
}
48
48
}
You can’t perform that action at this time.
0 commit comments