summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Savineau <dsavinea@redhat.com>2022-01-31 15:43:56 -0500
committerGitHub <noreply@github.com>2022-01-31 15:43:56 -0500
commite40051f7c072bcf384da5c80c1ef66bb577312f5 (patch)
tree99820056716f0c118b3c26b1b404330ea4e23f4c
parent380033afcff52d1d5e77446e98f339ceb9ef7be5 (diff)
downloadansible-2.11.8.tar.gz
New release v2.11.8 (#76891)v2.11.8
-rw-r--r--changelogs/CHANGELOG-v2.11.rst6
-rw-r--r--changelogs/changelog.yaml11
-rw-r--r--changelogs/fragments/v2.11.8_summary.yaml3
-rw-r--r--lib/ansible/release.py2
4 files changed, 18 insertions, 4 deletions
diff --git a/changelogs/CHANGELOG-v2.11.rst b/changelogs/CHANGELOG-v2.11.rst
index acc39e3a28..7ee947fed7 100644
--- a/changelogs/CHANGELOG-v2.11.rst
+++ b/changelogs/CHANGELOG-v2.11.rst
@@ -5,13 +5,13 @@ ansible-core 2.11 "Hey Hey, What Can I Do" Release Notes
.. contents:: Topics
-v2.11.8rc1
-==========
+v2.11.8
+=======
Release Summary
---------------
-| Release Date: 2022-01-24
+| Release Date: 2022-01-31
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index ed3752e4d5..0061d5342f 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -2082,6 +2082,17 @@ releases:
- v2.11.7rc1_summary.yaml
- win_LinkUtil-ignore-LIB.yml
release_date: '2021-11-29'
+ 2.11.8:
+ changes:
+ release_summary: '| Release Date: 2022-01-31
+
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
+
+ '
+ codename: Hey Hey, What Can I Do
+ fragments:
+ - v2.11.8_summary.yaml
+ release_date: '2022-01-31'
2.11.8rc1:
changes:
bugfixes:
diff --git a/changelogs/fragments/v2.11.8_summary.yaml b/changelogs/fragments/v2.11.8_summary.yaml
new file mode 100644
index 0000000000..1f7b84e41a
--- /dev/null
+++ b/changelogs/fragments/v2.11.8_summary.yaml
@@ -0,0 +1,3 @@
+release_summary: |
+ | Release Date: 2022-01-31
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/lib/ansible/release.py b/lib/ansible/release.py
index a3204134d0..10accbedbd 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.11.8rc1.post0'
+__version__ = '2.11.8'
__author__ = 'Ansible, Inc.'
__codename__ = 'Hey Hey, What Can I Do'