summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorjamesmarshall24 <james.marshall@redhat.com>2022-12-06 15:24:59 -0500
committerGitHub <noreply@github.com>2022-12-06 15:24:59 -0500
commited924d64935b15341731544af6a03b55e9739741 (patch)
tree9d68dece7462d02374366d0bace75556200f0a7c /changelogs
parent047affbdc55c394e235726f7724324c67633966a (diff)
downloadansible-ed924d64935b15341731544af6a03b55e9739741.tar.gz
New release v2.14.1 (#79550)v2.14.1
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/CHANGELOG-v2.14.rst7
-rw-r--r--changelogs/changelog.yaml14
-rw-r--r--changelogs/fragments/v2.14.1_summary.yaml3
3 files changed, 21 insertions, 3 deletions
diff --git a/changelogs/CHANGELOG-v2.14.rst b/changelogs/CHANGELOG-v2.14.rst
index d82dbe35ba..59056fc5ee 100644
--- a/changelogs/CHANGELOG-v2.14.rst
+++ b/changelogs/CHANGELOG-v2.14.rst
@@ -5,13 +5,13 @@ ansible-core 2.14 "C'mon Everybody" Release Notes
.. contents:: Topics
-v2.14.1rc1
-==========
+v2.14.1
+=======
Release Summary
---------------
-| Release Date: 2022-11-28
+| Release Date: 2022-12-06
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
@@ -26,6 +26,7 @@ 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.
+- display - reduce risk of post-fork output deadlocks (https://github.com/ansible/ansible/pull/79522)
- 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.
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index 56da0e5c71..e2fd0ea018 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -843,6 +843,20 @@ releases:
- ansible-test-pylint-2.15.5.yml
- v2.14.0rc2_summary.yaml
release_date: '2022-10-31'
+ 2.14.1:
+ changes:
+ bugfixes:
+ - display - reduce risk of post-fork output deadlocks (https://github.com/ansible/ansible/pull/79522)
+ release_summary: '| Release Date: 2022-12-06
+
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
+
+ '
+ codename: C'mon Everybody
+ fragments:
+ - fork_safe_stdio.yml
+ - v2.14.1_summary.yaml
+ release_date: '2022-12-06'
2.14.1rc1:
changes:
bugfixes:
diff --git a/changelogs/fragments/v2.14.1_summary.yaml b/changelogs/fragments/v2.14.1_summary.yaml
new file mode 100644
index 0000000000..8b74d79ada
--- /dev/null
+++ b/changelogs/fragments/v2.14.1_summary.yaml
@@ -0,0 +1,3 @@
+release_summary: |
+ | Release Date: 2022-12-06
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__