Skip to content

Commit

Permalink
chore(master): release 8.0.0 (#213)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Oct 29, 2024
1 parent 4bbafb0 commit 2435f6b
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 6 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [8.0.0](https://github.com/terraform-google-modules/terraform-google-bastion-host/compare/v7.1.0...v8.0.0) (2024-10-29)


### ⚠ BREAKING CHANGES

* **deps:** Update Terraform terraform-google-modules/vm/google to v12 ([#212](https://github.com/terraform-google-modules/terraform-google-bastion-host/issues/212))

### Features

* **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))
* 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))


### Bug Fixes

* **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))

## [7.1.0](https://github.com/terraform-google-modules/terraform-google-bastion-host/compare/v7.0.0...v7.1.0) (2024-09-06)


Expand Down
2 changes: 1 addition & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
source:
repo: https://github.com/terraform-google-modules/terraform-google-bastion-host
sourceType: git
version: 7.1.0
version: 8.0.0
actuationTool:
type: Terraform
version: '>=0.13'
Expand Down
2 changes: 1 addition & 1 deletion modules/bastion-group/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
source:
repo: https://github.com/terraform-google-modules/terraform-google-bastion-host
sourceType: git
version: 7.1.0
version: 8.0.0
actuationTool:
type: Terraform
version: '>=0.13'
Expand Down
2 changes: 1 addition & 1 deletion modules/bastion-group/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ terraform {
}
}
provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-bastion-host:bastion-group/v7.1.0"
module_name = "blueprints/terraform/terraform-google-bastion-host:bastion-group/v8.0.0"
}
}
2 changes: 1 addition & 1 deletion modules/iap-tunneling/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
source:
repo: https://github.com/terraform-google-modules/terraform-google-bastion-host
sourceType: git
version: 7.1.0
version: 8.0.0
actuationTool:
type: Terraform
version: '>=0.13'
Expand Down
2 changes: 1 addition & 1 deletion modules/iap-tunneling/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ terraform {
}
}
provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-bastion-host:iap-tunneling/v7.1.0"
module_name = "blueprints/terraform/terraform-google-bastion-host:iap-tunneling/v8.0.0"
}
}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ terraform {
}
}
provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-bastion-host/v7.1.0"
module_name = "blueprints/terraform/terraform-google-bastion-host/v8.0.0"
}
}

0 comments on commit 2435f6b

Please sign in to comment.