summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Adams <rooftopcellist@gmail.com>2021-10-11 10:40:04 -0400
committerGitHub <noreply@github.com>2021-10-11 10:40:04 -0400
commitff603897d213c8b74b98e1602bbbc726b268ff79 (patch)
tree94578f03279e0b9d18a57ddab7f0a9b6204e1fd7
parent23f3d0631f2ee0c66d9a1a6b1545c12f02362b1b (diff)
downloadansible-ff603897d213c8b74b98e1602bbbc726b268ff79.tar.gz
New release v2.10.15 (#75998)v2.10.15
-rw-r--r--changelogs/CHANGELOG-v2.10.rst6
-rw-r--r--changelogs/changelog.yaml11
-rw-r--r--changelogs/fragments/v2.10.15_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 eba299a4c3..6cba769ad2 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.15rc1
-===========
+v2.10.15
+========
Release Summary
---------------
-| Release Date: 2021-10-04
+| Release Date: 2021-10-11
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index 7c0bbd6d86..46c2eff27c 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -2005,6 +2005,17 @@ releases:
- pipelinig_to_plugins.yml
- v2.10.14rc1_summary.yaml
release_date: '2021-09-08'
+ 2.10.15:
+ changes:
+ release_summary: '| Release Date: 2021-10-11
+
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
+
+ '
+ codename: When the Levee Breaks
+ fragments:
+ - v2.10.15_summary.yaml
+ release_date: '2021-10-11'
2.10.15rc1:
changes:
bugfixes:
diff --git a/changelogs/fragments/v2.10.15_summary.yaml b/changelogs/fragments/v2.10.15_summary.yaml
new file mode 100644
index 0000000000..c5a6196842
--- /dev/null
+++ b/changelogs/fragments/v2.10.15_summary.yaml
@@ -0,0 +1,3 @@
+release_summary: |
+ | Release Date: 2021-10-11
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/lib/ansible/release.py b/lib/ansible/release.py
index b91a31648d..a4b103b583 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.15rc1.post0'
+__version__ = '2.10.15'
__author__ = 'Ansible, Inc.'
__codename__ = 'When the Levee Breaks'