summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorLee Garrett <lgarrett@rocketjump.eu>2023-10-20 16:36:43 +0200
committerLee Garrett <lgarrett@rocketjump.eu>2023-10-20 16:36:43 +0200
commitaa50cf5e169fcddf7e7b049117cdea5e305f6645 (patch)
tree29bff81a20cd2be84df506a6e431050c66700432 /changelogs
parent2c596bd3b9cdb541ea70fc0dc584da466b84c794 (diff)
downloaddebian-ansible-core-aa50cf5e169fcddf7e7b049117cdea5e305f6645.zip
New upstream version 2.14.11
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/CHANGELOG-v2.14.rst28
-rw-r--r--changelogs/changelog.yaml42
2 files changed, 70 insertions, 0 deletions
diff --git a/changelogs/CHANGELOG-v2.14.rst b/changelogs/CHANGELOG-v2.14.rst
index da0b3266..54c5c51a 100644
--- a/changelogs/CHANGELOG-v2.14.rst
+++ b/changelogs/CHANGELOG-v2.14.rst
@@ -5,6 +5,34 @@ ansible-core 2.14 "C'mon Everybody" Release Notes
.. contents:: Topics
+v2.14.11
+========
+
+Release Summary
+---------------
+
+| Release Date: 2023-10-09
+| `Porting Guide <https://docs.ansible.com/ansible-core/2.14/porting_guides/porting_guide_core_2.14.html>`__
+
+
+Minor Changes
+-------------
+
+- ansible-galaxy dependency resolution messages have changed the unexplained 'virtual' collection for the specific type ('scm', 'dir', etc) that is more user friendly
+
+Security Fixes
+--------------
+
+- ansible-galaxy - Prevent roles from using symlinks to overwrite files outside of the installation directory (CVE-2023-5115)
+
+Bugfixes
+--------
+
+- PluginLoader - fix Jinja plugin performance issues (https://github.com/ansible/ansible/issues/79652)
+- ansible-galaxy error on dependency resolution will not error itself due to 'virtual' collections not having a name/namespace.
+- ansible-galaxy info - fix reporting no role found when lookup_role_by_name returns None.
+- winrm - Better handle send input failures when communicating with hosts under load
+
v2.14.10
========
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index 484c4100..3bde3c50 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -896,6 +896,48 @@ releases:
- freebsd-12.3-replacement.yml
- tarfile_extract_warn.yml
release_date: '2023-09-05'
+ 2.14.11:
+ changes:
+ release_summary: '| Release Date: 2023-10-09
+
+ | `Porting Guide <https://docs.ansible.com/ansible-core/2.14/porting_guides/porting_guide_core_2.14.html>`__
+
+ '
+ codename: C'mon Everybody
+ fragments:
+ - 2.14.11_summary.yaml
+ release_date: '2023-10-09'
+ 2.14.11rc1:
+ changes:
+ bugfixes:
+ - PluginLoader - fix Jinja plugin performance issues (https://github.com/ansible/ansible/issues/79652)
+ - ansible-galaxy error on dependency resolution will not error itself due to
+ 'virtual' collections not having a name/namespace.
+ - ansible-galaxy info - fix reporting no role found when lookup_role_by_name
+ returns None.
+ - winrm - Better handle send input failures when communicating with hosts under
+ load
+ minor_changes:
+ - ansible-galaxy dependency resolution messages have changed the unexplained
+ 'virtual' collection for the specific type ('scm', 'dir', etc) that is more
+ user friendly
+ release_summary: '| Release Date: 2023-10-03
+
+ | `Porting Guide <https://docs.ansible.com/ansible-core/2.14/porting_guides/porting_guide_core_2.14.html>`__
+
+ '
+ security_fixes:
+ - ansible-galaxy - Prevent roles from using symlinks to overwrite files outside
+ of the installation directory (CVE-2023-5115)
+ codename: C'mon Everybody
+ fragments:
+ - 2.14.11rc1_summary.yaml
+ - cve-2023-5115.yml
+ - fix-ansible-galaxy-info-no-role-found.yml
+ - galaxy_dep_res_msgs.yml
+ - jinja_plugin_cache_cleanup.yml
+ - winrm-send-input.yml
+ release_date: '2023-10-03'
2.14.1rc1:
changes:
bugfixes: