summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjamesmarshall24 <jamarsha@redhat.com>2021-12-06 10:47:35 -0800
committerGitHub <noreply@github.com>2021-12-06 10:47:35 -0800
commit0e828b45a70d0961956367f6e7821f1bece0d833 (patch)
treeebfb0c0c83979593a1e8045b428fbd1c1a7ad614
parent83537923715e3a5e8043564853af3a284d83953e (diff)
downloadansible-0e828b45a70d0961956367f6e7821f1bece0d833.tar.gz
New release v2.11.7 (#76476)v2.11.7
-rw-r--r--changelogs/CHANGELOG-v2.11.rst6
-rw-r--r--changelogs/changelog.yaml11
-rw-r--r--changelogs/fragments/v2.11.7_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 e79bcdfe8d..f0a29bf5c3 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.7rc1
-==========
+v2.11.7
+=======
Release Summary
---------------
-| Release Date: 2021-11-29
+| Release Date: 2021-12-06
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index 8bc89d3da0..42571dbebc 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -2044,6 +2044,17 @@ releases:
- powershell-addtype-env-vars.yml
- v2.11.6rc1_summary.yaml
release_date: '2021-10-04'
+ 2.11.7:
+ changes:
+ release_summary: '| Release Date: 2021-12-06
+
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
+
+ '
+ codename: Hey Hey, What Can I Do
+ fragments:
+ - v2.11.7_summary.yaml
+ release_date: '2021-12-06'
2.11.7rc1:
changes:
bugfixes:
diff --git a/changelogs/fragments/v2.11.7_summary.yaml b/changelogs/fragments/v2.11.7_summary.yaml
new file mode 100644
index 0000000000..c3ff200d9c
--- /dev/null
+++ b/changelogs/fragments/v2.11.7_summary.yaml
@@ -0,0 +1,3 @@
+release_summary: |
+ | Release Date: 2021-12-06
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/lib/ansible/release.py b/lib/ansible/release.py
index 2504bcbb91..1197bbfd9b 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.7rc1.post0'
+__version__ = '2.11.7'
__author__ = 'Ansible, Inc.'
__codename__ = 'Hey Hey, What Can I Do'