Skip to content

Commit 7e4e925

Browse files
chore(master): release 5.2.0 (#134)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 00a863c commit 7e4e925

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
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+
## [5.2.0](https://github.com/terraform-google-modules/terraform-google-bastion-host/compare/v5.1.1...v5.2.0) (2023-01-25)
11+
12+
13+
### Features
14+
15+
* adds `region` setting used to configure the instance template ([#131](https://github.com/terraform-google-modules/terraform-google-bastion-host/issues/131)) ([00a863c](https://github.com/terraform-google-modules/terraform-google-bastion-host/commit/00a863ce0f37d69e6a9ac256aa358114a3a38bec))
16+
1017
## [5.1.1](https://github.com/terraform-google-modules/terraform-google-bastion-host/compare/v5.1.0...v5.1.1) (2023-01-20)
1118

1219

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.1.1"
32+
module_name = "blueprints/terraform/terraform-google-bastion-host:bastion-group/v5.2.0"
3333
}
3434
}

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.1.1"
25+
module_name = "blueprints/terraform/terraform-google-bastion-host:iap-tunneling/v5.2.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.1.1"
29+
module_name = "blueprints/terraform/terraform-google-bastion-host/v5.2.0"
3030
}
3131
}

0 commit comments

Comments
 (0)