New release v2.18.1 (#84415)

pull/84418/head v2.18.1
Matt Martz 1 year ago committed by GitHub
parent 2248754de5
commit 3223e442ab
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.1rc1 v2.18.1
========== =======
Release Summary Release Summary
--------------- ---------------
| Release Date: 2024-11-25 | Release Date: 2024-12-02
| `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

@ -612,6 +612,17 @@ releases:
- cve-2024-8775.yml - cve-2024-8775.yml
- user_ssh_fix.yml - user_ssh_fix.yml
release_date: '2024-10-29' release_date: '2024-10-29'
2.18.1:
changes:
release_summary: '| Release Date: 2024-12-02
| `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.1_summary.yaml
release_date: '2024-12-02'
2.18.1rc1: 2.18.1rc1:
changes: changes:
bugfixes: bugfixes:

@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2024-12-02
| `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.1rc1.post0' __version__ = '2.18.1'
__author__ = 'Ansible, Inc.' __author__ = 'Ansible, Inc.'
__codename__ = "Fool in the Rain" __codename__ = "Fool in the Rain"

Loading…
Cancel
Save