Skip to content

Commit

Permalink
Merge branch 'main' into chore/github-runners/allow-refreshing
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Nov 6, 2024
2 parents 7996a93 + 371384d commit 9753313
Show file tree
Hide file tree
Showing 6 changed files with 216 additions and 49 deletions.
52 changes: 52 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,57 @@
# 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



<details>
<summary>Announce code freeze @goruha (#1178)</summary>
## what
* Announce code freeze on readme

## why
* Readme is more informative than issue (while issue will be emailed)

## references
* https://github.com/cloudposse/terraform-aws-components/issues/1177
</details>

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



## 1.523.1


Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@
-->

> [!WARNING]
> ## Upcoming Migration of Components to a New GitHub Organization (CODE FREEZE 11/12 - 11/17)
> We’re excited to announce that starting on November 12, 2024, we will begin migrating each component in the
> this repository to individual repositories under a new GitHub organization.
> This change aims to improve the stability, maintainability, and usability of our components.
>
> [Learn more](https://github.com/cloudposse/terraform-aws-components/issues/1177) about the migration and what to expect.
This is a collection of reusable [AWS Terraform components](https://atmos.tools/core-concepts/components/) for provisioning infrastructure used by the Cloud Posse [reference architectures](https://cloudposse.com).
They work really well with [Atmos](https://atmos.tools), our open-source tool for managing infrastructure as code with Terraform.

Expand Down
8 changes: 8 additions & 0 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@ related:

# Short description of this project
description: |-
> [!WARNING]
> ## Upcoming Migration of Components to a New GitHub Organization (CODE FREEZE 11/12 - 11/17)
> We’re excited to announce that starting on November 12, 2024, we will begin migrating each component in the
> this repository to individual repositories under a new GitHub organization.
> This change aims to improve the stability, maintainability, and usability of our components.
>
> [Learn more](https://github.com/cloudposse/terraform-aws-components/issues/1177) about the migration and what to expect.
This is a collection of reusable [AWS Terraform components](https://atmos.tools/core-concepts/components/) for provisioning infrastructure used by the Cloud Posse [reference architectures](https://cloudposse.com).
They work really well with [Atmos](https://atmos.tools), our open-source tool for managing infrastructure as code with Terraform.
Expand Down
Loading

0 comments on commit 9753313

Please sign in to comment.