summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2023-04-24 10:52:38 -0500
committerGitHub <noreply@github.com>2023-04-24 10:52:38 -0500
commit5c6dfff68759ccc9794b609db45872950077e98b (patch)
tree6e0dcb39b7ea4035f132908588e73a4f9571bb2b
parent04249d9cf42efb6a27cb7ccd6188d1152313309e (diff)
downloadansible-2.14.5.tar.gz
New release v2.14.5 (#80611)v2.14.5
-rw-r--r--changelogs/CHANGELOG-v2.14.rst6
-rw-r--r--changelogs/changelog.yaml11
-rw-r--r--changelogs/fragments/2.14.5_summary.yaml3
-rw-r--r--lib/ansible/release.py2
4 files changed, 18 insertions, 4 deletions
diff --git a/changelogs/CHANGELOG-v2.14.rst b/changelogs/CHANGELOG-v2.14.rst
index fc66b2c83b..989587ac6d 100644
--- a/changelogs/CHANGELOG-v2.14.rst
+++ b/changelogs/CHANGELOG-v2.14.rst
@@ -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>`__
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index 7eb58101eb..a4cc783e3c 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -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:
diff --git a/changelogs/fragments/2.14.5_summary.yaml b/changelogs/fragments/2.14.5_summary.yaml
new file mode 100644
index 0000000000..8f2620b5cb
--- /dev/null
+++ b/changelogs/fragments/2.14.5_summary.yaml
@@ -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>`__
diff --git a/lib/ansible/release.py b/lib/ansible/release.py
index 17ab80feab..3a4769c234 100644
--- a/lib/ansible/release.py
+++ b/lib/ansible/release.py
@@ -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"