Skip to content

Commit fd4c4c5

Browse files
chore(master): release 5.0.1 (#150)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent f113076 commit fd4c4c5

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
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.0.1](https://github.com/terraform-google-modules/terraform-google-bootstrap/compare/v5.0.0...v5.0.1) (2022-03-09)
11+
12+
13+
### Bug Fixes
14+
15+
* Guarantee the execution permission in the entrypoint.bash file ([#149](https://github.com/terraform-google-modules/terraform-google-bootstrap/issues/149)) ([f113076](https://github.com/terraform-google-modules/terraform-google-bootstrap/commit/f113076264b71e0423c2bcd642eb63851311e604))
16+
1017
## [5.0.0](https://github.com/terraform-google-modules/terraform-google-bootstrap/compare/v4.2.0...v5.0.0) (2022-01-13)
1118

1219

modules/cloudbuild/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-bootstrap:cloudbuild/v5.0.0"
32+
module_name = "blueprints/terraform/terraform-google-bootstrap:cloudbuild/v5.0.1"
3333
}
3434
}

versions.tf

Lines changed: 1 addition & 1 deletion
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-bootstrap/v5.0.0"
28+
module_name = "blueprints/terraform/terraform-google-bootstrap/v5.0.1"
2929
}
3030
}

0 commit comments

Comments
 (0)