Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [9.0.0](https://github.com/terraform-google-modules/terraform-google-bastion-host/compare/v8.0.0...v9.0.0) (2025-09-23)


### ⚠ BREAKING CHANGES

* **deps:** Update Terraform terraform-google-modules/vm/google to v13 ([#221](https://github.com/terraform-google-modules/terraform-google-bastion-host/issues/221))
* **deps:** Bump TF v1.3 ([#220](https://github.com/terraform-google-modules/terraform-google-bastion-host/issues/220))

### Features

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


### Bug Fixes

* **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))
* **deps:** Update Terraform terraform-google-modules/vm/google to v13 ([#221](https://github.com/terraform-google-modules/terraform-google-bastion-host/issues/221)) ([7819bf5](https://github.com/terraform-google-modules/terraform-google-bastion-host/commit/7819bf5fb16464e7a5a552f744eeac32fdc9aa7d))

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


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: 8.0.0
version: 9.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: 8.0.0
version: 9.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/v8.0.0"
module_name = "blueprints/terraform/terraform-google-bastion-host:bastion-group/v9.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: 8.0.0
version: 9.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/v8.0.0"
module_name = "blueprints/terraform/terraform-google-bastion-host:iap-tunneling/v9.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/v8.0.0"
module_name = "blueprints/terraform/terraform-google-bastion-host/v9.0.0"
}
}
Loading