Skip to content

Commit 93593a2

Browse files
chore: release 4.2.0 (#140)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 71aa344 commit 93593a2

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+
## [4.2.0](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/compare/v4.1.0...v4.2.0) (2021-12-13)
11+
12+
13+
### Features
14+
15+
* update TPG version constraints to allow 4.0 ([#133](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/issues/133)) ([71aa344](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/commit/71aa344c657e1348cdca22900fc87e24820f2b6f))
16+
1017
## [4.1.0](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/compare/v4.0.0...v4.1.0) (2021-11-22)
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/v4.1.0"
32+
module_name = "blueprints/terraform/terraform-google-bootstrap:cloudbuild/v4.2.0"
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/v4.1.0"
28+
module_name = "blueprints/terraform/terraform-google-bootstrap/v4.2.0"
2929
}
3030
}

0 commit comments

Comments
 (0)