New release v2.12.10rc1 (#78936)

pull/78994/head v2.12.10rc1
jamesmarshall24 3 years ago committed by GitHub
parent 351fa03bc9
commit 12ae8f56ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,6 +5,16 @@ ansible-core 2.12 "Dazed and Confused" Release Notes
.. contents:: Topics
v2.12.10rc1
===========
Release Summary
---------------
| Release Date: 2022-10-03
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
v2.12.9
=======

@ -1094,6 +1094,17 @@ releases:
fragments:
- v2.12.1_summary.yaml
release_date: '2021-12-06'
2.12.10rc1:
changes:
release_summary: '| Release Date: 2022-10-03
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
'
codename: Dazed and Confused
fragments:
- v2.12.10rc1_summary.yaml
release_date: '2022-10-03'
2.12.1rc1:
changes:
bugfixes:

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

Loading…
Cancel
Save