Skip to content
Closed
Show file tree
Hide file tree
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
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
=======

Expand Down
13 changes: 13 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 0 additions & 2 deletions changelogs/fragments/2355-float-stepscaling-bounds.yml

This file was deleted.

Loading