Skip to content

Commit a13cf91

Browse files
chore(main): release 8.1.0
1 parent 625c343 commit a13cf91

File tree

7 files changed

+13
-6
lines changed

7 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ 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.1.0](https://github.com/terraform-google-modules/terraform-google-bastion-host/compare/v8.0.0...v8.1.0) (2025-07-01)
11+
12+
13+
### Features
14+
15+
* 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))
16+
1017
## [8.0.0](https://github.com/terraform-google-modules/terraform-google-bastion-host/compare/v7.1.0...v8.0.0) (2024-10-29)
1118

1219

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

0 commit comments

Comments
 (0)