summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjamesmarshall24 <jamarsha@redhat.com>2021-12-06 10:47:25 -0800
committerGitHub <noreply@github.com>2021-12-06 10:47:25 -0800
commit406d51ba4f0d21d9c84b9d9a1687cb2a50065723 (patch)
tree722025a4314ae2de5c01de1977cb2ac766d58ba0
parent91687afddd595f98404956dc2a13b65d4dc7a3c2 (diff)
downloadansible-406d51ba4f0d21d9c84b9d9a1687cb2a50065723.tar.gz
New release v2.10.16 (#76475)v2.10.16
-rw-r--r--changelogs/CHANGELOG-v2.10.rst6
-rw-r--r--changelogs/changelog.yaml11
-rw-r--r--changelogs/fragments/v2.10.16_summary.yaml3
-rw-r--r--lib/ansible/release.py2
4 files changed, 18 insertions, 4 deletions
diff --git a/changelogs/CHANGELOG-v2.10.rst b/changelogs/CHANGELOG-v2.10.rst
index b604d9e5e4..cb3bf5ce95 100644
--- a/changelogs/CHANGELOG-v2.10.rst
+++ b/changelogs/CHANGELOG-v2.10.rst
@@ -5,13 +5,13 @@ Ansible Base 2.10 "When the Levee Breaks" Release Notes
.. contents:: Topics
-v2.10.16rc1
-===========
+v2.10.16
+========
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 d7071d72ae..a1864d2621 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -2043,6 +2043,17 @@ releases:
- powershell-addtype-env-vars.yml
- v2.10.15rc1_summary.yaml
release_date: '2021-10-04'
+ 2.10.16:
+ changes:
+ release_summary: '| Release Date: 2021-12-06
+
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
+
+ '
+ codename: When the Levee Breaks
+ fragments:
+ - v2.10.16_summary.yaml
+ release_date: '2021-12-06'
2.10.16rc1:
changes:
bugfixes:
diff --git a/changelogs/fragments/v2.10.16_summary.yaml b/changelogs/fragments/v2.10.16_summary.yaml
new file mode 100644
index 0000000000..c3ff200d9c
--- /dev/null
+++ b/changelogs/fragments/v2.10.16_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 a79bbac342..ebb0095d44 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.10.16rc1.post0'
+__version__ = '2.10.16'
__author__ = 'Ansible, Inc.'
__codename__ = 'When the Levee Breaks'