New release v2.18.8 (#85643)

pull/85645/head v2.18.8
Matt Martz 4 months ago committed by GitHub
parent 3b4cd39f1b
commit 8eb098b970
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.8rc1 v2.18.8
========== =======
Release Summary Release Summary
--------------- ---------------
| Release Date: 2025-08-04 | Release Date: 2025-08-11
| `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>`__
Minor Changes Minor Changes

@ -909,6 +909,17 @@ releases:
- pull_changed_fix.yml - pull_changed_fix.yml
- user_passphrase.yml - user_passphrase.yml
release_date: '2025-07-08' release_date: '2025-07-08'
2.18.8:
changes:
release_summary: '| Release Date: 2025-08-11
| `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.8_summary.yaml
release_date: '2025-08-11'
2.18.8rc1: 2.18.8rc1:
changes: changes:
bugfixes: bugfixes:

@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2025-08-11
| `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.8rc1.post0' __version__ = '2.18.8'
__author__ = 'Ansible, Inc.' __author__ = 'Ansible, Inc.'
__codename__ = "Fool in the Rain" __codename__ = "Fool in the Rain"

Loading…
Cancel
Save