Skip to content

Commit 2435f6b

Browse files
chore(master): release 8.0.0 (#213)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 4bbafb0 commit 2435f6b

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+
## [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+
1027
## [7.1.0](https://github.com/terraform-google-modules/terraform-google-bastion-host/compare/v7.0.0...v7.1.0) (2024-09-06)
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: 7.1.0
26+
version: 8.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: 7.1.0
26+
version: 8.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/v7.1.0"
32+
module_name = "blueprints/terraform/terraform-google-bastion-host:bastion-group/v8.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: 7.1.0
26+
version: 8.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/v7.1.0"
25+
module_name = "blueprints/terraform/terraform-google-bastion-host:iap-tunneling/v8.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/v7.1.0"
29+
module_name = "blueprints/terraform/terraform-google-bastion-host/v8.0.0"
3030
}
3131
}

0 commit comments

Comments
 (0)