Skip to content

Commit

Permalink
chore(master): release 5.2.0 (#134)
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] committed Feb 1, 2023
1 parent 00a863c commit 7e4e925
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [5.2.0](https://github.com/terraform-google-modules/terraform-google-bastion-host/compare/v5.1.1...v5.2.0) (2023-01-25)


### Features

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

## [5.1.1](https://github.com/terraform-google-modules/terraform-google-bastion-host/compare/v5.1.0...v5.1.1) (2023-01-20)


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

0 comments on commit 7e4e925

Please sign in to comment.