Skip to content
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
51 changes: 51 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,56 @@
# CHANGELOG

## 1.500.0



## Affected Components
- [eks/argocd](https://docs.cloudposse.com/components/library/aws/eks/argocd#changelog)
- [eks/cluster](https://docs.cloudposse.com/components/library/aws/eks/cluster#changelog)
- [eks/datadog-agent](https://docs.cloudposse.com/components/library/aws/eks/datadog-agent#changelog)
- [eks/github-actions-runner](https://docs.cloudposse.com/components/library/aws/eks/github-actions-runner#changelog)
- [spa-s3-cloudfront](https://docs.cloudposse.com/components/library/aws/spa-s3-cloudfront#changelog)




<details>
<summary>add additional waf features @mcalhoun (#791)</summary>

## what
* Add the ability to specify a list of ALBs to attach WAF to
* Add the ability to specify a list of tags to target ALBs to attach WAF to

## why
* To provider greater flexibility in attaching WAF to ALBs
</details>

<details>
<summary>Update Changelog for `1.499.0` @github-actions (#1123)</summary>

Update Changelog for [`1.499.0`](https://github.com/cloudposse/terraform-aws-components/releases/tag/1.499.0)
</details>

<details>
<summary>docs: fix typos using `codespell` @RoseSecurity (#1114)</summary>

## what and why

> [!NOTE]
> Feel free to close this PR if the changes are not worth the review. I won't be offended

- For context, I wanted to clean up some of the documentation in our repository, which identified several typos in our variables and READMEs. I decided to use `codespell` to automate this process and thought it might be useful for a quick cleanup here!

### usage

```sh
codespell -w
```

</details>



## 1.499.0


Expand Down
Loading