Skip to content

Commit

Permalink
Prepare release 6.5.0 (#1782) (#1826)
Browse files Browse the repository at this point in the history
Update main branch changelog  after releasing 6.5.0

SUMMARY

Update main branch changelog  after releasing 6.5.0

ISSUE TYPE


Docs Pull Request

COMPONENT NAME

Reviewed-by: Mark Chappell
Reviewed-by: Bikouo Aubin
  • Loading branch information
alinabuzachis authored Oct 23, 2023
1 parent 475f800 commit e7d8a53
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 16 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 @@ -2396,3 +2396,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.

0 comments on commit e7d8a53

Please sign in to comment.