summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 10:25:15 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 10:25:15 +0000
commit62c52cf63e6e722d8d32f0103c8bc440947e649a (patch)
treefd883d584bbfb1c0298058d61abb8e8f3906df0c /changelogs
parentReleasing progress-linux version 2.17.2-1~progress7.99u1. (diff)
downloadansible-core-62c52cf63e6e722d8d32f0103c8bc440947e649a.tar.xz
ansible-core-62c52cf63e6e722d8d32f0103c8bc440947e649a.zip
Merging upstream version 2.17.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/CHANGELOG-v2.17.rst23
-rw-r--r--changelogs/changelog.yaml41
2 files changed, 64 insertions, 0 deletions
diff --git a/changelogs/CHANGELOG-v2.17.rst b/changelogs/CHANGELOG-v2.17.rst
index 1ac8c02..0387f0f 100644
--- a/changelogs/CHANGELOG-v2.17.rst
+++ b/changelogs/CHANGELOG-v2.17.rst
@@ -4,6 +4,29 @@ ansible-core 2.17 "Gallows Pole" Release Notes
.. contents:: Topics
+v2.17.3
+=======
+
+Release Summary
+---------------
+
+| Release Date: 2024-08-12
+| `Porting Guide <https://docs.ansible.com/ansible-core/2.17/porting_guides/porting_guide_core_2.17.html>`__
+
+Minor Changes
+-------------
+
+- ansible-test - Improve the error message shown when an unknown ``--remote`` or ``--docker`` option is given.
+- ansible-test - Removed the ``vyos/1.1.8`` network remote as it is no longer functional.
+
+Bugfixes
+--------
+
+- Warning now includes filename and line number of variable when specifying a list of dictionaries for vars (https://github.com/ansible/ansible/issues/82528).
+- config, restored the ability to set module compression via a variable
+- debconf - fix normalization of value representation for boolean vtypes in new packages (https://github.com/ansible/ansible/issues/83594)
+- linear strategy: fix handlers included via ``include_tasks`` handler to be executed in lockstep (https://github.com/ansible/ansible/issues/83019)
+
v2.17.2
=======
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index c4da406..d4fba89 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -784,3 +784,44 @@ releases:
- dnf-revert.yaml
- package_facts_apk.yml
release_date: '2024-07-09'
+ 2.17.3:
+ changes:
+ release_summary: '| Release Date: 2024-08-12
+
+ | `Porting Guide <https://docs.ansible.com/ansible-core/2.17/porting_guides/porting_guide_core_2.17.html>`__
+
+ '
+ codename: Gallows Pole
+ fragments:
+ - 2.17.3_summary.yaml
+ release_date: '2024-08-12'
+ 2.17.3rc1:
+ changes:
+ bugfixes:
+ - Warning now includes filename and line number of variable when specifying
+ a list of dictionaries for vars (https://github.com/ansible/ansible/issues/82528).
+ - config, restored the ability to set module compression via a variable
+ - debconf - fix normalization of value representation for boolean vtypes in
+ new packages (https://github.com/ansible/ansible/issues/83594)
+ - 'linear strategy: fix handlers included via ``include_tasks`` handler to be
+ executed in lockstep (https://github.com/ansible/ansible/issues/83019)'
+ minor_changes:
+ - ansible-test - Improve the error message shown when an unknown ``--remote``
+ or ``--docker`` option is given.
+ - ansible-test - Removed the ``vyos/1.1.8`` network remote as it is no longer
+ functional.
+ release_summary: '| Release Date: 2024-08-05
+
+ | `Porting Guide <https://docs.ansible.com/ansible-core/2.17/porting_guides/porting_guide_core_2.17.html>`__
+
+ '
+ codename: Gallows Pole
+ fragments:
+ - 2.17.3rc1_summary.yaml
+ - 82528summary.yml
+ - 83019-linear-handlers-lockstep-fix.yml
+ - 83601-debconf-normalize-bools.yml
+ - ansible-test-error-message-improvement.yml
+ - ansible-test-vyos.yml
+ - mc_fix.yml
+ release_date: '2024-08-05'