New release v2.18.14rc1 (#86564)

pull/86568/head v2.18.14rc1
Matt Davis 1 day ago committed by GitHub
parent 476e16153e
commit 2100a0d171
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4,6 +4,21 @@ ansible-core 2.18 "Fool in the Rain" Release Notes
.. contents:: Topics
v2.18.14rc1
===========
Release Summary
---------------
| Release Date: 2026-02-17
| `Porting Guide <https://docs.ansible.com/ansible-core/2.18/porting_guides/porting_guide_core_2.18.html>`__
Minor Changes
-------------
- ansible-test - Update URL used to download FreeBSD wheels for managed remotes.
- ansible-test - Use the new API endpoint for the Ansible Core CI service.
v2.18.13
========

@ -746,6 +746,22 @@ releases:
- broken_conditional_backport.yml
- fix-windows-lib-env-corruption.yml
release_date: '2026-01-22'
2.18.14rc1:
changes:
minor_changes:
- ansible-test - Update URL used to download FreeBSD wheels for managed remotes.
- ansible-test - Use the new API endpoint for the Ansible Core CI service.
release_summary: '| Release Date: 2026-02-17
| `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.14rc1_summary.yaml
- ansible-test-api-endpoint.yml
- ansible-test-spare-tire.yml
release_date: '2026-02-17'
2.18.1rc1:
changes:
bugfixes:

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

@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools >= 66.1.0, <= 80.10.2", "wheel == 0.45.1"] # lower bound to support controller Python versions, upper bound for latest version tested at release
requires = ["setuptools >= 66.1.0, <= 82.0.0", "wheel == 0.45.1"] # lower bound to support controller Python versions, upper bound for latest version tested at release
build-backend = "setuptools.build_meta"
[project]

Loading…
Cancel
Save