Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Nov 5, 2022
1 parent 3598f72 commit 482d22e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions changelogs/fragments/1248-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
minor_changes:
- amazon.aws collection - ``boto_profile`` has been temporarily added as an alias for ``profile`` for consistency between modules and plugins
(https://github.com/ansible-collections/amazon.aws/pull/1225).
- docs_fragments - ``amazon.aws.botocore`` now pulls the botocore version requirements from ``module_utils.botocore`` (https://github.com/ansible-collections/amazon.aws/pull/1248).
- docs_fragments - common parameters for modules and plugins have been synchronised and moved to ``amazon.aws.common.modules`` and ``amazon.aws.common.plugins`` (https://github.com/ansible-collections/amazon.aws/pull/1248).
- docs_fragments - region parameters for modules and plugins have been synchronised and moved to ``amazon.aws.region.modules`` and ``amazon.aws.region.plugins`` (https://github.com/ansible-collections/amazon.aws/pull/1248).

deprecated_features:
- docs_fragments - ``amazon.aws.aws`` docs fragment has been deprecated please use ``amazon.aws.common.modules`` instead (https://github.com/ansible-collections/amazon.aws/pull/1248).
- docs_fragments - ``amazon.aws.ec2`` docs fragment has been deprecated please use ``amazon.aws.region.modules`` instead (https://github.com/ansible-collections/amazon.aws/pull/1248).
- docs_fragments - ``amazon.aws.aws_credentials`` docs fragment has been deprecated please use ``amazon.aws.common.plugins`` instead (https://github.com/ansible-collections/amazon.aws/pull/1248).
- docs_fragments - ``amazon.aws.aws_region`` docs fragment has been deprecated please use ``amazon.aws.region.plugins`` instead (https://github.com/ansible-collections/amazon.aws/pull/1248).
- amazon.aws collection - the ``boto_profile`` alias for ``profile`` has been deprecated and will be removed in a release after 2024-12-01
use the ``profile`` parameter instead (https://github.com/ansible-collections/amazon.aws/pull/1248).

0 comments on commit 482d22e

Please sign in to comment.