summaryrefslogtreecommitdiff
path: root/changelogs/changelog.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs/changelog.yaml')
-rw-r--r--changelogs/changelog.yaml48
1 files changed, 48 insertions, 0 deletions
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index 16b9241e..e5db2029 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -1344,3 +1344,51 @@ releases:
- ssh_use_right_host.yml
- v2.12.3rc1_summary.yaml
release_date: '2022-02-23'
+ 2.12.4:
+ changes:
+ release_summary: '| Release Date: 2022-03-28
+
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
+
+ '
+ codename: Dazed and Confused
+ fragments:
+ - v2.12.4_summary.yaml
+ release_date: '2022-03-28'
+ 2.12.4rc1:
+ changes:
+ bugfixes:
+ - Add a YAML representer for ``NativeJinjaText``
+ - Add a YAML representer for ``NativeJinjaUnsafeText``
+ - AnsiballZ - Ensure we use the full python package in the module cache filename
+ to avoid a case where ``collections:`` is used to execute a module via short
+ name, where the short name duplicates another module from ``ansible.builtin``
+ or another collection that was executed previously.
+ - Fix collection filter/test plugin redirects (https://github.com/ansible/ansible/issues/77192).
+ - ansible-galaxy collection verify - display files/directories not included
+ in the FILES.json as modified content.
+ - ansible-test - Fix ``windows-integration`` and ``network-integration`` when
+ used with the ``--docker`` option and user-provided inventory.
+ - extend timeout for ansible-galaxy when communicating with the galaxy server
+ api, and apply it to all interactions with the api
+ - first_found - fix to allow for spaces in file names (https://github.com/ansible/ansible/issues/77136)
+ - unarchive - the ``io_buffer_size`` option added in 2.12 was not accepted by
+ the module (https://github.com/ansible/ansible/pull/77271).
+ release_summary: '| Release Date: 2022-03-21
+
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
+
+ '
+ codename: Dazed and Confused
+ fragments:
+ - 76690-fix-ansible-galaxy-collection-verify-modified-content.yaml
+ - 77136-first_found-spaces-in-names.yml
+ - 77210-fix-collection-filter-test-redirects.yml
+ - 77271-unarchive.yml
+ - ansible-test-delegation-inventory.yaml
+ - ansible_galaxy_timeout.yml
+ - fqn-module-cache.yml
+ - nativejinjatext-yaml-representer.yml
+ - nativejinjaunsafetext-yaml-representer.yml
+ - v2.12.4rc1_summary.yaml
+ release_date: '2022-03-21'