Skip to content

Commit

Permalink
Prepare release 6.5.0 (#1782)
Browse files Browse the repository at this point in the history
* Bump release

* release summary

* Changelog generation

* update aws user-agent variable with version from galaxy.yml

---------

Co-authored-by: tremble <[email protected]>
  • Loading branch information
tremble and tremble authored Oct 3, 2023
1 parent 0043c06 commit 39c11a7
Show file tree
Hide file tree
Showing 11 changed files with 49 additions and 18 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.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: amazon
name: aws
version: 6.4.0
version: 6.5.0
readme: README.md
authors:
- Ansible (https://github.com/ansible)
Expand Down
2 changes: 1 addition & 1 deletion plugins/module_utils/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)

AMAZON_AWS_COLLECTION_NAME = "amazon.aws"
AMAZON_AWS_COLLECTION_VERSION = "6.4.0"
AMAZON_AWS_COLLECTION_VERSION = "6.5.0"


_collection_info_context = {
Expand Down

0 comments on commit 39c11a7

Please sign in to comment.