summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Adams <chadams@redhat.com>2022-04-25 10:34:11 -0400
committerGitHub <noreply@github.com>2022-04-25 10:34:11 -0400
commitb104478f171a4030c0cd96ef4d99db65bf04dceb (patch)
tree64130d501303ea48ef6a08d52b00663c427b828b
parent3ea4cdaddf9fc5d550b50d0d9b19ab1e9f33c697 (diff)
downloadansible-2.12.5.tar.gz
New release v2.12.5 (#77628)v2.12.5
-rw-r--r--changelogs/CHANGELOG-v2.12.rst6
-rw-r--r--changelogs/changelog.yaml11
-rw-r--r--changelogs/fragments/v2.12.5_summary.yaml3
-rw-r--r--lib/ansible/release.py2
4 files changed, 18 insertions, 4 deletions
diff --git a/changelogs/CHANGELOG-v2.12.rst b/changelogs/CHANGELOG-v2.12.rst
index 7726e507a1..df4f5fc420 100644
--- a/changelogs/CHANGELOG-v2.12.rst
+++ b/changelogs/CHANGELOG-v2.12.rst
@@ -5,13 +5,13 @@ ansible-core 2.12 "Dazed and Confused" Release Notes
.. contents:: Topics
-v2.12.5rc1
-==========
+v2.12.5
+=======
Release Summary
---------------
-| Release Date: 2022-04-18
+| Release Date: 2022-04-25
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index 3e6cbee571..871779b964 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -1392,6 +1392,17 @@ releases:
- nativejinjaunsafetext-yaml-representer.yml
- v2.12.4rc1_summary.yaml
release_date: '2022-03-21'
+ 2.12.5:
+ changes:
+ release_summary: '| Release Date: 2022-04-25
+
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
+
+ '
+ codename: Dazed and Confused
+ fragments:
+ - v2.12.5_summary.yaml
+ release_date: '2022-04-25'
2.12.5rc1:
changes:
bugfixes:
diff --git a/changelogs/fragments/v2.12.5_summary.yaml b/changelogs/fragments/v2.12.5_summary.yaml
new file mode 100644
index 0000000000..80011d51c1
--- /dev/null
+++ b/changelogs/fragments/v2.12.5_summary.yaml
@@ -0,0 +1,3 @@
+release_summary: |
+ | Release Date: 2022-04-25
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/lib/ansible/release.py b/lib/ansible/release.py
index b55ac5ee4e..beacf3b607 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.12.5rc1.post0'
+__version__ = '2.12.5'
__author__ = 'Ansible, Inc.'
__codename__ = 'Dazed and Confused'