summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian M. Adams <chadams@redhat.com>2021-09-13 10:38:20 -0400
committerChristian M. Adams <chadams@redhat.com>2021-09-13 10:38:20 -0400
commit2421b476c5585b7d4d4da6fb7eda5c08884c83d9 (patch)
tree9eb1e95737e017e66b22cae9fa2e02780b22dc48
parent667c5a4319f3b9299935d96222a6b5687d45adb1 (diff)
downloadansible-2421b476c5585b7d4d4da6fb7eda5c08884c83d9.tar.gz
New release v2.10.14v2.10.14
-rw-r--r--changelogs/CHANGELOG-v2.10.rst6
-rw-r--r--changelogs/changelog.yaml11
-rw-r--r--changelogs/fragments/v2.10.14_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 933f457727..b47b27b004 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.14rc1
-===========
+v2.10.14
+========
Release Summary
---------------
-| Release Date: 2021-09-08
+| Release Date: 2021-09-13
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index d9b428af52..e2f5bfa7a3 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -1971,6 +1971,17 @@ releases:
- unsafe_writes_env.yml
- v2.10.13rc1_summary.yaml
release_date: '2021-08-10'
+ 2.10.14:
+ changes:
+ release_summary: '| Release Date: 2021-09-13
+
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
+
+ '
+ codename: When the Levee Breaks
+ fragments:
+ - v2.10.14_summary.yaml
+ release_date: '2021-09-13'
2.10.14rc1:
changes:
bugfixes:
diff --git a/changelogs/fragments/v2.10.14_summary.yaml b/changelogs/fragments/v2.10.14_summary.yaml
new file mode 100644
index 0000000000..5c2c167dc1
--- /dev/null
+++ b/changelogs/fragments/v2.10.14_summary.yaml
@@ -0,0 +1,3 @@
+release_summary: |
+ | Release Date: 2021-09-13
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/lib/ansible/release.py b/lib/ansible/release.py
index 0ca4d49bff..f1ccf69b12 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.14rc1.post0'
+__version__ = '2.10.14'
__author__ = 'Ansible, Inc.'
__codename__ = 'When the Levee Breaks'