New release v2.15.3 (#81506)

pull/81509/head v2.15.3
Matt Clay 2 years ago committed by GitHub
parent 82ff8b5a7b
commit 4362220ee7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -973,6 +973,17 @@ releases:
- dnf5-test-env-groups.yml
- long-collection-paths-fix.yml
release_date: '2023-07-10'
2.15.3:
changes:
release_summary: '| Release Date: 2023-08-14
| `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.3_summary.yaml
release_date: '2023-08-14'
2.15.3rc1:
changes:
bugfixes:

@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2023-08-14
| `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.3rc1.post0'
__version__ = '2.15.3'
__author__ = 'Ansible, Inc.'
__codename__ = "Ten Years Gone"

Loading…
Cancel
Save