Skip to content

Commit f5125e2

Browse files
Prep amazon.aws 9.3.0 release (#2539)
SUMMARY Prep amazon.aws 9.3.0 release ISSUE TYPE Feature Pull Request COMPONENT NAME several Reviewed-by: Bianca Henderson <[email protected]> Reviewed-by: GomathiselviS <[email protected]> Reviewed-by: Bikouo Aubin Reviewed-by: Rahmanim Benny <[email protected]>
1 parent e41a59a commit f5125e2

File tree

5 files changed

+43
-17
lines changed

5 files changed

+43
-17
lines changed

CHANGELOG.rst

+21-10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ amazon.aws Release Notes
44

55
.. contents:: Topics
66

7+
v9.3.0
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
This minor release includes two new modules (``ec2_dedicated_host`` and ``ec2_dedicated_host_info``) and a new feature for the ``s3_object`` module that now supports passing metadata in ``create`` mode.
14+
15+
Minor Changes
16+
-------------
17+
18+
- s3_object - support passing metadata in ``create`` mode (https://github.com/ansible-collections/amazon.aws/pull/2529).
19+
20+
New Modules
21+
-----------
22+
23+
- ec2_dedicated_host - Create, update or delete (release) EC2 dedicated host
24+
- ec2_dedicated_host_info - Gather information about EC2 Dedicated Hosts in AWS
725

826
v9.2.0
927
======
@@ -262,7 +280,7 @@ This release includes bugfixes for the ``ec2_instance`` and ``s3_bucket`` modul
262280
Bugfixes
263281
--------
264282

265-
- ec2_instance - Fix issue where EC2 instance module failed to apply security groups when both ``network`` and ``vpc_subnet_id``` were specified, caused by passing ``None`` to discover_security_groups() (https://github.com/ansible-collections/amazon.aws/pull/2488).
283+
- ec2_instance - Fix issue where EC2 instance module failed to apply security groups when both ``network`` and ``vpc_subnet_id`` were specified, caused by passing ``None`` to discover_security_groups() (https://github.com/ansible-collections/amazon.aws/pull/2488).
266284
- s3_bucket - Do not use default region as location constraint when creating bucket on ceph cluster (https://github.com/ansible-collections/amazon.aws/issues/2420).
267285

268286
v8.2.2
@@ -310,7 +328,7 @@ The amazon.aws 8.2.0 release includes a number of bugfixes, some new features an
310328
Minor Changes
311329
-------------
312330

313-
- cloudwatch_metric_alarm - add support for ``evaluate_low_sample_count_percentile``` parameter.
331+
- cloudwatch_metric_alarm - add support for ``evaluate_low_sample_count_percentile`` parameter.
314332
- cloudwatch_metric_alarm - support DatapointsToAlarm config (https://github.com/ansible-collections/amazon.aws/pull/2196).
315333
- ec2_ami - Add support for uefi-preferred boot mode (https://github.com/ansible-collections/amazon.aws/pull/2253).
316334
- ec2_instance - Add support for ``network_interfaces`` and ``network_interfaces_ids`` options replacing deprecated option ``network`` (https://github.com/ansible-collections/amazon.aws/pull/2123).
@@ -793,7 +811,6 @@ Release Summary
793811
This release is the last planned minor release of ``amazon.aws`` prior to the release of 7.0.0.
794812
It includes documentation fixes as well as minor changes and bug fixes for the ``ec2_ami`` and ``elb_application_lb_info`` modules.
795813

796-
797814
Minor Changes
798815
-------------
799816

@@ -1125,7 +1142,6 @@ Release Summary
11251142

11261143
This release brings few bugfixes.
11271144

1128-
11291145
Bugfixes
11301146
--------
11311147

@@ -1146,7 +1162,6 @@ Release Summary
11461162

11471163
This release contains a number of bugfixes, new features and new modules. This is the last planned minor release prior to the release of version 6.0.0.
11481164

1149-
11501165
Minor Changes
11511166
-------------
11521167

@@ -1241,7 +1256,6 @@ Release Summary
12411256

12421257
A minor release containing bugfixes for the ``ec2_eni_info`` module and the ``aws_rds`` inventory plugin, as well as improvements to the ``rds_instance`` module.
12431258

1244-
12451259
Minor Changes
12461260
-------------
12471261

@@ -1465,7 +1479,6 @@ Release Summary
14651479

14661480
This release contains a minor bugfix for the ``ec2_vol`` module, some minor work on the ``ec2_key`` module, and various documentation fixes. This is the last planned release of the 4.x series.
14671481

1468-
14691482
Minor Changes
14701483
-------------
14711484

@@ -1505,7 +1518,6 @@ The amazon.aws 4.3.0 release includes a number of minor bug fixes and improvemen
15051518
Following the release of amazon.aws 5.0.0, backports to the 4.x series will be limited to
15061519
security issues and bugfixes.
15071520

1508-
15091521
Minor Changes
15101522
-------------
15111523

@@ -1627,7 +1639,7 @@ Bugfixes
16271639

16281640
- ec2_group - fix uncaught exception when running with ``--diff`` and ``--check`` to create a new security group (https://github.com/ansible-collections/amazon.aws/issues/440).
16291641
- ec2_instance - Add a condition to handle default ```instance_type``` value for fix breaking on instance creation with launch template (https://github.com/ansible-collections/amazon.aws/pull/587).
1630-
- ec2_instance - raise an error when missing permission to stop instance when ``state`` is set to ``rebooted``` (https://github.com/ansible-collections/amazon.aws/pull/671).
1642+
- ec2_instance - raise an error when missing permission to stop instance when ``state`` is set to ``rebooted`` (https://github.com/ansible-collections/amazon.aws/pull/671).
16311643
- ec2_vpc_igw - use gateway_id rather than filters to paginate if possible to fix 'NoneType' object is not subscriptable error (https://github.com/ansible-collections/amazon.aws/pull/766).
16321644
- ec2_vpc_net - fix a bug where CIDR configuration would be updated in check mode (https://github.com/ansible/ansible/issues/62678).
16331645
- ec2_vpc_net - fix a bug where the module would get stuck if DNS options were updated in check mode (https://github.com/ansible/ansible/issues/62677).
@@ -1660,7 +1672,6 @@ Release Summary
16601672

16611673
Following the release of amazon.aws 5.0.0, 3.5.0 is a bugfix release and the final planned release for the 3.x series.
16621674

1663-
16641675
Minor Changes
16651676
-------------
16661677

changelogs/changelog.yaml

+20-2
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ releases:
937937
- ec2_instance - Add a condition to handle default ```instance_type``` value
938938
for fix breaking on instance creation with launch template (https://github.com/ansible-collections/amazon.aws/pull/587).
939939
- ec2_instance - raise an error when missing permission to stop instance when
940-
``state`` is set to ``rebooted``` (https://github.com/ansible-collections/amazon.aws/pull/671).
940+
``state`` is set to ``rebooted`` (https://github.com/ansible-collections/amazon.aws/pull/671).
941941
- ec2_vpc_igw - use gateway_id rather than filters to paginate if possible to
942942
fix 'NoneType' object is not subscriptable error (https://github.com/ansible-collections/amazon.aws/pull/766).
943943
- ec2_vpc_net - fix a bug where CIDR configuration would be updated in check
@@ -3096,7 +3096,7 @@ releases:
30963096
instance profiles the ``amazon.aws.iam_instance_profile`` module can be used
30973097
instead (https://github.com/ansible-collections/amazon.aws/pull/2221).
30983098
minor_changes:
3099-
- cloudwatch_metric_alarm - add support for ``evaluate_low_sample_count_percentile```
3099+
- cloudwatch_metric_alarm - add support for ``evaluate_low_sample_count_percentile``
31003100
parameter.
31013101
- cloudwatch_metric_alarm - support DatapointsToAlarm config (https://github.com/ansible-collections/amazon.aws/pull/2196).
31023102
- ec2_ami - Add support for uefi-preferred boot mode (https://github.com/ansible-collections/amazon.aws/pull/2253).
@@ -3690,3 +3690,21 @@ releases:
36903690
name: route53_key_signing_key
36913691
namespace: ''
36923692
release_date: '2025-02-04'
3693+
9.3.0:
3694+
changes:
3695+
minor_changes:
3696+
- s3_object - support passing metadata in ``create`` mode (https://github.com/ansible-collections/amazon.aws/pull/2529).
3697+
release_summary: This minor release includes two new modules (``ec2_dedicated_host``
3698+
and ``ec2_dedicated_host_info``) and a new feature for the ``s3_object`` module
3699+
that now supports passing metadata in ``create`` mode.
3700+
fragments:
3701+
- 2529-s3_object-create-metadata.yml
3702+
- release_summary.yml
3703+
modules:
3704+
- description: Create, update or delete (release) EC2 dedicated host
3705+
name: ec2_dedicated_host
3706+
namespace: ''
3707+
- description: Gather information about EC2 Dedicated Hosts in AWS
3708+
name: ec2_dedicated_host_info
3709+
namespace: ''
3710+
release_date: '2025-03-04'

changelogs/fragments/2529-s3_object-create-metadata.yml

-3
This file was deleted.

galaxy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
namespace: amazon
33
name: aws
4-
version: 9.2.0
4+
version: 9.3.0
55
readme: README.md
66
authors:
77
- Ansible (https://github.com/ansible)

plugins/module_utils/common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
55

66
AMAZON_AWS_COLLECTION_NAME = "amazon.aws"
7-
AMAZON_AWS_COLLECTION_VERSION = "9.2.0"
7+
AMAZON_AWS_COLLECTION_VERSION = "9.3.0"
88

99

1010
_collection_info_context = {

0 commit comments

Comments
 (0)