Skip to content

Commit

Permalink
Prep amazon.aws 6.5.2 (ansible-collections#1964)
Browse files Browse the repository at this point in the history
Prep amazon.aws 6.5.2

SUMMARY

Prep amazon.aws 6.5.2

ISSUE TYPE

Bugfix Pull Request
Docs Pull Request
Feature Pull Request
New Module Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Mark Chappell
Reviewed-by: Mandar Kulkarni <mandar242@gmail.com>
  • Loading branch information
alinabuzachis committed Feb 7, 2024
1 parent c8064d5 commit eab309e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,19 @@ New Modules
- ec2_import_image_info - Gather information about import virtual machine tasks
- rds_global_cluster_info - Obtain information about Aurora global database clusters

v6.5.2
======

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

This release includes a bugfix for the ``amazon.aws.aws_ec2`` inventory plugin when retrieving information for more than 40 instances with ``use_ssm_inventory``.

Bugfixes
--------

- plugins/inventory/aws_ec2 - Fix failure when retrieving information for more than 40 instances with use_ssm_inventory (https://github.com/ansible-collections/amazon.aws/issues/1713).

v6.5.1
======

Expand Down
12 changes: 12 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2450,6 +2450,18 @@ releases:
- 1881-allow-s3_object-to-specify-content-type-in-metadata.yml
- release_summary.yml
release_date: '2023-12-07'
6.5.2:
changes:
bugfixes:
- plugins/inventory/aws_ec2 - Fix failure when retrieving information for more
than 40 instances with use_ssm_inventory (https://github.com/ansible-collections/amazon.aws/issues/1713).
release_summary: This release includes a bugfix for the ``amazon.aws.aws_ec2``
inventory plugin when retrieving information for more than 40 instances with
``use_ssm_inventory``.
fragments:
- 20240129-aws_ec2-inventory-bugfix.yml
- release_summary.yml
release_date: '2024-02-06'
7.0.0:
changes:
breaking_changes:
Expand Down
3 changes: 0 additions & 3 deletions changelogs/fragments/20240129-aws_ec2-inventory-bugfix.yml

This file was deleted.

0 comments on commit eab309e

Please sign in to comment.