mirror of
https://github.com/ansible/ansible
synced 2026-06-19 07:35:52 +00:00
New release v2.18.17 (#86989)
This commit is contained in:
@@ -4,13 +4,13 @@ ansible-core 2.18 "Fool in the Rain" Release Notes
|
||||
|
||||
.. contents:: Topics
|
||||
|
||||
v2.18.17rc1
|
||||
===========
|
||||
v2.18.17
|
||||
========
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
| Release Date: 2026-05-11
|
||||
| Release Date: 2026-05-18
|
||||
| `Porting Guide <https://docs.ansible.com/ansible-core/2.18/porting_guides/porting_guide_core_2.18.html>`__
|
||||
|
||||
Security Fixes
|
||||
|
||||
@@ -835,6 +835,17 @@ releases:
|
||||
- ansible-test-dist-info.yml
|
||||
- ansible-test-macos-aarch64.yml
|
||||
release_date: '2026-04-13'
|
||||
2.18.17:
|
||||
changes:
|
||||
release_summary: '| Release Date: 2026-05-18
|
||||
|
||||
| `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.17_summary.yaml
|
||||
release_date: '2026-05-18'
|
||||
2.18.17rc1:
|
||||
changes:
|
||||
bugfixes:
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
release_summary: |
|
||||
| Release Date: 2026-05-18
|
||||
| `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
|
||||
|
||||
__version__ = '2.18.17rc1.post0'
|
||||
__version__ = '2.18.17'
|
||||
__author__ = 'Ansible, Inc.'
|
||||
__codename__ = "Fool in the Rain"
|
||||
|
||||
Reference in New Issue
Block a user