New release v2.12.8 (#78529)

pull/78546/head v2.12.8
jamesmarshall24 3 years ago committed by GitHub
parent 553a5e292c
commit c3e329f565
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.8rc1
==========
v2.12.8
=======
Release Summary
---------------
| Release Date: 2022-08-08
| Release Date: 2022-08-15
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__

@ -1528,6 +1528,17 @@ releases:
- plugin-loader-deterministic-fuzzy-match.yml
- v2.12.7rc1_summary.yaml
release_date: '2022-06-13'
2.12.8:
changes:
release_summary: '| Release Date: 2022-08-15
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
'
codename: Dazed and Confused
fragments:
- v2.12.8_summary.yaml
release_date: '2022-08-15'
2.12.8rc1:
changes:
bugfixes:

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

Loading…
Cancel
Save