summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjamesmarshall24 <james.marshall@redhat.com>2022-05-23 11:46:35 -0400
committerGitHub <noreply@github.com>2022-05-23 11:46:35 -0400
commita1683d3dab164afdfe1bedc8dab296564b7a47e5 (patch)
tree50c931fb7b528ba496eae46491c18ec06c682b1d
parent04ab182ef91d87cd83d2941cf917f38dc780fb74 (diff)
downloadansible-a1683d3dab164afdfe1bedc8dab296564b7a47e5.tar.gz
New release v2.12.6 (#77864)v2.12.6
-rw-r--r--changelogs/CHANGELOG-v2.12.rst6
-rw-r--r--changelogs/changelog.yaml11
-rw-r--r--changelogs/fragments/v2.12.6_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 19f0b7f3b1..d47f5ae458 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.6rc1
-==========
+v2.12.6
+=======
Release Summary
---------------
-| Release Date: 2022-05-16
+| Release Date: 2022-05-23
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index b4924b3ef5..5ac612cd88 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -1442,6 +1442,17 @@ releases:
- v2.12.5rc1_summary.yaml
- winrm-kinit-path.yml
release_date: '2022-04-18'
+ 2.12.6:
+ changes:
+ release_summary: '| Release Date: 2022-05-23
+
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
+
+ '
+ codename: Dazed and Confused
+ fragments:
+ - v2.12.6_summary.yaml
+ release_date: '2022-05-23'
2.12.6rc1:
changes:
bugfixes:
diff --git a/changelogs/fragments/v2.12.6_summary.yaml b/changelogs/fragments/v2.12.6_summary.yaml
new file mode 100644
index 0000000000..22124ac6c5
--- /dev/null
+++ b/changelogs/fragments/v2.12.6_summary.yaml
@@ -0,0 +1,3 @@
+release_summary: |
+ | Release Date: 2022-05-23
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/lib/ansible/release.py b/lib/ansible/release.py
index c93e926799..6d11d5f64e 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.6rc1.post0'
+__version__ = '2.12.6'
__author__ = 'Ansible, Inc.'
__codename__ = 'Dazed and Confused'