Skip to content

Commit 18ef8ea

Browse files
chore(main): release 4.5.4 (#165)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 36272a6 commit 18ef8ea

File tree

7 files changed

+13
-6
lines changed

7 files changed

+13
-6
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.5.4](https://github.com/terraform-google-modules/terraform-google-service-accounts/compare/v4.5.3...v4.5.4) (2025-05-23)
11+
12+
13+
### Bug Fixes
14+
15+
* Adding regex validation for name ([#164](https://github.com/terraform-google-modules/terraform-google-service-accounts/issues/164)) ([70410b7](https://github.com/terraform-google-modules/terraform-google-service-accounts/commit/70410b7869cc13aed3566ebcc2eacbe3eb87b70d))
16+
1017
## [4.5.3](https://github.com/terraform-google-modules/terraform-google-service-accounts/compare/v4.5.2...v4.5.3) (2025-03-27)
1118

1219

metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
source:
2525
repo: https://github.com/terraform-google-modules/terraform-google-service-accounts.git
2626
sourceType: git
27-
version: 4.5.3
27+
version: 4.5.4
2828
actuationTool:
2929
flavor: Terraform
3030
version: ">= 0.13"

modules/key-distributor/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
repo: https://github.com/terraform-google-modules/terraform-google-service-accounts.git
2626
sourceType: git
2727
dir: /modules/key-distributor
28-
version: 4.5.3
28+
version: 4.5.4
2929
actuationTool:
3030
flavor: Terraform
3131
version: ">= 0.13"

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.5.3"
36+
module_name = "blueprints/terraform/terraform-google-service-accounts:key-distributor/v4.5.4"
3737
}
3838

3939
}

modules/simple-sa/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
repo: https://github.com/terraform-google-modules/terraform-google-service-accounts.git
2626
sourceType: git
2727
dir: /modules/simple-sa
28-
version: 4.5.3
28+
version: 4.5.4
2929
actuationTool:
3030
flavor: Terraform
3131
version: ">= 0.13.0"

modules/simple-sa/versions.tf

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

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-service-accounts:simple-sa/v4.5.3"
28+
module_name = "blueprints/terraform/terraform-google-service-accounts:simple-sa/v4.5.4"
2929
}
3030
}

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

3131
}

0 commit comments

Comments
 (0)