New release v2.12.7 (#78085)

pull/78096/head v2.12.7
Dimitri Savineau 4 years ago committed by GitHub
parent 2f42779548
commit fbaea4c269
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,13 +5,13 @@ ansible-core 2.12 "Dazed and Confused" Release Notes
.. contents:: Topics
v2.12.7rc1
==========
v2.12.7
=======
Release Summary
---------------
| Release Date: 2022-06-13
| Release Date: 2022-06-20
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__

@ -1476,6 +1476,17 @@ releases:
- v2.12.6rc1_summary.yaml
- vm_more_efficient.yml
release_date: '2022-05-16'
2.12.7:
changes:
release_summary: '| Release Date: 2022-06-20
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
'
codename: Dazed and Confused
fragments:
- v2.12.7_summary.yaml
release_date: '2022-06-20'
2.12.7rc1:
changes:
bugfixes:

@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2022-06-20
| `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.12.7rc1.post0'
__version__ = '2.12.7'
__author__ = 'Ansible, Inc.'
__codename__ = 'Dazed and Confused'

Loading…
Cancel
Save