Skip to content

Commit 6e8087d

Browse files
chore(master): release 7.0.0 (#190)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent b217179 commit 6e8087d

File tree

7 files changed

+24
-6
lines changed

7 files changed

+24
-6
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ The format is based on
77
and this project adheres to
88
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [7.0.0](https://github.com/terraform-google-modules/terraform-google-bastion-host/compare/v6.0.0...v7.0.0) (2024-08-21)
11+
12+
13+
### ⚠ BREAKING CHANGES
14+
15+
* **deps:** Update Terraform terraform-google-modules/vm/google to v11 ([#186](https://github.com/terraform-google-modules/terraform-google-bastion-host/issues/186))
16+
17+
### Features
18+
19+
* support can_ip_forward ([#184](https://github.com/terraform-google-modules/terraform-google-bastion-host/issues/184)) ([a7705b0](https://github.com/terraform-google-modules/terraform-google-bastion-host/commit/a7705b015e8138b4b57a526f772ac3e5d06c8c32))
20+
* Support setting a static ip for the bastion ([#197](https://github.com/terraform-google-modules/terraform-google-bastion-host/issues/197)) ([b09be98](https://github.com/terraform-google-modules/terraform-google-bastion-host/commit/b09be9886946768c785b156c11081aed07f2a147))
21+
22+
23+
### Bug Fixes
24+
25+
* **deps:** Update Terraform terraform-google-modules/vm/google to v11 ([#186](https://github.com/terraform-google-modules/terraform-google-bastion-host/issues/186)) ([0c7a342](https://github.com/terraform-google-modules/terraform-google-bastion-host/commit/0c7a34278fab3223c3965092f7614f7cf078f62c))
26+
* Update Debian Image to 12 ([#179](https://github.com/terraform-google-modules/terraform-google-bastion-host/issues/179)) ([ae88275](https://github.com/terraform-google-modules/terraform-google-bastion-host/commit/ae88275381a451ee5d0cc94067526b5684d78780))
27+
1028
## [6.0.0](https://github.com/terraform-google-modules/terraform-google-bastion-host/compare/v5.3.0...v6.0.0) (2023-10-30)
1129

1230

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: 6.0.0
26+
version: 7.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: 6.0.0
26+
version: 7.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/v6.0.0"
32+
module_name = "blueprints/terraform/terraform-google-bastion-host:bastion-group/v7.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: 6.0.0
26+
version: 7.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/v6.0.0"
25+
module_name = "blueprints/terraform/terraform-google-bastion-host:iap-tunneling/v7.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/v6.0.0"
29+
module_name = "blueprints/terraform/terraform-google-bastion-host/v7.0.0"
3030
}
3131
}

0 commit comments

Comments
 (0)