Skip to content

Commit f10a4e0

Browse files
chore(master): release 4.2.0 (#70)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 66b3bbd commit f10a4e0

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ 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://github.com/terraform-google-modules/terraform-google-service-accounts/compare/v4.1.1...v4.2.0) (2023-01-06)
11+
12+
13+
### Features
14+
15+
* update to GO 1.18 ([#72](https://github.com/terraform-google-modules/terraform-google-service-accounts/issues/72)) ([66b3bbd](https://github.com/terraform-google-modules/terraform-google-service-accounts/commit/66b3bbdb502b399f08c7bb8b93cc37661bf073d7))
16+
17+
18+
### Bug Fixes
19+
20+
* fixes lint issues and generates metadata ([#69](https://github.com/terraform-google-modules/terraform-google-service-accounts/issues/69)) ([22465b2](https://github.com/terraform-google-modules/terraform-google-service-accounts/commit/22465b2486bb6e2968ee4829ddd042d755b08eda))
21+
1022
### [4.1.1](https://github.com/terraform-google-modules/terraform-google-service-accounts/compare/v4.1.0...v4.1.1) (2022-02-03)
1123

1224

modules/key-distributor/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ terraform {
3333
}
3434

3535
provider_meta "google" {
36-
module_name = "blueprints/terraform/terraform-google-service-accounts:key-distributor/v4.1.1"
36+
module_name = "blueprints/terraform/terraform-google-service-accounts:key-distributor/v4.2.0"
3737
}
3838

3939
}

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.1.1"
28+
module_name = "blueprints/terraform/terraform-google-service-accounts/v4.2.0"
2929
}
3030

3131
}

0 commit comments

Comments
 (0)