New release v2.18.14 (#86583)

This commit is contained in:
Matt Davis
2026-02-23 22:49:04 +00:00
committed by GitHub
parent 872f1067ef
commit 0888e17f43
4 changed files with 18 additions and 4 deletions
+3 -3
View File
@@ -4,13 +4,13 @@ ansible-core 2.18 "Fool in the Rain" Release Notes
.. contents:: Topics
v2.18.14rc1
===========
v2.18.14
========
Release Summary
---------------
| Release Date: 2026-02-17
| Release Date: 2026-02-23
| `Porting Guide <https://docs.ansible.com/ansible-core/2.18/porting_guides/porting_guide_core_2.18.html>`__
Minor Changes
+11
View File
@@ -746,6 +746,17 @@ releases:
- broken_conditional_backport.yml
- fix-windows-lib-env-corruption.yml
release_date: '2026-01-22'
2.18.14:
changes:
release_summary: '| Release Date: 2026-02-23
| `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.14_summary.yaml
release_date: '2026-02-23'
2.18.14rc1:
changes:
minor_changes:
@@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2026-02-23
| `Porting Guide <https://docs.ansible.com/ansible-core/2.18/porting_guides/porting_guide_core_2.18.html>`__
+1 -1
View File
@@ -17,6 +17,6 @@
from __future__ import annotations
__version__ = '2.18.14rc1.post0'
__version__ = '2.18.14'
__author__ = 'Ansible, Inc.'
__codename__ = "Fool in the Rain"