summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Adams <chadams@redhat.com>2022-02-28 10:13:40 -0500
committerGitHub <noreply@github.com>2022-02-28 10:13:40 -0500
commit73e6d023b804024360707821877106393784381f (patch)
treedfba5474e1a1918b3d2922e64b7f774aefcc53f3
parentadfca2bdc9e86d74b097d8f7a65b96b0b72cf112 (diff)
downloadansible-73e6d023b804024360707821877106393784381f.tar.gz
New release v2.11.9 (#77157)v2.11.9
-rw-r--r--changelogs/CHANGELOG-v2.11.rst6
-rw-r--r--changelogs/changelog.yaml11
-rw-r--r--changelogs/fragments/v2.11.9_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 a867d73498..fc8e05d821 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.9rc1
-==========
+v2.11.9
+=======
Release Summary
---------------
-| Release Date: 2022-02-23
+| Release Date: 2022-02-28
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index 9f671ad9bd..8b65b8bee4 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -2133,6 +2133,17 @@ releases:
- ssh_quote_cp.yml
- v2.11.8rc1_summary.yaml
release_date: '2022-01-24'
+ 2.11.9:
+ changes:
+ release_summary: '| Release Date: 2022-02-28
+
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
+
+ '
+ codename: Hey Hey, What Can I Do
+ fragments:
+ - v2.11.9_summary.yaml
+ release_date: '2022-02-28'
2.11.9rc1:
changes:
bugfixes:
diff --git a/changelogs/fragments/v2.11.9_summary.yaml b/changelogs/fragments/v2.11.9_summary.yaml
new file mode 100644
index 0000000000..4d467ea74d
--- /dev/null
+++ b/changelogs/fragments/v2.11.9_summary.yaml
@@ -0,0 +1,3 @@
+release_summary: |
+ | Release Date: 2022-02-28
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/lib/ansible/release.py b/lib/ansible/release.py
index 38e1526999..ff4cf92a80 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.9rc1.post0'
+__version__ = '2.11.9'
__author__ = 'Ansible, Inc.'
__codename__ = 'Hey Hey, What Can I Do'