summaryrefslogtreecommitdiff
path: root/changelogs/CHANGELOG-v2.14.rst
diff options
context:
space:
mode:
authorRicardo Carrillo Cruz <ricarril@redhat.com>2022-11-28 20:01:16 +0100
committerGitHub <noreply@github.com>2022-11-28 20:01:16 +0100
commit28fe140ac983ec2f130d52332a3e19ad5369b757 (patch)
tree0a7c93f63c5ba4c1df0dcf29214a8e5af9a9d833 /changelogs/CHANGELOG-v2.14.rst
parent713f5c5ae821d49e490848b7012e808b11fd8705 (diff)
downloadansible-28fe140ac983ec2f130d52332a3e19ad5369b757.tar.gz
New release v2.14.1rc1 (#79476)v2.14.1rc1
Diffstat (limited to 'changelogs/CHANGELOG-v2.14.rst')
-rw-r--r--changelogs/CHANGELOG-v2.14.rst24
1 files changed, 24 insertions, 0 deletions
diff --git a/changelogs/CHANGELOG-v2.14.rst b/changelogs/CHANGELOG-v2.14.rst
index c849089bb2..d82dbe35ba 100644
--- a/changelogs/CHANGELOG-v2.14.rst
+++ b/changelogs/CHANGELOG-v2.14.rst
@@ -5,6 +5,30 @@ ansible-core 2.14 "C'mon Everybody" Release Notes
.. contents:: Topics
+v2.14.1rc1
+==========
+
+Release Summary
+---------------
+
+| Release Date: 2022-11-28
+| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
+
+
+Minor Changes
+-------------
+
+- ansible-test - Improve consistency of executed ``pylint`` commands by making the plugins ordered.
+
+Bugfixes
+--------
+
+- Fixes leftover _valid_attrs usage.
+- ansible-galaxy - make initial call to Galaxy server on-demand only when installing, getting info about, and listing roles.
+- copy module will no longer move 'non files' set as src when remote_src=true.
+- jinja2_native: preserve quotes in strings (https://github.com/ansible/ansible/issues/79083)
+- updated error messages to include 'acl' and not just mode changes when failing to set required permissions on remote.
+
v2.14.0
=======