You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.rst
+21-10
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,24 @@ amazon.aws Release Notes
4
4
5
5
.. contents:: Topics
6
6
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).
- ec2_dedicated_host_info - Gather information about EC2 Dedicated Hosts in AWS
7
25
8
26
v9.2.0
9
27
======
@@ -262,7 +280,7 @@ This release includes bugfixes for the ``ec2_instance`` and ``s3_bucket`` modul
262
280
Bugfixes
263
281
--------
264
282
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).
266
284
- 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).
267
285
268
286
v8.2.2
@@ -310,7 +328,7 @@ The amazon.aws 8.2.0 release includes a number of bugfixes, some new features an
310
328
Minor Changes
311
329
-------------
312
330
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.
314
332
- cloudwatch_metric_alarm - support DatapointsToAlarm config (https://github.com/ansible-collections/amazon.aws/pull/2196).
315
333
- ec2_ami - Add support for uefi-preferred boot mode (https://github.com/ansible-collections/amazon.aws/pull/2253).
316
334
- 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
793
811
This release is the last planned minor release of ``amazon.aws`` prior to the release of 7.0.0.
794
812
It includes documentation fixes as well as minor changes and bug fixes for the ``ec2_ami`` and ``elb_application_lb_info`` modules.
795
813
796
-
797
814
Minor Changes
798
815
-------------
799
816
@@ -1125,7 +1142,6 @@ Release Summary
1125
1142
1126
1143
This release brings few bugfixes.
1127
1144
1128
-
1129
1145
Bugfixes
1130
1146
--------
1131
1147
@@ -1146,7 +1162,6 @@ Release Summary
1146
1162
1147
1163
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.
1148
1164
1149
-
1150
1165
Minor Changes
1151
1166
-------------
1152
1167
@@ -1241,7 +1256,6 @@ Release Summary
1241
1256
1242
1257
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.
1243
1258
1244
-
1245
1259
Minor Changes
1246
1260
-------------
1247
1261
@@ -1465,7 +1479,6 @@ Release Summary
1465
1479
1466
1480
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.
1467
1481
1468
-
1469
1482
Minor Changes
1470
1483
-------------
1471
1484
@@ -1505,7 +1518,6 @@ The amazon.aws 4.3.0 release includes a number of minor bug fixes and improvemen
1505
1518
Following the release of amazon.aws 5.0.0, backports to the 4.x series will be limited to
1506
1519
security issues and bugfixes.
1507
1520
1508
-
1509
1521
Minor Changes
1510
1522
-------------
1511
1523
@@ -1627,7 +1639,7 @@ Bugfixes
1627
1639
1628
1640
- 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).
1629
1641
- 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).
1631
1643
- 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).
1632
1644
- ec2_vpc_net - fix a bug where CIDR configuration would be updated in check mode (https://github.com/ansible/ansible/issues/62678).
1633
1645
- 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
1660
1672
1661
1673
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.
0 commit comments