Skip to content

Commit

Permalink
chore(master): release 4.2.1 (#73)
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 Apr 24, 2023
1 parent 7c9e85d commit 6633f93
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.2.1](https://github.com/terraform-google-modules/terraform-google-service-accounts/compare/v4.2.0...v4.2.1) (2023-04-05)


### Bug Fixes

* **deps:** update go modules ([#74](https://github.com/terraform-google-modules/terraform-google-service-accounts/issues/74)) ([4be6958](https://github.com/terraform-google-modules/terraform-google-service-accounts/commit/4be6958970a7305fcaadd2b6020bbbcd04d70038))
* **deps:** update module google.golang.org/api to v0.107.0 ([#65](https://github.com/terraform-google-modules/terraform-google-service-accounts/issues/65)) ([e2298b4](https://github.com/terraform-google-modules/terraform-google-service-accounts/commit/e2298b472b025fa14b015ba4e238d9ce6752db68))

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


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.2.0"
module_name = "blueprints/terraform/terraform-google-service-accounts:key-distributor/v4.2.1"
}

}
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.2.0"
module_name = "blueprints/terraform/terraform-google-service-accounts/v4.2.1"
}

}

0 comments on commit 6633f93

Please sign in to comment.