Skip to content

Commit 2179740

Browse files
chore(master): release 6.0.0 (#164)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent b2333ee commit 2179740

File tree

7 files changed

+18
-6
lines changed

7 files changed

+18
-6
lines changed

CHANGELOG.md

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

10+
## [6.0.0](https://github.com/terraform-google-modules/terraform-google-bastion-host/compare/v5.3.0...v6.0.0) (2023-10-30)
11+
12+
13+
### ⚠ BREAKING CHANGES
14+
15+
* **deps:** Update Terraform terraform-google-modules/vm/google to v10 ([#153](https://github.com/terraform-google-modules/terraform-google-bastion-host/issues/153))
16+
17+
### Bug Fixes
18+
19+
* **deps:** Update Terraform terraform-google-modules/vm/google to v10 ([#153](https://github.com/terraform-google-modules/terraform-google-bastion-host/issues/153)) ([b2333ee](https://github.com/terraform-google-modules/terraform-google-bastion-host/commit/b2333ee6e1e0551b022257bbe019767bb5088a3f))
20+
* upgraded versions.tf to include minor bumps from tpg v5 ([#157](https://github.com/terraform-google-modules/terraform-google-bastion-host/issues/157)) ([4456230](https://github.com/terraform-google-modules/terraform-google-bastion-host/commit/4456230664f86b80a2db2f98eef720abc793fd80))
21+
1022
## [5.3.0](https://github.com/terraform-google-modules/terraform-google-bastion-host/compare/v5.2.0...v5.3.0) (2023-04-06)
1123

1224

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

0 commit comments

Comments
 (0)