Skip to content

Commit 83a8c52

Browse files
Prep 4.4.0 release (#1330)
Prep 4.4.0 release SUMMARY Prep 4.4.0 release ISSUE TYPE Bugfix Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Mark Chappell <None>
1 parent a01724a commit 83a8c52

9 files changed

+50
-18
lines changed

CHANGELOG.rst

+24
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@ amazon.aws Release Notes
55
.. contents:: Topics
66

77

8+
v4.4.0
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
The amazon.aws 4.4.0 release includes a number of security and minor bug fixes.
15+
16+
Minor Changes
17+
-------------
18+
19+
- 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).
20+
- 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).
21+
22+
Security Fixes
23+
--------------
24+
25+
- 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).
26+
27+
Bugfixes
28+
--------
29+
30+
- ec2_instance - fixes ``Invalid type for parameter TagSpecifications, value None`` error when tags aren't specified (https://github.com/ansible-collections/amazon.aws/issues/1148).
31+
832
v4.3.0
933
======
1034

changelogs/changelog.yaml

+25
Original file line numberDiff line numberDiff line change
@@ -1032,3 +1032,28 @@ releases:
10321032
- tests-cloud.yml
10331033
- unit-tests_test_rds_py37_only.yaml
10341034
release_date: '2022-10-06'
1035+
4.4.0:
1036+
changes:
1037+
bugfixes:
1038+
- ec2_instance - fixes ``Invalid type for parameter TagSpecifications, value
1039+
None`` error when tags aren't specified (https://github.com/ansible-collections/amazon.aws/issues/1148).
1040+
minor_changes:
1041+
- ec2_instance - refacter ``tower_callback`` code to handle parameter validation
1042+
as part of the argument specification (https://github.com/ansible-collections/amazon.aws/pull/1199).
1043+
- ec2_instance - the ``tower_callback`` parameter has been renamed to ``aap_callback``,
1044+
``tower_callback`` remains as an alias. This change should have no observable
1045+
effect for users outside the module documentation (https://github.com/ansible-collections/amazon.aws/pull/1199).
1046+
release_summary: The amazon.aws 4.4.0 release includes a number of security
1047+
and minor bug fixes.
1048+
security_fixes:
1049+
- ec2_instance - fixes leak of password into logs when using ``tower_callback.windows=True``
1050+
and ``tower_callback.set_password`` (https://github.com/ansible-collections/amazon.aws/pull/1199).
1051+
fragments:
1052+
- 1148-build_run_instance_spec.yml
1053+
- 1318-module_utils.yml
1054+
- 20221021-ec2_instance-tower_callback.yml
1055+
- 20221026-pytest-forked.yml
1056+
- 20230103-sanity-ec2_eni_info.yml
1057+
- 20230106-ec2_vol.yml
1058+
- release_summary.yml
1059+
release_date: '2023-01-09'

changelogs/fragments/1148-build_run_instance_spec.yml

-3
This file was deleted.

changelogs/fragments/1318-module_utils.yml

-3
This file was deleted.

changelogs/fragments/20221021-ec2_instance-tower_callback.yml

-5
This file was deleted.

changelogs/fragments/20221026-pytest-forked.yml

-2
This file was deleted.

changelogs/fragments/20230103-sanity-ec2_eni_info.yml

-2
This file was deleted.

changelogs/fragments/20230106-ec2_vol.yml

-2
This file was deleted.

galaxy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace: amazon
22
name: aws
3-
version: 4.3.0
3+
version: 4.4.0
44
readme: README.md
55
authors:
66
- Ansible (https://github.com/ansible)

0 commit comments

Comments
 (0)