New release v2.17.12 (#85178)

pull/85180/head v2.17.12
Matt Davis 7 months ago committed by GitHub
parent 57c59972f7
commit c44757e44a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4,13 +4,13 @@ ansible-core 2.17 "Gallows Pole" Release Notes
.. contents:: Topics
v2.17.12rc1
===========
v2.17.12
========
Release Summary
---------------
| Release Date: 2025-05-12
| Release Date: 2025-05-19
| `Porting Guide <https://docs.ansible.com/ansible-core/2.17/porting_guides/porting_guide_core_2.17.html>`__
Minor Changes

@ -756,6 +756,17 @@ releases:
- gather_facts_smart_fix.yml
- pin-wheel.yml
release_date: '2025-04-14'
2.17.12:
changes:
release_summary: '| Release Date: 2025-05-19
| `Porting Guide <https://docs.ansible.com/ansible-core/2.17/porting_guides/porting_guide_core_2.17.html>`__
'
codename: Gallows Pole
fragments:
- 2.17.12_summary.yaml
release_date: '2025-05-19'
2.17.12rc1:
changes:
bugfixes:

@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2025-05-19
| `Porting Guide <https://docs.ansible.com/ansible-core/2.17/porting_guides/porting_guide_core_2.17.html>`__

@ -17,6 +17,6 @@
from __future__ import annotations
__version__ = '2.17.12rc1.post0'
__version__ = '2.17.12'
__author__ = 'Ansible, Inc.'
__codename__ = "Gallows Pole"

@ -1,3 +1,3 @@
[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"

Loading…
Cancel
Save