Skip to content

Commit

Permalink
backup_plan_info: bugfix to enable getting info of all backup plans (a…
Browse files Browse the repository at this point in the history
…nsible-collections#2083)

backup_plan_info: bugfix to enable getting info of all backup plans

SUMMARY

Fix being unable to fetch info of all backup plans.
With backup_plan_names being a required parameter, the functionality to get all plans info was not working
- name: Get info of all backup plans
  amazon.aws.backup_plan_info:
  register: plan_info_result

gave
**********
fatal: [localhost]: FAILED! => {"changed": false, "msg": "missing required arguments: backup_plan_names"}

ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME

backup_plan_info
ADDITIONAL INFORMATION

Reviewed-by: GomathiselviS
Reviewed-by: Alina Buzachis
Reviewed-by: Mandar Kulkarni <[email protected]>
Reviewed-by: Mark Chappell
  • Loading branch information
mandar242 authored and alinabuzachis committed Jun 6, 2024
1 parent 7c1d8aa commit a338f21
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ amazon.aws Release Notes

.. contents:: Topics

v8.0.1
======

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

This release includes some bug fixes for the ``s3_object``, ``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).
- s3_object - fixed issue which was causing ``MemoryError`` exceptions when downloading large files (https://github.com/ansible-collections/amazon.aws/issues/2107).

v8.0.0
======

Expand Down
16 changes: 16 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3026,3 +3026,19 @@ releases:
- sanity-boto3.yml
- sanity-simple.yml
release_date: '2024-05-16'
8.0.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).
- s3_object - fixed issue which was causing ``MemoryError`` exceptions when
downloading large files (https://github.com/ansible-collections/amazon.aws/issues/2107).
release_summary: This release includes some bug fixes for the ``s3_object``, ``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
- 2107-s3_download.yml
- release_summary.yml
release_date: '2024-06-05'

0 comments on commit a338f21

Please sign in to comment.