New release v2.18.6 (#85177)

pull/85179/head v2.18.6
Matt Davis 7 months ago committed by GitHub
parent b8467777eb
commit 4c144e66e2
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.6rc1 v2.18.6
========== =======
Release Summary Release Summary
--------------- ---------------
| Release Date: 2025-05-12 | Release Date: 2025-05-19
| `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

@ -819,6 +819,17 @@ releases:
- gather_facts_smart_fix.yml - gather_facts_smart_fix.yml
- pin-wheel.yml - pin-wheel.yml
release_date: '2025-04-14' release_date: '2025-04-14'
2.18.6:
changes:
release_summary: '| Release Date: 2025-05-19
| `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.6_summary.yaml
release_date: '2025-05-19'
2.18.6rc1: 2.18.6rc1:
changes: changes:
bugfixes: bugfixes:

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

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

Loading…
Cancel
Save