Skip to content

Commit

Permalink
Prep amazon.aws 7.6.1 (#2125)
Browse files Browse the repository at this point in the history
* Prep amazon.aws 7.6.1

Signed-off-by: Alina Buzachis <abuzachis@redhat.com>

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

---------

Signed-off-by: Alina Buzachis <abuzachis@redhat.com>
Co-authored-by: alinabuzachis <alinabuzachis@users.noreply.github.com>
  • Loading branch information
alinabuzachis and alinabuzachis authored Jun 5, 2024
1 parent 86221f8 commit 58554fe
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 8 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ amazon.aws Release Notes

.. contents:: Topics

v7.6.1
======

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

This release includes some bug fixes for the `ec2_instance` and `backup_plan_info` modules.

Bugfixes
--------

- backup_plan_info - Bugfix to enable getting info of all backup plans (https://github.com/ansible-collections/amazon.aws/pull/2083).
- ec2_instance - do not ignore IPv6 addresses when a single network interface is specified (https://github.com/ansible-collections/amazon.aws/pull/1979).

v7.6.0
======

Expand Down
13 changes: 13 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2853,3 +2853,16 @@ releases:
name: rds_engine_versions_info
namespace: ''
release_date: '2024-05-07'
7.6.1:
changes:
bugfixes:
- backup_plan_info - Bugfix to enable getting info of all backup plans (https://github.com/ansible-collections/amazon.aws/pull/2083).
- ec2_instance - do not ignore IPv6 addresses when a single network interface
is specified (https://github.com/ansible-collections/amazon.aws/pull/1979).
release_summary: This release includes some bug fixes for the `ec2_instance`
and `backup_plan_info` modules.
fragments:
- 1979-do-not-ignore-ipv6-addresses.yaml
- 2083-backup_plan_info-bugfix-get-info-for-all-plans.yml
- release_summary.yml
release_date: '2024-06-05'
3 changes: 0 additions & 3 deletions changelogs/fragments/1979-do-not-ignore-ipv6-addresses.yaml

This file was deleted.

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: 7.6.0
version: 7.6.1
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 = "7.6.0"
AMAZON_AWS_COLLECTION_VERSION = "7.6.1"


_collection_info_context = {
Expand Down

0 comments on commit 58554fe

Please sign in to comment.