diff --git a/changelogs/CHANGELOG-v2.17.rst b/changelogs/CHANGELOG-v2.17.rst index 7e1937e0b38..28a6578f0cb 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.11rc1 -=========== +v2.17.11 +======== Release Summary --------------- -| Release Date: 2025-04-14 +| Release Date: 2025-04-21 | `Porting Guide `__ Bugfixes diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 779ee672aeb..323950db3b2 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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 `__ + + ' + codename: Gallows Pole + fragments: + - 2.17.11_summary.yaml + release_date: '2025-04-21' 2.17.11rc1: changes: bugfixes: diff --git a/changelogs/fragments/2.17.11_summary.yaml b/changelogs/fragments/2.17.11_summary.yaml new file mode 100644 index 00000000000..acbb68d9567 --- /dev/null +++ b/changelogs/fragments/2.17.11_summary.yaml @@ -0,0 +1,3 @@ +release_summary: | + | Release Date: 2025-04-21 + | `Porting Guide `__ diff --git a/lib/ansible/release.py b/lib/ansible/release.py index 4bbe06ada57..832989b5c17 100644 --- a/lib/ansible/release.py +++ b/lib/ansible/release.py @@ -17,6 +17,6 @@ from __future__ import annotations -__version__ = '2.17.11rc1.post0' +__version__ = '2.17.11' __author__ = 'Ansible, Inc.' __codename__ = "Gallows Pole"