New release v2.10.17 (#76890)

pull/76906/head v2.10.17
Dimitri Savineau 3 years ago committed by GitHub
parent ae0ff3934a
commit e630d81716
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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>`__

@ -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:

@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2022-01-31
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__

@ -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'

Loading…
Cancel
Save