Skip to content

Commit ae73c25

Browse files
chore(main): release 9.0.0
1 parent 12d7d6e commit ae73c25

File tree

7 files changed

+23
-6
lines changed

7 files changed

+23
-6
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ The format is based on
77
and 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-18)
11+
12+
13+
### ⚠ BREAKING CHANGES
14+
15+
* **deps:** Bump TF v1.3 ([#220](https://github.com/terraform-google-modules/terraform-google-bastion-host/issues/220))
16+
17+
### Features
18+
19+
* 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))
20+
* **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))
21+
22+
23+
### Bug Fixes
24+
25+
* **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))
26+
1027
## [8.0.0](https://github.com/terraform-google-modules/terraform-google-bastion-host/compare/v7.1.0...v8.0.0) (2024-10-29)
1128

1229

metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
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'

modules/bastion-group/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
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'

modules/bastion-group/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

modules/iap-tunneling/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
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'

modules/iap-tunneling/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)