From 68e3515bb78d6068e19c998ec41025047fa5b13f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 13:55:25 +1000 Subject: [PATCH] chore: update changelog (#804) Co-authored-by: kshychko <6890602+kshychko@users.noreply.github.com> --- CHANGELOG.md | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a66ecadb..48584eb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,26 @@ # Changelog -## latest (2024-03-25) +## latest (2024-09-17) + +#### New Features + +* WAFACLs to support IPV6 +* waf service to support IPV6 CIDRs +* initial deployment contract support ([#800](https://github.com/hamlet-io/engine-plugin-aws/issues/800)) +* support recommended token auth method for Pinpoint channels ([#805](https://github.com/hamlet-io/engine-plugin-aws/issues/805)) +#### Fixes + +* update input regex for alb service logs table +* connectionTimeout attribute +* autoMinorVersionUpdate flag for Amazon MQ resource +* cdn origin request policy headers +#### Others + +* pin cfn-lint for now to pass the tests and produce uncicyle + +Full set of changes: [`9.1.0...latest`](https://github.com/hamlet-io/engine-plugin-aws/compare/9.1.0...latest) + +## 9.1.0 (2024-03-27) #### New Features @@ -54,11 +74,12 @@ * remove use of component ids #### Others +* update changelog ([#785](https://github.com/hamlet-io/engine-plugin-aws/issues/785)) * update actions pipelines ([#802](https://github.com/hamlet-io/engine-plugin-aws/issues/802)) * update changelog ([#760](https://github.com/hamlet-io/engine-plugin-aws/issues/760)) * (datapipeline): remove support for AWS data pipeline -Full set of changes: [`8.9.0...latest`](https://github.com/hamlet-io/engine-plugin-aws/compare/8.9.0...latest) +Full set of changes: [`8.9.0...9.1.0`](https://github.com/hamlet-io/engine-plugin-aws/compare/8.9.0...9.1.0) ## 8.9.0 (2023-06-16)