From 7b2badecec173aef7e712b6540ef533b1320fa2f Mon Sep 17 00:00:00 2001 From: GomathiselviS Date: Tue, 23 Jun 2026 12:43:01 -0700 Subject: [PATCH] Sync main after 10.1.1 release (#2460) SUMMARY ISSUE TYPE Bugfix Pull Request Docs Pull Request Feature Pull Request New Module/Plugin Pull Request Refactoring Pull Request Test Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Rahmanim Benny (cherry picked from commit 0e3c8c142d6a688760c06503966e4fa13a11559d) --- CHANGELOG.rst | 13 +++++++++++++ changelogs/changelog.yaml | 13 +++++++++++++ .../fragments/2355-float-stepscaling-bounds.yml | 2 -- 3 files changed, 26 insertions(+), 2 deletions(-) delete mode 100644 changelogs/fragments/2355-float-stepscaling-bounds.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4f70d30a6dc..8aa8872a0a3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -23,6 +23,19 @@ Breaking Changes / Porting Guide - community.aws collection - Due to the AWS SDKs announcing the end of support for Python less than 3.8 (https://aws.amazon.com/blogs/developer/python-support-policy-updates-for-aws-sdks-and-tools/), support for Python less than 3.8 by this collection has been deprecated and will be removed in release 10.0.0. (https://github.com/ansible-collections/community.aws/pull/2304). +v10.1.1 +======= + +Release Summary +--------------- + +This patch release includes a bugfix for the autoscaling_policy module. + +Bugfixes +-------- + +- autoscaling_policy - allow float type for ``step_adjustments`` ``lower_bound`` and ``upper_bound`` parameters (https://github.com/ansible-collections/community.aws/issues/2355) + v10.1.0 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index c00c9a34bb1..33c289b5fbb 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -4473,6 +4473,19 @@ releases: - deprecate-old-module-names.yml - deprecate-waf-classic.yml release_date: '2026-02-03' + 10.1.1: + changes: + release_summary: 'This patch release includes a bugfix for the autoscaling_policy + module. + + ' + bugfixes: + - autoscaling_policy - allow float type for ``step_adjustments`` ``lower_bound`` + and ``upper_bound`` parameters (https://github.com/ansible-collections/community.aws/issues/2355) + fragments: + - 10.1.1-release-summary.yml + - 2355-float-stepscaling-bounds.yml + release_date: '2026-06-18' 11.0.0: changes: breaking_changes: diff --git a/changelogs/fragments/2355-float-stepscaling-bounds.yml b/changelogs/fragments/2355-float-stepscaling-bounds.yml deleted file mode 100644 index a36c46659ee..00000000000 --- a/changelogs/fragments/2355-float-stepscaling-bounds.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - autoscaling_policy - allow float type for ``step_adjustments`` ``lower_bound`` and ``upper_bound`` parameters (https://github.com/ansible-collections/community.aws/issues/2355)