New release v2.10.15 (#75998)

pull/76004/head v2.10.15
Christian Adams 4 years ago committed by GitHub
parent 23f3d0631f
commit ff603897d2
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.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>`__

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

@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2021-10-11
| `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.15rc1.post0'
__version__ = '2.10.15'
__author__ = 'Ansible, Inc.'
__codename__ = 'When the Levee Breaks'

Loading…
Cancel
Save