File tree Expand file tree Collapse file tree 7 files changed +23
-6
lines changed Expand file tree Collapse file tree 7 files changed +23
-6
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,23 @@ The format is based on
7
7
and this project adheres to
8
8
[ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
9
9
10
+ ## [ 8.0.0] ( https://github.com/terraform-google-modules/terraform-google-bastion-host/compare/v7.1.0...v8.0.0 ) (2024-10-29)
11
+
12
+
13
+ ### ⚠ BREAKING CHANGES
14
+
15
+ * ** deps:** Update Terraform terraform-google-modules/vm/google to v12 ([ #212 ] ( https://github.com/terraform-google-modules/terraform-google-bastion-host/issues/212 ) )
16
+
17
+ ### Features
18
+
19
+ * ** bastion-group:** add variable for additional_ports ([ #215 ] ( https://github.com/terraform-google-modules/terraform-google-bastion-host/issues/215 ) ) ([ 4bbafb0] ( https://github.com/terraform-google-modules/terraform-google-bastion-host/commit/4bbafb0f14f2fc716cadf94ef4b4658b95f948e4 ) )
20
+ * implement firewall priority in iap-tunneling module ([ #216 ] ( https://github.com/terraform-google-modules/terraform-google-bastion-host/issues/216 ) ) ([ 4c84d22] ( https://github.com/terraform-google-modules/terraform-google-bastion-host/commit/4c84d2285a2e2f31a0044ac3a3bdbea38b7003e2 ) )
21
+
22
+
23
+ ### Bug Fixes
24
+
25
+ * ** deps:** Update Terraform terraform-google-modules/vm/google to v12 ([ #212 ] ( https://github.com/terraform-google-modules/terraform-google-bastion-host/issues/212 ) ) ([ 1eb600a] ( https://github.com/terraform-google-modules/terraform-google-bastion-host/commit/1eb600aa7050fff86a7bec4d87513c8e9ca269b8 ) )
26
+
10
27
## [ 7.1.0] ( https://github.com/terraform-google-modules/terraform-google-bastion-host/compare/v7.0.0...v7.1.0 ) (2024-09-06)
11
28
12
29
Original file line number Diff line number Diff line change 23
23
source :
24
24
repo : https://github.com/terraform-google-modules/terraform-google-bastion-host
25
25
sourceType : git
26
- version : 7.1 .0
26
+ version : 8.0 .0
27
27
actuationTool :
28
28
type : Terraform
29
29
version : ' >=0.13'
Original file line number Diff line number Diff line change 23
23
source :
24
24
repo : https://github.com/terraform-google-modules/terraform-google-bastion-host
25
25
sourceType : git
26
- version : 7.1 .0
26
+ version : 8.0 .0
27
27
actuationTool :
28
28
type : Terraform
29
29
version : ' >=0.13'
Original file line number Diff line number Diff line change @@ -29,6 +29,6 @@ terraform {
29
29
}
30
30
}
31
31
provider_meta "google" {
32
- module_name = " blueprints/terraform/terraform-google-bastion-host:bastion-group/v7.1 .0"
32
+ module_name = " blueprints/terraform/terraform-google-bastion-host:bastion-group/v8.0 .0"
33
33
}
34
34
}
Original file line number Diff line number Diff line change 23
23
source :
24
24
repo : https://github.com/terraform-google-modules/terraform-google-bastion-host
25
25
sourceType : git
26
- version : 7.1 .0
26
+ version : 8.0 .0
27
27
actuationTool :
28
28
type : Terraform
29
29
version : ' >=0.13'
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ terraform {
22
22
}
23
23
}
24
24
provider_meta "google" {
25
- module_name = " blueprints/terraform/terraform-google-bastion-host:iap-tunneling/v7.1 .0"
25
+ module_name = " blueprints/terraform/terraform-google-bastion-host:iap-tunneling/v8.0 .0"
26
26
}
27
27
}
Original file line number Diff line number Diff line change @@ -26,6 +26,6 @@ terraform {
26
26
}
27
27
}
28
28
provider_meta "google" {
29
- module_name = " blueprints/terraform/terraform-google-bastion-host/v7.1 .0"
29
+ module_name = " blueprints/terraform/terraform-google-bastion-host/v8.0 .0"
30
30
}
31
31
}
You can’t perform that action at this time.
0 commit comments