New release v2.15.12 (#83277)

pull/83282/head v2.15.12
Matt Martz 6 months ago committed by GitHub
parent 65ddf9d275
commit 62cf583eed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -5,13 +5,13 @@ ansible-core 2.15 "Ten Years Gone" Release Notes
.. contents:: Topics
v2.15.12rc1
===========
v2.15.12
========
Release Summary
---------------
| Release Date: 2024-05-13
| Release Date: 2024-05-20
| `Porting Guide <https://docs.ansible.com/ansible-core/2.15/porting_guides/porting_guide_core_2.15.html>`__

@ -944,6 +944,17 @@ releases:
- unarchive_fix.yml
- winrm-task-timeout.yml
release_date: '2024-04-16'
2.15.12:
changes:
release_summary: '| Release Date: 2024-05-20
| `Porting Guide <https://docs.ansible.com/ansible-core/2.15/porting_guides/porting_guide_core_2.15.html>`__
'
codename: Ten Years Gone
fragments:
- 2.15.12_summary.yaml
release_date: '2024-05-20'
2.15.12rc1:
changes:
bugfixes:

@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2024-05-20
| `Porting Guide <https://docs.ansible.com/ansible-core/2.15/porting_guides/porting_guide_core_2.15.html>`__

@ -19,6 +19,6 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
__version__ = '2.15.12rc1.post0'
__version__ = '2.15.12'
__author__ = 'Ansible, Inc.'
__codename__ = "Ten Years Gone"

Loading…
Cancel
Save