New release v2.18.5 (#85025)

pull/85027/head v2.18.5
Matt Martz 8 months ago committed by GitHub
parent 061a9ce68d
commit a3c86e6ac8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4,13 +4,13 @@ ansible-core 2.18 "Fool in the Rain" Release Notes
.. contents:: Topics .. contents:: Topics
v2.18.5rc1 v2.18.5
========== =======
Release Summary Release Summary
--------------- ---------------
| Release Date: 2025-04-14 | Release Date: 2025-04-21
| `Porting Guide <https://docs.ansible.com/ansible-core/2.18/porting_guides/porting_guide_core_2.18.html>`__ | `Porting Guide <https://docs.ansible.com/ansible-core/2.18/porting_guides/porting_guide_core_2.18.html>`__
Bugfixes Bugfixes

@ -780,6 +780,17 @@ releases:
- respawn-min-python.yml - respawn-min-python.yml
- win-wdac-audit.yml - win-wdac-audit.yml
release_date: '2025-03-17' release_date: '2025-03-17'
2.18.5:
changes:
release_summary: '| Release Date: 2025-04-21
| `Porting Guide <https://docs.ansible.com/ansible-core/2.18/porting_guides/porting_guide_core_2.18.html>`__
'
codename: Fool in the Rain
fragments:
- 2.18.5_summary.yaml
release_date: '2025-04-21'
2.18.5rc1: 2.18.5rc1:
changes: changes:
bugfixes: bugfixes:

@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2025-04-21
| `Porting Guide <https://docs.ansible.com/ansible-core/2.18/porting_guides/porting_guide_core_2.18.html>`__

@ -17,6 +17,6 @@
from __future__ import annotations from __future__ import annotations
__version__ = '2.18.5rc1.post0' __version__ = '2.18.5'
__author__ = 'Ansible, Inc.' __author__ = 'Ansible, Inc.'
__codename__ = "Fool in the Rain" __codename__ = "Fool in the Rain"

Loading…
Cancel
Save