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
- s3_object - use the ``copy`` rather than ``copy_object`` method when performing an S3 to S3 copy (https://github.com/ansible-collections/amazon.aws/issues/2117).
45
+
- s3_object_info - add support to list objects under a specific prefix (https://github.com/ansible-collections/amazon.aws/issues/2477).
46
+
- s3_object_info - avoid assignment to unused variable in except block (https://github.com/ansible-collections/amazon.aws/pull/2464).
47
+
48
+
Bugfixes
49
+
--------
50
+
51
+
- 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).
52
+
- ec2_vpc_nacl_info - Fix failure when listing NetworkACLs and no ACLs are found (https://github.com/ansible-collections/amazon.aws/issues/2425).
- module_utils.botocore - fixed type aliasing (https://github.com/ansible-collections/amazon.aws/pull/2497).
55
+
- plugin_utils.botocore - fixed type aliasing (https://github.com/ansible-collections/amazon.aws/pull/2497).
56
+
- 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).
57
+
58
+
New Modules
59
+
-----------
60
+
61
+
- route53_key_signing_key - Manages a key-signing key (KSK)
62
+
7
63
v9.1.1
8
64
======
9
65
@@ -723,6 +779,7 @@ Release Summary
723
779
This release is the last planned minor release of ``amazon.aws`` prior to the release of 7.0.0.
724
780
It includes documentation fixes as well as minor changes and bug fixes for the ``ec2_ami`` and ``elb_application_lb_info`` modules.
725
781
782
+
726
783
Minor Changes
727
784
-------------
728
785
@@ -1054,6 +1111,7 @@ Release Summary
1054
1111
1055
1112
This release brings few bugfixes.
1056
1113
1114
+
1057
1115
Bugfixes
1058
1116
--------
1059
1117
@@ -1074,6 +1132,7 @@ Release Summary
1074
1132
1075
1133
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.
1076
1134
1135
+
1077
1136
Minor Changes
1078
1137
-------------
1079
1138
@@ -1168,6 +1227,7 @@ Release Summary
1168
1227
1169
1228
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.
1170
1229
1230
+
1171
1231
Minor Changes
1172
1232
-------------
1173
1233
@@ -1391,6 +1451,7 @@ Release Summary
1391
1451
1392
1452
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.
1393
1453
1454
+
1394
1455
Minor Changes
1395
1456
-------------
1396
1457
@@ -1430,6 +1491,7 @@ The amazon.aws 4.3.0 release includes a number of minor bug fixes and improvemen
1430
1491
Following the release of amazon.aws 5.0.0, backports to the 4.x series will be limited to
1431
1492
security issues and bugfixes.
1432
1493
1494
+
1433
1495
Minor Changes
1434
1496
-------------
1435
1497
@@ -1584,6 +1646,7 @@ Release Summary
1584
1646
1585
1647
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