diff --git a/changelogs/CHANGELOG-v2.17.rst b/changelogs/CHANGELOG-v2.17.rst index b7f668a20c8..5ea9cfb5325 100644 --- a/changelogs/CHANGELOG-v2.17.rst +++ b/changelogs/CHANGELOG-v2.17.rst @@ -4,13 +4,13 @@ ansible-core 2.17 "Gallows Pole" Release Notes .. contents:: Topics -v2.17.13rc1 -=========== +v2.17.13 +======== Release Summary --------------- -| Release Date: 2025-07-08 +| Release Date: 2025-07-15 | `Porting Guide `__ Minor Changes diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 2094303be5f..559f4bf7deb 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -797,6 +797,17 @@ releases: - ensure_remote_perms.yml - win-script-become.yml release_date: '2025-05-12' + 2.17.13: + changes: + release_summary: '| Release Date: 2025-07-15 + + | `Porting Guide `__ + + ' + codename: Gallows Pole + fragments: + - 2.17.13_summary.yaml + release_date: '2025-07-15' 2.17.13rc1: changes: bugfixes: diff --git a/changelogs/fragments/2.17.13_summary.yaml b/changelogs/fragments/2.17.13_summary.yaml new file mode 100644 index 00000000000..2ab1d1ca938 --- /dev/null +++ b/changelogs/fragments/2.17.13_summary.yaml @@ -0,0 +1,3 @@ +release_summary: | + | Release Date: 2025-07-15 + | `Porting Guide `__ diff --git a/lib/ansible/release.py b/lib/ansible/release.py index e15fa85c400..2932574d327 100644 --- a/lib/ansible/release.py +++ b/lib/ansible/release.py @@ -17,6 +17,6 @@ from __future__ import annotations -__version__ = '2.17.13rc1.post0' +__version__ = '2.17.13' __author__ = 'Ansible, Inc.' __codename__ = "Gallows Pole"