diff options
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/CHANGELOG-v2.14.rst | 28 | ||||
-rw-r--r-- | changelogs/changelog.yaml | 42 |
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: |