Skip to content

Commit

Permalink
chore(deps): update test-infra KMS to v0.0.4 (#663)
Browse files Browse the repository at this point in the history
[![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

<details>
<summary>defenseunicorns/terraform-aws-uds-kms
(github.com/defenseunicorns/terraform-aws-uds-kms)</summary>

###
[`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
[@&#8203;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
[@&#8203;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
[@&#8203;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

- [@&#8203;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)
- [@&#8203;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**:
defenseunicorns/terraform-aws-uds-kms@v0.0.3...v0.0.4

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 10, 2024
1 parent c009e5f commit 3c30b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/test-infra/buckets-iac/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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:*`)
Expand Down

0 comments on commit 3c30b9f

Please sign in to comment.