Skip to content

Commit

Permalink
Changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Oct 2, 2023
1 parent bb1c539 commit 314286d
Show file tree
Hide file tree
Showing 10 changed files with 47 additions and 19 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ amazon.aws Release Notes
.. contents:: Topics


v6.5.0
======

Release Summary
---------------

This release is the last planned minor release of ``amazon.aws`` prior to the release of 7.0.0.
It includes documentation fixes as well as minor changes and bug fixes for the ``ec2_ami`` and ``elb_application_lb_info`` modules.


Minor Changes
-------------

- ec2_ami - add support for ``org_arns`` and ``org_unit_arns`` in launch_permissions (https://github.com/ansible-collections/amazon.aws/pull/1690).
- elb_application_lb_info - drop redundant ``describe_load_balancers`` call fetching ``ip_address_type`` (https://github.com/ansible-collections/amazon.aws/pull/1768).

Bugfixes
--------

- elb_application_lb_info - ensure all API queries use the retry decorator (https://github.com/ansible-collections/amazon.aws/issues/1767).

v6.4.0
======

Expand Down
26 changes: 26 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2330,3 +2330,29 @@ releases:
name: ec2_key_info
namespace: ''
release_date: '2023-09-05'
6.5.0:
changes:
bugfixes:
- elb_application_lb_info - ensure all API queries use the retry decorator (https://github.com/ansible-collections/amazon.aws/issues/1767).
minor_changes:
- ec2_ami - add support for ``org_arns`` and ``org_unit_arns`` in launch_permissions
(https://github.com/ansible-collections/amazon.aws/pull/1690).
- elb_application_lb_info - drop redundant ``describe_load_balancers`` call
fetching ``ip_address_type`` (https://github.com/ansible-collections/amazon.aws/pull/1768).
release_summary: 'This release is the last planned minor release of ``amazon.aws``
prior to the release of 7.0.0.
It includes documentation fixes as well as minor changes and bug fixes for the ``ec2_ami`` and ``elb_application_lb_info``
modules.
'
fragments:
- 1690-ec2_ami-add-support-org_arn-orgu_arn.yml
- 1714-parameters.yml
- 1767-elb_application_lb_info-Throttling.yml
- 20230906-galaxy.yml
- 20230908-alias-cleanup.yml
- 20230911-ec2_ami-release.yml
- ec2_region.yml
- release-summary.yml
release_date: '2023-10-03'

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/1714-parameters.yml

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/20230906-galaxy.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/20230908-alias-cleanup.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/20230911-ec2_ami-release.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/ec2_region.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/release-summary.yml

This file was deleted.

0 comments on commit 314286d

Please sign in to comment.