New release v2.14.4 (#80313)

pull/80314/head v2.14.4
Matt Martz 2 years ago committed by GitHub
parent 7bb078bd74
commit 90ba582e3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,14 +5,14 @@ ansible-core 2.14 "C'mon Everybody" Release Notes
.. contents:: Topics
v2.14.4rc1
==========
v2.14.4
=======
Release Summary
---------------
| Release Date: 2023-03-21
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
| Release Date: 2023-03-27
| `Porting Guide <https://docs.ansible.com/ansible-core/2.14/porting_guides/porting_guide_core_2.14.html>`__
Minor Changes

@ -1117,6 +1117,17 @@ releases:
- strategy_badid_fix.yml
- v2.14.3rc1_summary.yaml
release_date: '2023-02-20'
2.14.4:
changes:
release_summary: '| Release Date: 2023-03-27
| `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.4_summary.yaml
release_date: '2023-03-27'
2.14.4rc1:
changes:
breaking_changes:

@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2023-03-27
| `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.4rc1.post0'
__version__ = '2.14.4'
__author__ = 'Ansible, Inc.'
__codename__ = "C'mon Everybody"

Loading…
Cancel
Save