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
SUMMARY
Prep community.aws 9.2.0
Release date is April 1st.
ISSUE TYPE
Feature Pull Request
COMPONENT NAME
several
Reviewed-by: Bikouo Aubin
Reviewed-by: Rahmanim Benny <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+25-10Lines changed: 25 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,21 @@ community.aws Release Notes
4
4
5
5
.. contents:: Topics
6
6
7
+
v9.2.0
8
+
======
9
+
10
+
Release Summary
11
+
---------------
12
+
13
+
This release includes several improvements for the ``community.aws.aws_ssm`` connection plugin in preparation for its promotion to amazon.aws in the ucoming major release.
14
+
15
+
Minor Changes
16
+
-------------
17
+
18
+
- aws_ssm - Refactor ``_exec_transport_commands``, ``_generate_commands``, and ``_exec_transport_commands`` methods for improved clarity (https://github.com/ansible-collections/community.aws/pull/2248).
19
+
- aws_ssm - Refactor connection/aws_ssm to add new S3ClientManager class and move relevant methods to the new class (https://github.com/ansible-collections/community.aws/pull/2255).
20
+
- aws_ssm - Refactor display/verbosity-related methods in aws_ssm to simplify the code and avoid repetition (https://github.com/ansible-collections/community.aws/pull/2264).
21
+
7
22
v9.1.0
8
23
======
9
24
@@ -15,21 +30,21 @@ Preparation for the promotion of the ``aws_ssm.py`` plugin (https://forum.ansibl
15
30
Minor Changes
16
31
-------------
17
32
18
-
- aws_ssm - Refactor ``_init_clients`` method for improved clarity and efficiency (https://github.com/ansible-collections/community.aws/pull/2223).
19
-
- aws_ssm - Refactor ``_prepare_terminal()`` method for improved clarity and efficiency (https://github.com/ansible-collections/community.aws/pull/).
20
-
- aws_ssm - Refactor ``exec_command`` method for improved clarity and efficiency (https://github.com/ansible-collections/community.aws/pull/2224).
21
-
- aws_ssm - Add the possibility to define ``aws_ssm_plugin`` variable via environment variable and by default use the version found on the ``$PATH`` rather than require that you provide an absolute path (https://github.com/ansible-collections/community.aws/issues/1990).
22
-
- aws_ssm - Add function to generate random strings for SSM CLI delimitation (https://github.com/ansible-collections/community.aws/pull/2235).
23
-
- dms_endpoint - Improve resilience of parameter comparison (https://github.com/ansible-collections/community.aws/pull/2221).
33
+
- aws_ssm - Refactor ``_init_clients`` Method for Improved Clarity and Efficiency (https://github.com/ansible-collections/community.aws/pull/2223).
34
+
- aws_ssm - Refactor ``_prepare_terminal()`` Method for Improved Clarity and Efficiency (https://github.com/ansible-collections/community.aws/pull/).
35
+
- aws_ssm - Refactor exec_command Method for Improved Clarity and Efficiency (https://github.com/ansible-collections/community.aws/pull/2224).
36
+
- aws_ssm - Add the possibility to define ``aws_ssm plugin`` variable via environment variable and by default use the version found on the $PATH rather than require that you provide an absolute path (https://github.com/ansible-collections/community.aws/issues/1990).
37
+
- dms_endpoint - improve resilience of parameter comparison (https://github.com/ansible-collections/community.aws/pull/2221).
24
38
- s3_lifecycle - Support for min and max object size when applying the filter rules (https://github.com/ansible-collections/community.aws/pull/2205).
25
-
- various modules - Linting fixups (https://github.com/ansible-collections/community.aws/pull/2221).
26
-
- waf_condition - Add missing options validation to filters (https://github.com/ansible-collections/community.aws/pull/2220).
39
+
- aws_ssm - add function to generate random strings for SSM CLI delimitation (https://github.com/ansible-collections/community.aws/pull/2235).
40
+
- various modules - linting fixups (https://github.com/ansible-collections/community.aws/pull/2221).
41
+
- waf_condition - adds missing options validation to filters (https://github.com/ansible-collections/community.aws/pull/2220).
27
42
28
43
Bugfixes
29
44
--------
30
45
31
-
- aws_ssm - Use ``head_bucket`` to access bucket locations in foreign AWS accounts (https://github.com/ansible-collections/community.aws/pull/1987).
32
-
- aws_ssm - Strip Powershell ``CLIXML`` from ``stdout`` (https://github.com/ansible-collections/community.aws/issues/1952).
46
+
- aws_ssm - use ``head_bucket`` to access bucket locations in foreign aws accounts (https://github.com/ansible-collections/community.aws/pull/1987).
47
+
- aws_ssm - strip Powershell CLIXML from stdout (https://github.com/ansible-collections/community.aws/issues/1952).
- ssm - add function to generate random strings for SSM CLI delimitation (https://github.com/ansible-collections/community.aws/pull/2235).
4095
+
- aws_ssm - add function to generate random strings for SSM CLI delimitation (https://github.com/ansible-collections/community.aws/pull/2235).
4096
4096
- various modules - linting fixups (https://github.com/ansible-collections/community.aws/pull/2221).
4097
4097
- waf_condition - adds missing options validation to filters (https://github.com/ansible-collections/community.aws/pull/2220).
4098
4098
fragments:
@@ -4107,3 +4107,21 @@ releases:
4107
4107
- 2205-support-minmax-s3lifecycle.yml
4108
4108
- refactor_ssm_init_client.yml
4109
4109
release_date: '2025-03-04'
4110
+
9.2.0:
4111
+
changes:
4112
+
minor_changes:
4113
+
- aws_ssm - Refactor ``_exec_transport_commands``, ``_generate_commands``, and
4114
+
``_exec_transport_commands`` methods for improved clarity (https://github.com/ansible-collections/community.aws/pull/2248).
4115
+
- aws_ssm - Refactor connection/aws_ssm to add new S3ClientManager class and
4116
+
move relevant methods to the new class (https://github.com/ansible-collections/community.aws/pull/2255).
4117
+
- aws_ssm - Refactor display/verbosity-related methods in aws_ssm to simplify
4118
+
the code and avoid repetition (https://github.com/ansible-collections/community.aws/pull/2264).
4119
+
release_summary: This release includes several improvements for the ``community.aws.aws_ssm``
4120
+
connection plugin in preparation for its promotion to amazon.aws in the ucoming
0 commit comments