Skip to content

Commit fe80f4e

Browse files
chore(master): release 5.0.1 (#115)
1 parent f566e8d commit fe80f4e

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

+7
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.0.1](https://github.com/terraform-google-modules/terraform-google-bastion-host/compare/v5.0.0...v5.0.1) (2022-09-07)
11+
12+
13+
### Bug Fixes
14+
15+
* try() to fix index errors ([#108](https://github.com/terraform-google-modules/terraform-google-bastion-host/issues/108)) ([f566e8d](https://github.com/terraform-google-modules/terraform-google-bastion-host/commit/f566e8d9ebfd720f1832e5434ead017ea81849d1))
16+
1017
## [5.0.0](https://github.com/terraform-google-modules/terraform-google-bastion-host/compare/v4.1.0...v5.0.0) (2022-03-31)
1118

1219

modules/bastion-group/versions.tf

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

modules/iap-tunneling/versions.tf

+1-1
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.0.0"
25+
module_name = "blueprints/terraform/terraform-google-bastion-host:iap-tunneling/v5.0.1"
2626
}
2727
}

versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ terraform {
2525
}
2626
}
2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-bastion-host/v5.0.0"
28+
module_name = "blueprints/terraform/terraform-google-bastion-host/v5.0.1"
2929
}
3030
}

0 commit comments

Comments
 (0)