Skip to content

Commit 5afef97

Browse files
chore: release 4.1.0 (#56)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 36a2f59 commit 5afef97

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.1.0](https://www.github.com/terraform-google-modules/terraform-google-service-accounts/compare/v4.0.3...v4.1.0) (2022-01-05)
11+
12+
13+
### Features
14+
15+
* update TPG version constraints to allow 4.0 ([#54](https://www.github.com/terraform-google-modules/terraform-google-service-accounts/issues/54)) ([36a2f59](https://www.github.com/terraform-google-modules/terraform-google-service-accounts/commit/36a2f592823e9feffb1475695fa8a686b1626452))
16+
1017
### [4.0.3](https://www.github.com/terraform-google-modules/terraform-google-service-accounts/compare/v4.0.2...v4.0.3) (2021-09-01)
1118

1219

modules/key-distributor/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-service-accounts:key-distributor/v4.0.3"
28+
module_name = "blueprints/terraform/terraform-google-service-accounts:key-distributor/v4.1.0"
2929
}
3030

3131
}

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-service-accounts/v4.0.3"
28+
module_name = "blueprints/terraform/terraform-google-service-accounts/v4.1.0"
2929
}
3030

3131
}

0 commit comments

Comments
 (0)