summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Savineau <dsavinea@redhat.com>2022-01-31 15:20:01 -0500
committerGitHub <noreply@github.com>2022-01-31 15:20:01 -0500
commite630d81716e5d8dab18f4d3a9e3e47aad78b03b8 (patch)
treee78747c299cf0baa9251ca414b6d88939e7f6954
parentae0ff3934ac909225cbd6f4ebf9d630851c8f5cf (diff)
downloadansible-e630d81716e5d8dab18f4d3a9e3e47aad78b03b8.tar.gz
New release v2.10.17 (#76890)v2.10.17
-rw-r--r--changelogs/CHANGELOG-v2.10.rst6
-rw-r--r--changelogs/changelog.yaml11
-rw-r--r--changelogs/fragments/v2.10.17_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 ff715c5f4d..3675301368 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.17rc1
-===========
+v2.10.17
+========
Release Summary
---------------
-| Release Date: 2022-01-24
+| Release Date: 2022-01-31
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index d5b4e91f5c..99452e4983 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -2068,6 +2068,17 @@ releases:
- fix_cli_ssh_defaults.yml
- v2.10.16rc1_summary.yaml
release_date: '2021-11-29'
+ 2.10.17:
+ changes:
+ release_summary: '| Release Date: 2022-01-31
+
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
+
+ '
+ codename: When the Levee Breaks
+ fragments:
+ - v2.10.17_summary.yaml
+ release_date: '2022-01-31'
2.10.17rc1:
changes:
bugfixes:
diff --git a/changelogs/fragments/v2.10.17_summary.yaml b/changelogs/fragments/v2.10.17_summary.yaml
new file mode 100644
index 0000000000..1f7b84e41a
--- /dev/null
+++ b/changelogs/fragments/v2.10.17_summary.yaml
@@ -0,0 +1,3 @@
+release_summary: |
+ | Release Date: 2022-01-31
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/lib/ansible/release.py b/lib/ansible/release.py
index 14cbb148bd..79c474fc67 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.17rc1.post0'
+__version__ = '2.10.17'
__author__ = 'Ansible, Inc.'
__codename__ = 'When the Levee Breaks'