Skip to content

Commit ed725dc

Browse files
chore(main): release 4.6.0 (#171)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 19c3c89 commit ed725dc

File tree

8 files changed

+23
-7
lines changed

8 files changed

+23
-7
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ 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.6.0](https://github.com/terraform-google-modules/terraform-google-service-accounts/compare/v4.5.4...v4.6.0) (2025-09-10)
11+
12+
13+
### Features
14+
15+
* Add disabled flag ([#168](https://github.com/terraform-google-modules/terraform-google-service-accounts/issues/168)) ([4cc94c8](https://github.com/terraform-google-modules/terraform-google-service-accounts/commit/4cc94c89fce272826c6ba3ccdba223db4d5bc713))
16+
* **deps:** Update Terraform google to v7 ([#175](https://github.com/terraform-google-modules/terraform-google-service-accounts/issues/175)) ([2de45e4](https://github.com/terraform-google-modules/terraform-google-service-accounts/commit/2de45e4adf40ec04a2df1844720e3b5666698df9))
17+
* per module requirements to service accounts ([#167](https://github.com/terraform-google-modules/terraform-google-service-accounts/issues/167)) ([9ba28a5](https://github.com/terraform-google-modules/terraform-google-service-accounts/commit/9ba28a549f36a57a8b8e4714a29311703d6dba5d))
18+
19+
20+
### Bug Fixes
21+
22+
* **deps:** bump golang.org/x/crypto from 0.31.0 to 0.35.0 ([#160](https://github.com/terraform-google-modules/terraform-google-service-accounts/issues/160)) ([7c1b8fa](https://github.com/terraform-google-modules/terraform-google-service-accounts/commit/7c1b8fa4839ac45478b0ac21c126afd1000a0efa))
23+
* **deps:** Update module golang.org/x/crypto to v0.41.0 ([#179](https://github.com/terraform-google-modules/terraform-google-service-accounts/issues/179)) ([19c3c89](https://github.com/terraform-google-modules/terraform-google-service-accounts/commit/19c3c892602b9bfd93c68f397763d8ef0de4fb66))
24+
* **deps:** Update module google.golang.org/api to v0.248.0 ([#170](https://github.com/terraform-google-modules/terraform-google-service-accounts/issues/170)) ([c3ddc88](https://github.com/terraform-google-modules/terraform-google-service-accounts/commit/c3ddc883c12d4a286f8d14b18c9c7864f1d41443))
25+
1026
## [4.5.4](https://github.com/terraform-google-modules/terraform-google-service-accounts/compare/v4.5.3...v4.5.4) (2025-05-23)
1127

1228

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.4
27+
version: 4.6.0
2828
actuationTool:
2929
flavor: Terraform
3030
version: ">= 1.3"

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.4
28+
version: 4.6.0
2929
actuationTool:
3030
flavor: Terraform
3131
version: ">= 1.3"

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

3939
}

modules/simple-sa/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Basic usage of this submodule is as follows:
99
```hcl
1010
module "sa" {
1111
source = "terraform-google-modules/service-accounts/google//modules/simple-sa"
12-
version = "~> 4.5"
12+
version = "~> 4.6"
1313
1414
project_id = "<PROJECT ID>"
1515
name = "sa-name"

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.4
28+
version: 4.6.0
2929
actuationTool:
3030
flavor: Terraform
3131
version: ">= 1.3"

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.4"
28+
module_name = "blueprints/terraform/terraform-google-service-accounts:simple-sa/v4.6.0"
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.4"
28+
module_name = "blueprints/terraform/terraform-google-service-accounts/v4.6.0"
2929
}
3030

3131
}

0 commit comments

Comments
 (0)