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

Update Changelog for 1.526.0 #1181

Merged
merged 1 commit into from
Nov 6, 2024
Merged
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
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# CHANGELOG

## 1.526.0



<details>
<summary>feat(kms): updates with embedded policy creation - part2 @Gowiem (#1136)</summary>
## what

* Updates the KMS module to support embedded policy creation


## why

* This allows for easy wiring in of aws-team-role roles into the KMS policy, so we do something like "Admins in the dev account have access to use this Key"

## references

* This is a continuation of PR #523 which I could not continue as I no longer have access to push to Cloud Posse except as a fork 😢
* @nitrocode did a great review with some solid suggestions in #523. I have completed my work from that review as part of this newer PR.

</details>

<details>
<summary>Update Changelog for `1.524.0` @github-actions (#1179)</summary>
Update Changelog for [`1.524.0`](https://github.com/cloudposse/terraform-aws-components/releases/tag/1.524.0)
</details>



## 1.524.0


Expand Down
Loading