New release v2.10.7
This commit is contained in:
parent
0d4146cb64
commit
4226af2718
4 changed files with 18 additions and 4 deletions
|
@ -5,13 +5,13 @@ Ansible Base 2.10 "When the Levee Breaks" Release Notes
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
v2.10.7rc1
|
v2.10.7
|
||||||
==========
|
=======
|
||||||
|
|
||||||
Release Summary
|
Release Summary
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
| Release Date: 2021-03-08
|
| Release Date: 2021-03-15
|
||||||
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
|
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -2441,6 +2441,17 @@ releases:
|
||||||
- v2.10.6rc1_summary.yaml
|
- v2.10.6rc1_summary.yaml
|
||||||
- validate-modules_found_try_except_import_fails_module_attribute.yaml
|
- validate-modules_found_try_except_import_fails_module_attribute.yaml
|
||||||
release_date: '2021-02-08'
|
release_date: '2021-02-08'
|
||||||
|
2.10.7:
|
||||||
|
changes:
|
||||||
|
release_summary: '| Release Date: 2021-03-15
|
||||||
|
|
||||||
|
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
|
||||||
|
|
||||||
|
'
|
||||||
|
codename: When the Levee Breaks
|
||||||
|
fragments:
|
||||||
|
- v2.10.7_summary.yaml
|
||||||
|
release_date: '2021-03-15'
|
||||||
2.10.7rc1:
|
2.10.7rc1:
|
||||||
changes:
|
changes:
|
||||||
bugfixes:
|
bugfixes:
|
||||||
|
|
3
changelogs/fragments/v2.10.7_summary.yaml
Normal file
3
changelogs/fragments/v2.10.7_summary.yaml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
release_summary: |
|
||||||
|
| Release Date: 2021-03-15
|
||||||
|
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
|
|
@ -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.7rc1.post0'
|
__version__ = '2.10.7'
|
||||||
__author__ = 'Ansible, Inc.'
|
__author__ = 'Ansible, Inc.'
|
||||||
__codename__ = 'When the Levee Breaks'
|
__codename__ = 'When the Levee Breaks'
|
||||||
|
|
Loading…
Reference in a new issue