summaryrefslogtreecommitdiff
path: root/changelogs/CHANGELOG-v2.13.rst
diff options
context:
space:
mode:
authorjamesmarshall24 <james.marshall@redhat.com>2022-07-11 11:08:29 -0400
committerGitHub <noreply@github.com>2022-07-11 11:08:29 -0400
commita689972b56b1280a192022b426701e96c6b5ee31 (patch)
tree7c89564d3e2a19557f562da384c40b715802bb87 /changelogs/CHANGELOG-v2.13.rst
parent69562a8db61710d93fc86e3a858edf1fa6ccc97e (diff)
downloadansible-a689972b56b1280a192022b426701e96c6b5ee31.tar.gz
New release v2.13.2rc1 (#78229)v2.13.2rc1
Diffstat (limited to 'changelogs/CHANGELOG-v2.13.rst')
-rw-r--r--changelogs/CHANGELOG-v2.13.rst26
1 files changed, 26 insertions, 0 deletions
diff --git a/changelogs/CHANGELOG-v2.13.rst b/changelogs/CHANGELOG-v2.13.rst
index 03b68108e0..612299b3c5 100644
--- a/changelogs/CHANGELOG-v2.13.rst
+++ b/changelogs/CHANGELOG-v2.13.rst
@@ -5,6 +5,32 @@ ansible-core 2.13 "Nobody's Fault but Mine" Release Notes
.. contents:: Topics
+v2.13.2rc1
+==========
+
+Release Summary
+---------------
+
+| Release Date: 2022-07-11
+| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
+
+
+Minor Changes
+-------------
+
+- ansible-test - An improved error message is shown when the download of a pip bootstrap script fails. The download now uses ``urllib2`` instead of ``urllib`` on Python 2.
+
+Bugfixes
+--------
+
+- Move undefined check from concat to finalize (https://github.com/ansible/ansible/issues/78156)
+- ansible-doc - no longer list module and plugin aliases that are created with symlinks (https://github.com/ansible/ansible/pull/78137).
+- ansible-doc - when listing modules in collections, proceed recursively. This fixes module listing for community.general 5.x.y and community.network 4.x.y (https://github.com/ansible/ansible/pull/78137).
+- ansible-doc will not add 'website for' in ":ref:" substitutions as it made them confusing.
+- file backed cache plugins now handle concurrent access by making atomic updates to the files.
+- password lookup does not ignore k=v arguments anymore.
+- user - Fix error "Permission denied" in user module while generating SSH keys (https://github.com/ansible/ansible/issues/78017).
+
v2.13.1
=======