New release v2.10.5

This commit is contained in:
Rick Elrod 2021-01-18 14:34:40 -06:00
parent a8ebe99c98
commit 890601dcef
4 changed files with 18 additions and 4 deletions

View file

@ -5,13 +5,13 @@ Ansible Base 2.10 "When the Levee Breaks" Release Notes
.. contents:: Topics .. contents:: Topics
v2.10.5rc1 v2.10.5
========== =======
Release Summary Release Summary
--------------- ---------------
| Release Date: 2021-01-11 | Release Date: 2021-01-18
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__

View file

@ -2282,6 +2282,17 @@ releases:
- skip_invalid_coll_name_when_listing.yml - skip_invalid_coll_name_when_listing.yml
- v2.10.4rc1_summary.yaml - v2.10.4rc1_summary.yaml
release_date: '2020-12-07' release_date: '2020-12-07'
2.10.5:
changes:
release_summary: '| Release Date: 2021-01-18
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
'
codename: When the Levee Breaks
fragments:
- v2.10.5_summary.yaml
release_date: '2021-01-18'
2.10.5rc1: 2.10.5rc1:
changes: changes:
bugfixes: bugfixes:

View file

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

View file

@ -19,6 +19,6 @@
from __future__ import (absolute_import, division, print_function) from __future__ import (absolute_import, division, print_function)
__metaclass__ = type __metaclass__ = type
__version__ = '2.10.5rc1.post0' __version__ = '2.10.5'
__author__ = 'Ansible, Inc.' __author__ = 'Ansible, Inc.'
__codename__ = 'When the Levee Breaks' __codename__ = 'When the Levee Breaks'