Skip to content

Commit

Permalink
chore(master): release 4.3.0 (#119)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Aug 12, 2024
1 parent 3df2ae8 commit dd1e2a2
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 7 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.3.0](https://github.com/terraform-google-modules/terraform-google-service-accounts/compare/v4.2.3...v4.3.0) (2024-08-06)


### Features

* Add iam_email and env_vars output to simple-sa submodule ([#122](https://github.com/terraform-google-modules/terraform-google-service-accounts/issues/122)) ([ae592d2](https://github.com/terraform-google-modules/terraform-google-service-accounts/commit/ae592d233a85ce04b9cacc56d04862231cdebc43))
* add simple SA module for managing SA and project IAM ([#118](https://github.com/terraform-google-modules/terraform-google-service-accounts/issues/118)) ([ee1516b](https://github.com/terraform-google-modules/terraform-google-service-accounts/commit/ee1516b78c7ec0c0671c1cc0a5f4cdad8c1de6a4))


### Bug Fixes

* **deps:** bump golang.org/x/net from 0.17.0 to 0.23.0 in /modules/key-distributor/files/function ([#115](https://github.com/terraform-google-modules/terraform-google-service-accounts/issues/115)) ([5550304](https://github.com/terraform-google-modules/terraform-google-service-accounts/commit/55503040ab6a03375ef84c576f624c0eae9e9d6e))
* **deps:** update key-distrubutor to GO v1.20 ([#124](https://github.com/terraform-google-modules/terraform-google-service-accounts/issues/124)) ([cbaa4b1](https://github.com/terraform-google-modules/terraform-google-service-accounts/commit/cbaa4b1a81a3fe5f2bd885879307f6d945131fd3))
* Fix output "id" in "simple-sa" module ([#125](https://github.com/terraform-google-modules/terraform-google-service-accounts/issues/125)) ([3df2ae8](https://github.com/terraform-google-modules/terraform-google-service-accounts/commit/3df2ae83d69f3d1ffb87c7ff227c417076b8587f))
* Update the format of "id" output in the "simple-sa" module ([#123](https://github.com/terraform-google-modules/terraform-google-service-accounts/issues/123)) ([4e586a7](https://github.com/terraform-google-modules/terraform-google-service-accounts/commit/4e586a7a44151078329972b38d553748ee000983))

## [4.2.3](https://github.com/terraform-google-modules/terraform-google-service-accounts/compare/v4.2.2...v4.2.3) (2024-04-12)


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

}
2 changes: 1 addition & 1 deletion modules/simple-sa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Basic usage of this submodule is as follows:
```hcl
module "sa" {
source = "terraform-google-modules/service-accounts/google//modules/simple-sa"
version = "~> 4.0"
version = "~> 4.3"
project_id = "<PROJECT ID>"
name = "sa-name"
Expand Down
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.2.3
version: 4.3.0
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.2.3"
module_name = "blueprints/terraform/terraform-google-service-accounts:simple-sa/v4.3.0"
}
}
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.2.3"
module_name = "blueprints/terraform/terraform-google-service-accounts/v4.3.0"
}

}

0 comments on commit dd1e2a2

Please sign in to comment.