Skip to content

Commit

Permalink
New release v2.14.5 (#80611)
Browse files Browse the repository at this point in the history
  • Loading branch information
sivel committed Apr 24, 2023
1 parent 04249d9 commit 5c6dfff
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
6 changes: 3 additions & 3 deletions changelogs/CHANGELOG-v2.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ ansible-core 2.14 "C'mon Everybody" Release Notes
.. contents:: Topics


v2.14.5rc1
==========
v2.14.5
=======

Release Summary
---------------

| Release Date: 2023-04-17
| Release Date: 2023-04-24
| `Porting Guide <https://docs.ansible.com/ansible-core/2.14/porting_guides/porting_guide_core_2.14.html>`__

Expand Down
11 changes: 11 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1190,6 +1190,17 @@ releases:
- ansible_eval_concat-remove-redundant-unsafe-wrap.yml
- fix-manifest.yml
release_date: '2023-03-21'
2.14.5:
changes:
release_summary: '| Release Date: 2023-04-24
| `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.5_summary.yaml
release_date: '2023-04-24'
2.14.5rc1:
changes:
bugfixes:
Expand Down
3 changes: 3 additions & 0 deletions changelogs/fragments/2.14.5_summary.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2023-04-24
| `Porting Guide <https://docs.ansible.com/ansible-core/2.14/porting_guides/porting_guide_core_2.14.html>`__
2 changes: 1 addition & 1 deletion lib/ansible/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type

__version__ = '2.14.5rc1.post0'
__version__ = '2.14.5'
__author__ = 'Ansible, Inc.'
__codename__ = "C'mon Everybody"

0 comments on commit 5c6dfff

Please sign in to comment.