summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2023-12-04 15:46:42 -0600
committerGitHub <noreply@github.com>2023-12-04 15:46:42 -0600
commit1acaaadd0bcb416237410050dfd1ab1eeaabc046 (patch)
tree4a36856fd70a3735be4cf5ff67a6f1be1dba8002
parentac8f2a5db81424503203c312349883620b525f6a (diff)
downloadansible-1acaaadd0bcb416237410050dfd1ab1eeaabc046.zip
New release v2.14.12 (#82348)
-rw-r--r--changelogs/CHANGELOG-v2.14.rst6
-rw-r--r--changelogs/changelog.yaml11
-rw-r--r--changelogs/fragments/2.14.12_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 93a3ef8f64..c8bf930de7 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.12rc1
-===========
+v2.14.12
+========
Release Summary
---------------
-| Release Date: 2023-11-27
+| Release Date: 2023-12-04
| `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 03cb5ba263..6ac7a54a7e 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -938,6 +938,17 @@ releases:
- jinja_plugin_cache_cleanup.yml
- winrm-send-input.yml
release_date: '2023-10-03'
+ 2.14.12:
+ changes:
+ release_summary: '| Release Date: 2023-12-04
+
+ | `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.12_summary.yaml
+ release_date: '2023-12-04'
2.14.12rc1:
changes:
breaking_changes:
diff --git a/changelogs/fragments/2.14.12_summary.yaml b/changelogs/fragments/2.14.12_summary.yaml
new file mode 100644
index 0000000000..3988308ce8
--- /dev/null
+++ b/changelogs/fragments/2.14.12_summary.yaml
@@ -0,0 +1,3 @@
+release_summary: |
+ | Release Date: 2023-12-04
+ | `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 e2fa79ac6e..b18cc9ac6f 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.12rc1.post0'
+__version__ = '2.14.12'
__author__ = 'Ansible, Inc.'
__codename__ = "C'mon Everybody"