Skip to content

Commit

Permalink
Update changelog after releases 7.1.0 and 6.5.1 (#1913)
Browse files Browse the repository at this point in the history
Update changelog after releases 7.1.0 and 6.5.1

SUMMARY

Update changelog after releases 7.1.0 and 6.5.1

ISSUE TYPE


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

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Mark Chappell
  • Loading branch information
alinabuzachis authored Dec 9, 2023
1 parent 588ffa2 commit 2077780
Show file tree
Hide file tree
Showing 13 changed files with 131 additions and 42 deletions.
55 changes: 55 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,39 @@ amazon.aws Release Notes
.. contents:: Topics


v7.1.0
======

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

This release brings some new features and several bugfixes.

Minor Changes
-------------

- autoscaling_group - minor PEP8 whitespace sanity fixes (https://github.com/ansible-collections/amazon.aws/pull/1846).
- ec2_ami_info - simplify parameters to ``get_image_attribute`` to only pass ID of image (https://github.com/ansible-collections/amazon.aws/pull/1846).
- ec2_eip - use ``ResourceTags`` to set initial tags upon creation (https://github.com/ansible-collections/amazon.aws/issues/1843)
- ec2_security_group - use ``ResourceTags`` to set initial tags upon creation (https://github.com/ansible-collections/amazon.aws/pull/1844)
- ec2_vpc_igw - use ``ResourceTags`` to set initial tags upon creation (https://github.com/ansible-collections/amazon.aws/issues/1843)
- ec2_vpc_route_table - use ``ResourceTags`` to set initial tags upon creation (https://github.com/ansible-collections/amazon.aws/issues/1843)
- ec2_vpc_subnet - the default value for ``tags`` has been changed from ``{}`` to ``None``, to remove tags from a subnet an empty map must be explicitly passed to the module (https://github.com/ansible-collections/amazon.aws/pull/1876).
- ec2_vpc_subnet - use ``ResourceTags`` to set initial tags upon creation (https://github.com/ansible-collections/amazon.aws/issues/1843)
- ec2_vpc_subnet - use ``wait_timeout`` to also control maximum time to wait for initial creation of subnets (https://github.com/ansible-collections/amazon.aws/pull/1848).
- iam_group - add support for setting group path (https://github.com/ansible-collections/amazon.aws/pull/1892).
- iam_group - adds attached_policies return value (https://github.com/ansible-collections/amazon.aws/pull/1892).
- iam_group - code refactored to avoid single long function (https://github.com/ansible-collections/amazon.aws/pull/1892).
- ec2_instance - add support for AdditionalInfo option when creating an instance (https://github.com/ansible-collections/amazon.aws/pull/1828).
- rds_instance_snapshot - minor PEP8 whitespace sanity fixes (https://github.com/ansible-collections/amazon.aws/pull/1846).

Bugfixes
--------

- ec2_vpc_subnet - cleanly handle failure when subnet isn't created in time (https://github.com/ansible-collections/amazon.aws/pull/1848).
- s3_object - Fix typo that caused false deprecation warning when setting ``overwrite=latest`` (https://github.com/ansible-collections/amazon.aws/pull/1847).
- s3_object - when doing a put and specifying ``Content-Type`` in metadata, this module (since 6.0.0) erroneously set the ``Content-Type`` to ``None`` causing the put to fail. Fix now correctly honours the specified ``Content-Type`` (https://github.com/ansible-collections/amazon.aws/issues/1881).

v7.0.0
======

Expand Down Expand Up @@ -82,6 +115,28 @@ 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.1
======

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

This release includes several bugfixes.

Minor Changes
-------------

- ec2_vpc_subnet - use ``wait_timeout`` to also control maximum time to wait for initial creation of subnets (https://github.com/ansible-collections/amazon.aws/pull/1848).

Bugfixes
--------

- ec2_instance - retry API call if we get ``InvalidInstanceID.NotFound`` error (https://github.com/ansible-collections/amazon.aws/pull/1650).
- ec2_vpc_subnet - cleanly handle failure when subnet isn't created in time (https://github.com/ansible-collections/amazon.aws/pull/1848).
- s3_object - Fix typo that caused false deprecation warning when setting ``overwrite=latest`` (https://github.com/ansible-collections/amazon.aws/pull/1847).
- s3_object - fixed ``NoSuchTagSet`` error when S3 endpoint doesn't support tags (https://github.com/ansible-collections/amazon.aws/issues/1607).
- s3_object - when doing a put and specifying ``Content-Type`` in metadata, this module (since 6.0.0) erroneously set the ``Content-Type`` to ``None`` causing the put to fail. Fix now correctly honours the specified ``Content-Type`` (https://github.com/ansible-collections/amazon.aws/issues/1881).

v6.5.0
======

Expand Down
76 changes: 76 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2422,6 +2422,34 @@ releases:
- ec2_region.yml
- release-summary.yml
release_date: '2023-10-03'
6.5.1:
changes:
bugfixes:
- ec2_instance - retry API call if we get ``InvalidInstanceID.NotFound`` error
(https://github.com/ansible-collections/amazon.aws/pull/1650).
- ec2_vpc_subnet - cleanly handle failure when subnet isn't created in time
(https://github.com/ansible-collections/amazon.aws/pull/1848).
- s3_object - Fix typo that caused false deprecation warning when setting ``overwrite=latest```
(https://github.com/ansible-collections/amazon.aws/pull/1847).
- s3_object - fixed ``NoSuchTagSet`` error when S3 endpoint doesn't support
tags (https://github.com/ansible-collections/amazon.aws/issues/1607).
- s3_object - when doing a put and specifying ``Content-Type`` in metadata,
this module (since 6.0.0) erroneously set the ``Content-Type`` to ``None``
causing the put to fail. Fix now correctly honours the specified ``Content-Type``
(https://github.com/ansible-collections/amazon.aws/issues/1881).
minor_changes:
- ec2_vpc_subnet - use ``wait_timeout`` to also control maximum time to wait
for initial creation of subnets (https://github.com/ansible-collections/amazon.aws/pull/1848).
release_summary: This release includes several bugfixes.
fragments:
- 1607-NoSuchTagSet.yml
- 1650-fix-invalidinstanceid-notfound.yml
- 1799-s3_object-bucket.yml
- 1847-s3_object-fix-false-deprecation-warning.yml
- 1848-ec2_vpc_subnet-wait-creation.yml
- 1881-allow-s3_object-to-specify-content-type-in-metadata.yml
- release_summary.yml
release_date: '2023-12-07'
7.0.0:
changes:
breaking_changes:
Expand Down Expand Up @@ -2578,3 +2606,51 @@ releases:
name: rds_global_cluster_info
namespace: ''
release_date: '2023-11-02'
7.1.0:
changes:
bugfixes:
- ec2_vpc_subnet - cleanly handle failure when subnet isn't created in time
(https://github.com/ansible-collections/amazon.aws/pull/1848).
- s3_object - Fix typo that caused false deprecation warning when setting ``overwrite=latest```
(https://github.com/ansible-collections/amazon.aws/pull/1847).
- s3_object - when doing a put and specifying ``Content-Type`` in metadata,
this module (since 6.0.0) erroneously set the ``Content-Type`` to ``None``
causing the put to fail. Fix now correctly honours the specified ``Content-Type``
(https://github.com/ansible-collections/amazon.aws/issues/1881).
minor_changes:
- autoscaling_group - minor PEP8 whitespace sanity fixes (https://github.com/ansible-collections/amazon.aws/pull/1846).
- ec2_ami_info - simplify parameters to ``get_image_attribute`` to only pass
ID of image (https://github.com/ansible-collections/amazon.aws/pull/1846).
- ec2_eip - use ``ResourceTags`` to set initial tags upon creation (https://github.com/ansible-collections/amazon.aws/issues/1843)
- ec2_security_group - use ``ResourceTags`` to set initial tags upon creation
(https://github.com/ansible-collections/amazon.aws/pull/1844)
- ec2_vpc_igw - use ``ResourceTags`` to set initial tags upon creation (https://github.com/ansible-collections/amazon.aws/issues/1843)
- ec2_vpc_route_table - use ``ResourceTags`` to set initial tags upon creation
(https://github.com/ansible-collections/amazon.aws/issues/1843)
- ec2_vpc_subnet - the default value for ``tags`` has been changed from ``{}``
to ``None``, to remove tags from a subnet an empty map must be explicitly
passed to the module (https://github.com/ansible-collections/amazon.aws/pull/1876).
- ec2_vpc_subnet - use ``ResourceTags`` to set initial tags upon creation (https://github.com/ansible-collections/amazon.aws/issues/1843)
- ec2_vpc_subnet - use ``wait_timeout`` to also control maximum time to wait
for initial creation of subnets (https://github.com/ansible-collections/amazon.aws/pull/1848).
- iam_group - add support for setting group path (https://github.com/ansible-collections/amazon.aws/pull/1892).
- iam_group - adds attached_policies return value (https://github.com/ansible-collections/amazon.aws/pull/1892).
- iam_group - code refactored to avoid single long function (https://github.com/ansible-collections/amazon.aws/pull/1892).
- ec2_instance - add support for AdditionalInfo option when creating
an instance (https://github.com/ansible-collections/amazon.aws/pull/1828).
- rds_instance_snapshot - minor PEP8 whitespace sanity fixes (https://github.com/ansible-collections/amazon.aws/pull/1846).
release_summary: This release brings some new features and several bugfixes.
fragments:
- 1828-ec2_instance_additional_info.yml
- 1843-ec2_eip.yml
- 1843-ec2_security_group-tags.yml
- 1843-ec2_vpc_igw.yml
- 1843-ec2_vpc_route_table.yml
- 1843-ec2_vpc_subnet.yml
- 1847-s3_object-fix-false-deprecation-warning.yml
- 1848-ec2_vpc_subnet-wait-creation.yml
- 1881-allow-s3_object-to-specify-content-type-in-metadata.yml
- 20231110-sanity.yml
- 20231130-iam_group.yml
- release_summary.yml
release_date: '2023-12-05'
3 changes: 0 additions & 3 deletions changelogs/fragments/1828-ec2_instance_additional_info.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/1843-ec2_eip.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/1843-ec2_security_group-tags.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/1843-ec2_vpc_igw.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/1843-ec2_vpc_route_table.yml

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/1843-ec2_vpc_subnet.yml

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/1848-ec2_vpc_subnet-wait-creation.yml

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/20231110-sanity.yml

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/20231130-iam_group.yml

This file was deleted.

0 comments on commit 2077780

Please sign in to comment.