Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update main branch after community.aws 9.1.0 release #2260

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,33 @@ community.aws Release Notes

.. contents:: Topics

v9.1.0
======

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

Preparation for the promotion of the ``aws_ssm.py`` plugin (https://forum.ansible.com/t/aws-ssm-connection-refactoring-plugin-promotion/39930) is under way in this release; this effort includes the refactoring work for methods like ``exec_command`` (https://github.com/ansible-collections/community.aws/pull/2224) as well as new methods such as ``generate_mark()`` (https://github.com/ansible-collections/community.aws/pull/2235) which generates random strings for SSM CLI delimitation.

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

- aws_ssm - Refactor ``_init_clients`` method for improved clarity and efficiency (https://github.com/ansible-collections/community.aws/pull/2223).
- aws_ssm - Refactor ``_prepare_terminal()`` method for improved clarity and efficiency (https://github.com/ansible-collections/community.aws/pull/).
- aws_ssm - Refactor ``exec_command`` method for improved clarity and efficiency (https://github.com/ansible-collections/community.aws/pull/2224).
- 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).
- aws_ssm - Add function to generate random strings for SSM CLI delimitation (https://github.com/ansible-collections/community.aws/pull/2235).
- dms_endpoint - Improve resilience of parameter comparison (https://github.com/ansible-collections/community.aws/pull/2221).
- s3_lifecycle - Support for min and max object size when applying the filter rules (https://github.com/ansible-collections/community.aws/pull/2205).
- various modules - Linting fixups (https://github.com/ansible-collections/community.aws/pull/2221).
- waf_condition - Add missing options validation to filters (https://github.com/ansible-collections/community.aws/pull/2220).

Bugfixes
--------

- aws_ssm - Use ``head_bucket`` to access bucket locations in foreign AWS accounts (https://github.com/ansible-collections/community.aws/pull/1987).
- aws_ssm - Strip Powershell ``CLIXML`` from ``stdout`` (https://github.com/ansible-collections/community.aws/issues/1952).

v9.0.0
======

Expand Down
34 changes: 34 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4052,3 +4052,37 @@ releases:
- refactor_ec2_placement_group.yml
- release_summary.yml
release_date: '2024-10-30'
9.1.0:
changes:
bugfixes:
- aws_ssm - use ``head_bucket`` to access bucket locations in foreign aws accounts
(https://github.com/ansible-collections/community.aws/pull/1987).
- ssm - strip Powershell CLIXML from stdout (https://github.com/ansible-collections/community.aws/issues/1952).
minor_changes:
- aws_ssm - Refactor _init_clients Method for Improved Clarity and Efficiency
(https://github.com/ansible-collections/community.aws/pull/2223).
- aws_ssm - Refactor ``_prepare_terminal()`` Method for Improved Clarity and
Efficiency (https://github.com/ansible-collections/community.aws/pull/).
- aws_ssm - Refactor exec_command Method for Improved Clarity and Efficiency
(https://github.com/ansible-collections/community.aws/pull/2224).
- connection/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).
- dms_endpoint - improve resilience of parameter comparison (https://github.com/ansible-collections/community.aws/pull/2221).
- s3_lifecycle - Support for min and max object size when applying the filter
rules (https://github.com/ansible-collections/community.aws/pull/2205).
- ssm - add function to generate random strings for SSM CLI delimitation (https://github.com/ansible-collections/community.aws/pull/2235).
- various modules - linting fixups (https://github.com/ansible-collections/community.aws/pull/2221).
- waf_condition - adds missing options validation to filters (https://github.com/ansible-collections/community.aws/pull/2220).
fragments:
- 1979-use-headbucket.yml
- 20240426_fix_ssm_clixml.yml
- 20250127-pylint.yml
- 20250127-waf_confition.yml
- 20250130-aws_ssm-refactor-exec_command.yaml
- 20250204-aws_ssm-refactor-prepare_terminal.yml
- 20250217-connection-aws_ssm-add-env-variable-for-aws_ssm_plugin.yaml
- 2096-refactor-random-helper-function.yml
- 2205-support-minmax-s3lifecycle.yml
- refactor_ssm_init_client.yml
release_date: '2025-03-04'
2 changes: 0 additions & 2 deletions changelogs/fragments/1979-use-headbucket.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/20240426_fix_ssm_clixml.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/20250127-pylint.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/20250127-waf_confition.yml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/2096-refactor-random-helper-function.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/2205-support-minmax-s3lifecycle.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/refactor_ssm_init_client.yml

This file was deleted.

Loading