From 958bc6e0340cd9787fbf7768dffd972a111fe518 Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Sun, 28 Feb 2021 21:38:14 +0100 Subject: [PATCH] More changelogs --- changelogs/fragments/448-s3_lifecycle-stability.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelogs/fragments/448-s3_lifecycle-stability.yml b/changelogs/fragments/448-s3_lifecycle-stability.yml index e8d0a73a805..972a91eb813 100644 --- a/changelogs/fragments/448-s3_lifecycle-stability.yml +++ b/changelogs/fragments/448-s3_lifecycle-stability.yml @@ -1,2 +1,4 @@ minor_changes: - s3_lifecycle - Add retries on common AWS failures (https://github.com/ansible-collections/community.aws/pull/448). +- s3_lifecycle - Fix idempotency when using dates instead of days (https://github.com/ansible-collections/community.aws/pull/448). +- s3_lifecycle - Add a ``wait`` parameter to wait for changes to propagate after being set (https://github.com/ansible-collections/community.aws/pull/448).