未验证 提交 dd7946f3 编写于 作者: A Alina Buzachis 提交者: GitHub

Prep 3.5.1 release (#1329)

Prep 3.5.1 release

SUMMARY

Prep 3.5.1 release

ISSUE TYPE


Bugfix Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Mark Chappell <None>
上级 c388cac1
......@@ -5,6 +5,25 @@ amazon.aws Release Notes
.. contents:: Topics
v3.5.1
======
Release Summary
---------------
3.5.1 is a security bugfix release.
Minor Changes
-------------
- ec2_instance - refacter ``tower_callback`` code to handle parameter validation as part of the argument specification (https://github.com/ansible-collections/amazon.aws/pull/1199).
- ec2_instance - the ``tower_callback`` parameter has been renamed to ``aap_callback``, ``tower_callback`` remains as an alias. This change should have no observable effect for users outside the module documentation (https://github.com/ansible-collections/amazon.aws/pull/1199).
Security Fixes
--------------
- ec2_instance - fixes leak of password into logs when using ``tower_callback.windows=True`` and ``tower_callback.set_password`` (https://github.com/ansible-collections/amazon.aws/pull/1199).
v3.5.0
======
......
......@@ -826,3 +826,20 @@ releases:
- RELEASE-3.5.0.yml
- unit-tests_test_rds_py37_only.yaml
release_date: '2022-10-06'
3.5.1:
changes:
minor_changes:
- ec2_instance - refacter ``tower_callback`` code to handle parameter validation
as part of the argument specification (https://github.com/ansible-collections/amazon.aws/pull/1199).
- ec2_instance - the ``tower_callback`` parameter has been renamed to ``aap_callback``,
``tower_callback`` remains as an alias. This change should have no observable
effect for users outside the module documentation (https://github.com/ansible-collections/amazon.aws/pull/1199).
release_summary: 3.5.1 is a security bugfix release.
security_fixes:
- ec2_instance - fixes leak of password into logs when using ``tower_callback.windows=True``
and ``tower_callback.set_password`` (https://github.com/ansible-collections/amazon.aws/pull/1199).
fragments:
- 20221021-ec2_instance-tower_callback.yml
- 20221026-pytest-forked.yml
- release_summary.yml
release_date: '2023-01-09'
minor_changes:
- ec2_instance - refacter ``tower_callback`` code to handle parameter validation as part of the argument specification (https://github.com/ansible-collections/amazon.aws/pull/1199).
- ec2_instance - the ``tower_callback`` parameter has been renamed to ``aap_callback``, ``tower_callback`` remains as an alias. This change should have no observable effect for users outside the module documentation (https://github.com/ansible-collections/amazon.aws/pull/1199).
security_fixes:
- ec2_instance - fixes leak of password into logs when using ``tower_callback.windows=True`` and ``tower_callback.set_password`` (https://github.com/ansible-collections/amazon.aws/pull/1199).
trivial:
- test-requirements - add pytest-forked to requirements for unit tests
namespace: amazon
name: aws
version: 3.5.0
version: 3.5.1
readme: README.md
authors:
- Ansible (https://github.com/ansible)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册