File tree Expand file tree Collapse file tree 7 files changed +25
-6
lines changed
Expand file tree Collapse file tree 7 files changed +25
-6
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,25 @@ The format is based on
77and this project adheres to
88[ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
99
10+ ## [ 9.0.0] ( https://github.com/terraform-google-modules/terraform-google-bastion-host/compare/v8.0.0...v9.0.0 ) (2025-09-23)
11+
12+
13+ ### ⚠ BREAKING CHANGES
14+
15+ * ** deps:** Update Terraform terraform-google-modules/vm/google to v13 ([ #221 ] ( https://github.com/terraform-google-modules/terraform-google-bastion-host/issues/221 ) )
16+ * ** deps:** Bump TF v1.3 ([ #220 ] ( https://github.com/terraform-google-modules/terraform-google-bastion-host/issues/220 ) )
17+
18+ ### Features
19+
20+ * add resource_manager_tags to bastion compute_instance ([ #227 ] ( https://github.com/terraform-google-modules/terraform-google-bastion-host/issues/227 ) ) ([ 625c343] ( https://github.com/terraform-google-modules/terraform-google-bastion-host/commit/625c343b8d2bbec5343eff6a5340207a44c23023 ) )
21+ * ** deps:** Update Terraform Google Provider to v7 (major) ([ #234 ] ( https://github.com/terraform-google-modules/terraform-google-bastion-host/issues/234 ) ) ([ e02064a] ( https://github.com/terraform-google-modules/terraform-google-bastion-host/commit/e02064a1310f725f7ff54e3afa45d69c4fb5c269 ) )
22+
23+
24+ ### Bug Fixes
25+
26+ * ** deps:** Bump TF v1.3 ([ #220 ] ( https://github.com/terraform-google-modules/terraform-google-bastion-host/issues/220 ) ) ([ 12d7d6e] ( https://github.com/terraform-google-modules/terraform-google-bastion-host/commit/12d7d6e32a39182ab2455bea90476becfdc08446 ) )
27+ * ** deps:** Update Terraform terraform-google-modules/vm/google to v13 ([ #221 ] ( https://github.com/terraform-google-modules/terraform-google-bastion-host/issues/221 ) ) ([ 7819bf5] ( https://github.com/terraform-google-modules/terraform-google-bastion-host/commit/7819bf5fb16464e7a5a552f744eeac32fdc9aa7d ) )
28+
1029## [ 8.0.0] ( https://github.com/terraform-google-modules/terraform-google-bastion-host/compare/v7.1.0...v8.0.0 ) (2024-10-29)
1130
1231
Original file line number Diff line number Diff line change 2323 source :
2424 repo : https://github.com/terraform-google-modules/terraform-google-bastion-host
2525 sourceType : git
26- version : 8 .0.0
26+ version : 9 .0.0
2727 actuationTool :
2828 type : Terraform
2929 version : ' >=0.13'
Original file line number Diff line number Diff line change 2323 source :
2424 repo : https://github.com/terraform-google-modules/terraform-google-bastion-host
2525 sourceType : git
26- version : 8 .0.0
26+ version : 9 .0.0
2727 actuationTool :
2828 type : Terraform
2929 version : ' >=0.13'
Original file line number Diff line number Diff line change @@ -29,6 +29,6 @@ terraform {
2929 }
3030 }
3131 provider_meta "google" {
32- module_name = " blueprints/terraform/terraform-google-bastion-host:bastion-group/v8 .0.0"
32+ module_name = " blueprints/terraform/terraform-google-bastion-host:bastion-group/v9 .0.0"
3333 }
3434}
Original file line number Diff line number Diff line change 2323 source :
2424 repo : https://github.com/terraform-google-modules/terraform-google-bastion-host
2525 sourceType : git
26- version : 8 .0.0
26+ version : 9 .0.0
2727 actuationTool :
2828 type : Terraform
2929 version : ' >=0.13'
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ terraform {
2222 }
2323 }
2424 provider_meta "google" {
25- module_name = " blueprints/terraform/terraform-google-bastion-host:iap-tunneling/v8 .0.0"
25+ module_name = " blueprints/terraform/terraform-google-bastion-host:iap-tunneling/v9 .0.0"
2626 }
2727}
Original file line number Diff line number Diff line change @@ -26,6 +26,6 @@ terraform {
2626 }
2727 }
2828 provider_meta "google" {
29- module_name = " blueprints/terraform/terraform-google-bastion-host/v8 .0.0"
29+ module_name = " blueprints/terraform/terraform-google-bastion-host/v9 .0.0"
3030 }
3131}
You can’t perform that action at this time.
0 commit comments