New release v2.17.11 (#85024)

pull/85029/head v2.17.11
Matt Martz 8 months ago committed by GitHub
parent 3546111f2d
commit 5b29d916d9
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.11rc1
===========
v2.17.11
========
Release Summary
---------------
| Release Date: 2025-04-14
| Release Date: 2025-04-21
| `Porting Guide <https://docs.ansible.com/ansible-core/2.17/porting_guides/porting_guide_core_2.17.html>`__
Bugfixes

@ -727,6 +727,17 @@ releases:
- 2.17.10rc1_summary.yaml
- win-wdac-audit.yml
release_date: '2025-03-17'
2.17.11:
changes:
release_summary: '| Release Date: 2025-04-21
| `Porting Guide <https://docs.ansible.com/ansible-core/2.17/porting_guides/porting_guide_core_2.17.html>`__
'
codename: Gallows Pole
fragments:
- 2.17.11_summary.yaml
release_date: '2025-04-21'
2.17.11rc1:
changes:
bugfixes:

@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2025-04-21
| `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.11rc1.post0'
__version__ = '2.17.11'
__author__ = 'Ansible, Inc.'
__codename__ = "Gallows Pole"

Loading…
Cancel
Save