New release v2.14.15 (#82905)

pull/82908/head v2.14.15
Matt Martz 2 years ago committed by GitHub
parent 4a99568fa3
commit 43bd7f6b44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -5,13 +5,13 @@ ansible-core 2.14 "C'mon Everybody" Release Notes
.. contents:: Topics
v2.14.15rc1
===========
v2.14.15
========
Release Summary
---------------
| Release Date: 2024-03-18
| Release Date: 2024-03-25
| `Porting Guide <https://docs.ansible.com/ansible-core/2.14/porting_guides/porting_guide_core_2.14.html>`__
@ -24,6 +24,7 @@ Bugfixes
--------
- Fix an issue when setting a plugin name from an unsafe source resulted in ``ValueError: unmarshallable object`` (https://github.com/ansible/ansible/issues/82708)
- ansible-test - The ``libexpat`` package is automatically upgraded during remote bootstrapping to maintain compatibility with newer Python packages.
v2.14.14
========

@ -1039,6 +1039,21 @@ releases:
- freebsd_12_4_removal.yml
- unsafe-intern.yml
release_date: '2024-01-22'
2.14.15:
changes:
bugfixes:
- ansible-test - The ``libexpat`` package is automatically upgraded during remote
bootstrapping to maintain compatibility with newer Python packages.
release_summary: '| Release Date: 2024-03-25
| `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.15_summary.yaml
- ansible-test-alpine-libexpat.yml
release_date: '2024-03-25'
2.14.15rc1:
changes:
bugfixes:

@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2024-03-25
| `Porting Guide <https://docs.ansible.com/ansible-core/2.14/porting_guides/porting_guide_core_2.14.html>`__

@ -19,6 +19,6 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
__version__ = '2.14.15rc1.post0'
__version__ = '2.14.15'
__author__ = 'Ansible, Inc.'
__codename__ = "C'mon Everybody"

Loading…
Cancel
Save