Skip to content

Commit a11d412

Browse files
chore(master): release 4.4.0 (#130)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 5fb0d98 commit a11d412

File tree

8 files changed

+14
-7
lines changed

8 files changed

+14
-7
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.4.0](https://github.com/terraform-google-modules/terraform-google-service-accounts/compare/v4.3.0...v4.4.0) (2024-08-29)
11+
12+
13+
### Features
14+
15+
* **deps:** Update Terraform google to v6 ([#129](https://github.com/terraform-google-modules/terraform-google-service-accounts/issues/129)) ([5fb0d98](https://github.com/terraform-google-modules/terraform-google-service-accounts/commit/5fb0d980c097f9a26f555b24e8e70848ea7a0e3e))
16+
1017
## [4.3.0](https://github.com/terraform-google-modules/terraform-google-service-accounts/compare/v4.2.3...v4.3.0) (2024-08-06)
1118

1219

metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
source:
2424
repo: https://github.com/terraform-google-modules/terraform-google-service-accounts
2525
sourceType: git
26-
version: 4.3.0
26+
version: 4.4.0
2727
actuationTool:
2828
type: Terraform
2929
version: '>= 0.13'

modules/key-distributor/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
source:
2424
repo: https://github.com/terraform-google-modules/terraform-google-service-accounts
2525
sourceType: git
26-
version: 4.3.0
26+
version: 4.4.0
2727
actuationTool:
2828
type: Terraform
2929
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.3.0"
36+
module_name = "blueprints/terraform/terraform-google-service-accounts:key-distributor/v4.4.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.3"
12+
version = "~> 4.4"
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.3.0
28+
version: 4.4.0
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.3.0"
28+
module_name = "blueprints/terraform/terraform-google-service-accounts:simple-sa/v4.4.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.3.0"
28+
module_name = "blueprints/terraform/terraform-google-service-accounts/v4.4.0"
2929
}
3030

3131
}

0 commit comments

Comments
 (0)