New release v2.17.13 (#85482)

pull/85484/head v2.17.13
Matt Davis 5 months ago committed by GitHub
parent 5208304ee6
commit a4c2de270b
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 .. contents:: Topics
v2.17.13rc1 v2.17.13
=========== ========
Release Summary Release Summary
--------------- ---------------
| Release Date: 2025-07-08 | Release Date: 2025-07-15
| `Porting Guide <https://docs.ansible.com/ansible-core/2.17/porting_guides/porting_guide_core_2.17.html>`__ | `Porting Guide <https://docs.ansible.com/ansible-core/2.17/porting_guides/porting_guide_core_2.17.html>`__
Minor Changes Minor Changes

@ -797,6 +797,17 @@ releases:
- ensure_remote_perms.yml - ensure_remote_perms.yml
- win-script-become.yml - win-script-become.yml
release_date: '2025-05-12' release_date: '2025-05-12'
2.17.13:
changes:
release_summary: '| Release Date: 2025-07-15
| `Porting Guide <https://docs.ansible.com/ansible-core/2.17/porting_guides/porting_guide_core_2.17.html>`__
'
codename: Gallows Pole
fragments:
- 2.17.13_summary.yaml
release_date: '2025-07-15'
2.17.13rc1: 2.17.13rc1:
changes: changes:
bugfixes: bugfixes:

@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2025-07-15
| `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 from __future__ import annotations
__version__ = '2.17.13rc1.post0' __version__ = '2.17.13'
__author__ = 'Ansible, Inc.' __author__ = 'Ansible, Inc.'
__codename__ = "Gallows Pole" __codename__ = "Gallows Pole"

Loading…
Cancel
Save