Skip to content

Commit

Permalink
chore(master): release 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 25, 2024
1 parent 2a5adbf commit f4fa435
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.1](https://github.com/terraform-google-modules/terraform-google-service-accounts/compare/v4.4.0...v4.4.1) (2024-10-25)


### Bug Fixes

* Add new output account_details, output type and metadata.display.yaml ([#133](https://github.com/terraform-google-modules/terraform-google-service-accounts/issues/133)) ([2a5adbf](https://github.com/terraform-google-modules/terraform-google-service-accounts/commit/2a5adbfea6e9774a2d702f28857f4c907daa31c9))

## [4.4.0](https://github.com/terraform-google-modules/terraform-google-service-accounts/compare/v4.3.0...v4.4.0) (2024-08-29)


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.4.0
version: 4.4.1
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.4.0
version: 4.4.1
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.4.0"
module_name = "blueprints/terraform/terraform-google-service-accounts:key-distributor/v4.4.1"
}

}
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.0
version: 4.4.1
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.0"
module_name = "blueprints/terraform/terraform-google-service-accounts:simple-sa/v4.4.1"
}
}
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.0"
module_name = "blueprints/terraform/terraform-google-service-accounts/v4.4.1"
}

}

0 comments on commit f4fa435

Please sign in to comment.