summaryrefslogtreecommitdiff
path: root/changelogs/changelog.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs/changelog.yaml')
-rw-r--r--changelogs/changelog.yaml36
1 files changed, 36 insertions, 0 deletions
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index 5f616871f2..7aa7bb69ed 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -877,3 +877,39 @@ releases:
- v2.13.1rc1_summary.yaml
- windows_conn_option_fix.yml
release_date: '2022-06-13'
+ 2.13.2rc1:
+ changes:
+ 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).
+ 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.
+ release_summary: '| Release Date: 2022-07-11
+
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
+
+ '
+ codename: Nobody's Fault but Mine
+ fragments:
+ - 78137-ansible-doc-list-modules-recursively.yml
+ - 78156-undefined-check-in-finalize.yml
+ - ansible-test-pip-bootstrap.yml
+ - atomic_cache_files.yml
+ - fix_adoc_text.yml
+ - password_lookup_fix.yml
+ - permission-denied-spwd-module.yml
+ - v2.13.2rc1_summary.yaml
+ release_date: '2022-07-11'