diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-26 06:24:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-26 06:24:20 +0000 |
commit | 1b9336a9d2524fad9c02432496cceaffaa735b04 (patch) | |
tree | a58c07baf47c762134d618d637145da9e318b8e0 /changelogs | |
parent | Adding upstream version 2.17.0. (diff) | |
download | ansible-core-1b9336a9d2524fad9c02432496cceaffaa735b04.tar.xz ansible-core-1b9336a9d2524fad9c02432496cceaffaa735b04.zip |
Adding upstream version 2.17.1.upstream/2.17.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/CHANGELOG-v2.17.rst | 24 | ||||
-rw-r--r-- | changelogs/changelog.yaml | 44 |
2 files changed, 68 insertions, 0 deletions
diff --git a/changelogs/CHANGELOG-v2.17.rst b/changelogs/CHANGELOG-v2.17.rst index dd46da0..65bd411 100644 --- a/changelogs/CHANGELOG-v2.17.rst +++ b/changelogs/CHANGELOG-v2.17.rst @@ -4,6 +4,30 @@ ansible-core 2.17 "Gallows Pole" Release Notes .. contents:: Topics +v2.17.1 +======= + +Release Summary +--------------- + +| Release Date: 2024-06-17 +| `Porting Guide <https://docs.ansible.com/ansible-core/2.17/porting_guides/porting_guide_core_2.17.html>`__ + +Minor Changes +------------- + +- ansible-test - Update ``pypi-test-container`` to version 3.1.0. + +Bugfixes +-------- + +- Fix rapid memory usage growth when notifying handlers using the ``listen`` keyword (https://github.com/ansible/ansible/issues/83392) +- Fix the task attribute ``resolved_action`` to show the FQCN instead of ``None`` when ``action`` or ``local_action`` is used in the playbook. +- Fix using ``module_defaults`` with ``local_action``/``action`` (https://github.com/ansible/ansible/issues/81905). +- fixed unit test test_borken_cowsay to address mock not been properly applied when existing unix system already have cowsay installed. +- powershell - Implement more robust deletion mechanism for C# code compilation temporary files. This should avoid scenarios where the underlying temporary directory may be temporarily locked by antivirus tools or other IO problems. A failure to delete one of these temporary directories will result in a warning rather than an outright failure. +- shell plugin - properly quote all needed components of shell commands (https://github.com/ansible/ansible/issues/82535) + v2.17.0 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index f2e7e54..3020a6f 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -687,3 +687,47 @@ releases: - psrp-version-req.yml - uri_follow_redirect_bool.yml release_date: '2024-05-13' + 2.17.1: + changes: + minor_changes: + - ansible-test - Update ``pypi-test-container`` to version 3.1.0. + release_summary: '| Release Date: 2024-06-17 + + | `Porting Guide <https://docs.ansible.com/ansible-core/2.17/porting_guides/porting_guide_core_2.17.html>`__ + + ' + codename: Gallows Pole + fragments: + - 2.17.1_summary.yaml + - ansible-test-pypi-test-container-update.yml + release_date: '2024-06-17' + 2.17.1rc1: + changes: + bugfixes: + - Fix rapid memory usage growth when notifying handlers using the ``listen`` + keyword (https://github.com/ansible/ansible/issues/83392) + - Fix the task attribute ``resolved_action`` to show the FQCN instead of ``None`` + when ``action`` or ``local_action`` is used in the playbook. + - Fix using ``module_defaults`` with ``local_action``/``action`` (https://github.com/ansible/ansible/issues/81905). + - fixed unit test test_borken_cowsay to address mock not been properly applied + when existing unix system already have cowsay installed. + - powershell - Implement more robust deletion mechanism for C# code compilation + temporary files. This should avoid scenarios where the underlying temporary + directory may be temporarily locked by antivirus tools or other IO problems. + A failure to delete one of these temporary directories will result in a warning + rather than an outright failure. + - shell plugin - properly quote all needed components of shell commands (https://github.com/ansible/ansible/issues/82535) + release_summary: '| Release Date: 2024-06-10 + + | `Porting Guide <https://docs.ansible.com/ansible-core/2.17/porting_guides/porting_guide_core_2.17.html>`__ + + ' + codename: Gallows Pole + fragments: + - 2.17.1rc1_summary.yaml + - 82535-properly-quote-shell.yml + - 83327.yml + - 83392-fix-memory-issues-handlers.yml + - PowerShell-AddType-temp.yml + - correct-callback-fqcn-old-style-action-invocation.yml + release_date: '2024-06-10' |