From 3c30b9ffca129bc8db1477a32aeb0df66958d508 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 21:32:31 -0600 Subject: [PATCH] chore(deps): update test-infra KMS to v0.0.4 (#663) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/defenseunicorns/terraform-aws-uds-kms](https://togithub.com/defenseunicorns/terraform-aws-uds-kms) | module | patch | `v0.0.3` -> `v0.0.4` | --- ### Release Notes
defenseunicorns/terraform-aws-uds-kms (github.com/defenseunicorns/terraform-aws-uds-kms) ### [`v0.0.4`](https://togithub.com/defenseunicorns/terraform-aws-uds-kms/releases/tag/v0.0.4) [Compare Source](https://togithub.com/defenseunicorns/terraform-aws-uds-kms/compare/v0.0.3...v0.0.4) #### 0.0.4 (2024-08-09) #### What's Changed - Bump google.golang.org/grpc from 1.53.0 to 1.56.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/defenseunicorns/terraform-aws-uds-kms/pull/14](https://togithub.com/defenseunicorns/terraform-aws-uds-kms/pull/14) - chore: configure renovate by [@​ericwyles](https://togithub.com/ericwyles) in [https://github.com/defenseunicorns/terraform-aws-uds-kms/pull/21](https://togithub.com/defenseunicorns/terraform-aws-uds-kms/pull/21) - feat: allow for the creation of external keys by [@​Racer159](https://togithub.com/Racer159) in [https://github.com/defenseunicorns/terraform-aws-uds-kms/pull/20](https://togithub.com/defenseunicorns/terraform-aws-uds-kms/pull/20) #### New Contributors - [@​ericwyles](https://togithub.com/ericwyles) made their first contribution in [https://github.com/defenseunicorns/terraform-aws-uds-kms/pull/21](https://togithub.com/defenseunicorns/terraform-aws-uds-kms/pull/21) - [@​Racer159](https://togithub.com/Racer159) made their first contribution in [https://github.com/defenseunicorns/terraform-aws-uds-kms/pull/20](https://togithub.com/defenseunicorns/terraform-aws-uds-kms/pull/20) **Full Changelog**: https://github.com/defenseunicorns/terraform-aws-uds-kms/compare/v0.0.3...v0.0.4
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/defenseunicorns/uds-core). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/test-infra/buckets-iac/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/test-infra/buckets-iac/main.tf b/.github/test-infra/buckets-iac/main.tf index 71e7bc809..fd0168c40 100644 --- a/.github/test-infra/buckets-iac/main.tf +++ b/.github/test-infra/buckets-iac/main.tf @@ -67,7 +67,7 @@ resource "random_id" "unique_id" { module "generate_kms" { for_each = local.bucket_configurations - source = "github.com/defenseunicorns/terraform-aws-uds-kms?ref=v0.0.3" + source = "github.com/defenseunicorns/terraform-aws-uds-kms?ref=v0.0.4" key_owners = var.key_owner_arns # A list of IAM ARNs for those who will have full key permissions (`kms:*`)