Skip to content

Commit

Permalink
chore(master): release 4.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Dec 10, 2024
1 parent fa6c691 commit 59a724c
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 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.4.3](https://github.com/terraform-google-modules/terraform-google-service-accounts/compare/v4.4.2...v4.4.3) (2024-12-10)


### Bug Fixes

* update display metadata for simple-sa module ([#141](https://github.com/terraform-google-modules/terraform-google-service-accounts/issues/141)) ([fa6c691](https://github.com/terraform-google-modules/terraform-google-service-accounts/commit/fa6c691008b41ae34b785607d28501615f4400e8))

## [4.4.2](https://github.com/terraform-google-modules/terraform-google-service-accounts/compare/v4.4.1...v4.4.2) (2024-11-27)


Expand Down
2 changes: 1 addition & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
source:
repo: https://github.com/terraform-google-modules/terraform-google-service-accounts.git
sourceType: git
version: 4.4.2
version: 4.4.3
actuationTool:
flavor: 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 @@ -25,7 +25,7 @@ spec:
repo: https://github.com/terraform-google-modules/terraform-google-service-accounts.git
sourceType: git
dir: /modules/key-distributor
version: 4.4.2
version: 4.4.3
actuationTool:
flavor: 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.4.2"
module_name = "blueprints/terraform/terraform-google-service-accounts:key-distributor/v4.4.3"
}

}
2 changes: 1 addition & 1 deletion modules/simple-sa/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
repo: https://github.com/terraform-google-modules/terraform-google-service-accounts.git
sourceType: git
dir: /modules/simple-sa
version: 4.4.2
version: 4.4.3
actuationTool:
flavor: Terraform
version: ">= 0.13.0"
Expand Down
2 changes: 1 addition & 1 deletion modules/simple-sa/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-service-accounts:simple-sa/v4.4.2"
module_name = "blueprints/terraform/terraform-google-service-accounts:simple-sa/v4.4.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.4.2"
module_name = "blueprints/terraform/terraform-google-service-accounts/v4.4.3"
}

}

0 comments on commit 59a724c

Please sign in to comment.