Skip to content

Commit

Permalink
chore(master): release 4.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 22, 2024
1 parent 440d9b8 commit a8e0879
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.2.3](https://github.com/terraform-google-modules/terraform-google-service-accounts/compare/v4.2.2...v4.2.3) (2024-01-22)


### Bug Fixes

* **deps:** bump golang.org/x/crypto from 0.7.0 to 0.17.0 in /modules/key-distributor/files/function ([#104](https://github.com/terraform-google-modules/terraform-google-service-accounts/issues/104)) ([440d9b8](https://github.com/terraform-google-modules/terraform-google-service-accounts/commit/440d9b804e5a91fc2c2370bc12570f08ea935ab5))

## [4.2.2](https://github.com/terraform-google-modules/terraform-google-service-accounts/compare/v4.2.1...v4.2.2) (2023-10-20)


Expand Down
2 changes: 1 addition & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
source:
repo: https://github.com/terraform-google-modules/terraform-google-service-accounts
sourceType: git
version: 4.2.2
version: 4.2.3
actuationTool:
type: Terraform
version: '>= 0.13'
Expand Down
2 changes: 1 addition & 1 deletion modules/key-distributor/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
source:
repo: https://github.com/terraform-google-modules/terraform-google-service-accounts
sourceType: git
version: 4.2.2
version: 4.2.3
actuationTool:
type: Terraform
version: '>= 0.13'
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.2"
module_name = "blueprints/terraform/terraform-google-service-accounts:key-distributor/v4.2.3"
}

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

}

0 comments on commit a8e0879

Please sign in to comment.