New release v2.15.5 (#81933)

pull/81936/head v2.15.5
Matt Martz 1 year ago committed by GitHub
parent 92447debff
commit f1aab39d79
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.5rc1
==========
v2.15.5
=======
Release Summary
---------------
| Release Date: 2023-10-03
| Release Date: 2023-10-09
| `Porting Guide <https://docs.ansible.com/ansible-core/2.15/porting_guides/porting_guide_core_2.15.html>`__

@ -1120,6 +1120,17 @@ releases:
- tarfile_extract_warn.yml
- vault_unvault_id_fix.yml
release_date: '2023-09-05'
2.15.5:
changes:
release_summary: '| Release Date: 2023-10-09
| `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.5_summary.yaml
release_date: '2023-10-09'
2.15.5rc1:
changes:
bugfixes:

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

Loading…
Cancel
Save