Skip to content

Commit

Permalink
chore(master): release 4.2.0 (#70)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Jan 9, 2023
1 parent 66b3bbd commit f10a4e0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.2.0](https://github.com/terraform-google-modules/terraform-google-service-accounts/compare/v4.1.1...v4.2.0) (2023-01-06)


### Features

* 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))


### Bug Fixes

* 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))

### [4.1.1](https://github.com/terraform-google-modules/terraform-google-service-accounts/compare/v4.1.0...v4.1.1) (2022-02-03)


Expand Down
2 changes: 1 addition & 1 deletion modules/key-distributor/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ terraform {
}

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

}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-service-accounts/v4.1.1"
module_name = "blueprints/terraform/terraform-google-service-accounts/v4.2.0"
}

}

0 comments on commit f10a4e0

Please sign in to comment.