Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(master): release 4.4.1 #135

Merged
merged 1 commit into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}

}