From 21940e0b536ba8185603b213a105982b3100e059 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 7 Aug 2024 15:26:56 +0200 Subject: Adding upstream version 2.17.2. Signed-off-by: Daniel Baumann --- changelogs/CHANGELOG-v2.17.rst | 20 ++++++++++++++++ changelogs/changelog.yaml | 53 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+) (limited to 'changelogs') diff --git a/changelogs/CHANGELOG-v2.17.rst b/changelogs/CHANGELOG-v2.17.rst index 65bd411..1ac8c02 100644 --- a/changelogs/CHANGELOG-v2.17.rst +++ b/changelogs/CHANGELOG-v2.17.rst @@ -4,6 +4,26 @@ ansible-core 2.17 "Gallows Pole" Release Notes .. contents:: Topics +v2.17.2 +======= + +Release Summary +--------------- + +| Release Date: 2024-07-15 +| `Porting Guide `__ + +Bugfixes +-------- + +- Fix a traceback when an environment variable contains certain special characters (https://github.com/ansible/ansible/issues/83498) +- dnf - reverted incomplete fix from 2.17.2rc1 (https://github.com/ansible/ansible/pull/83504) +- dnf, dnf5 - fix for installing a set of packages by specifying them using a wildcard character (https://github.com/ansible/ansible/issues/83373) +- linear strategy now provides a properly templated task name to the v2_runner_on_started callback event. +- package_facts - ignore warnings sent by apk on stderr (https://github.com/ansible/ansible/issues/83501). +- replace - Updated before/after example (https://github.com/ansible/ansible/issues/83390). +- templating hostvars under native jinja will not cause serialization errors anymore. + v2.17.1 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 3020a6f..c4da406 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -731,3 +731,56 @@ releases: - PowerShell-AddType-temp.yml - correct-callback-fqcn-old-style-action-invocation.yml release_date: '2024-06-10' + 2.17.2: + changes: + release_summary: '| Release Date: 2024-07-15 + + | `Porting Guide `__ + + ' + codename: Gallows Pole + fragments: + - 2.17.2_summary.yaml + release_date: '2024-07-15' + 2.17.2rc1: + changes: + bugfixes: + - Fix a traceback when an environment variable contains certain special characters + (https://github.com/ansible/ansible/issues/83498) + - dnf, dnf5 - fix for installing a set of packages by specifying them using + a wildcard character (https://github.com/ansible/ansible/issues/83373) + - linear strategy now provides a properly templated task name to the v2_runner_on_started + callback event. + - replace - Updated before/after example (https://github.com/ansible/ansible/issues/83390). + - templating hostvars under native jinja will not cause serialization errors + anymore. + release_summary: '| Release Date: 2024-07-08 + + | `Porting Guide `__ + + ' + codename: Gallows Pole + fragments: + - 2.17.2rc1_summary.yaml + - 83373-dnf5-wildcard.yml + - 83498-command-tb-env.yml + - hostvars_fix.yml + - linear_started_name.yml + - replace_regex.yml + release_date: '2024-07-08' + 2.17.2rc2: + changes: + bugfixes: + - dnf - reverted incomplete fix from 2.17.2rc1 (https://github.com/ansible/ansible/pull/83504) + - package_facts - ignore warnings sent by apk on stderr (https://github.com/ansible/ansible/issues/83501). + release_summary: '| Release Date: 2024-07-09 + + | `Porting Guide `__ + + ' + codename: Gallows Pole + fragments: + - 2.17.2rc2_summary.yaml + - dnf-revert.yaml + - package_facts_apk.yml + release_date: '2024-07-09' -- cgit v1.2.3