From 5acd2b0ed3f1d0100cd0b76f7ff0f1c368a04960 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Mon, 7 Oct 2024 14:36:40 -0500 Subject: [PATCH] New release v2.17.5 (#84065) --- changelogs/CHANGELOG-v2.17.rst | 6 +++--- changelogs/changelog.yaml | 11 +++++++++++ changelogs/fragments/2.17.5_summary.yaml | 3 +++ lib/ansible/release.py | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 changelogs/fragments/2.17.5_summary.yaml diff --git a/changelogs/CHANGELOG-v2.17.rst b/changelogs/CHANGELOG-v2.17.rst index 9b55ea21de1..2fd1bcac9be 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.5rc1 -========== +v2.17.5 +======= Release Summary --------------- -| Release Date: 2024-09-30 +| Release Date: 2024-10-07 | `Porting Guide `__ Bugfixes diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index df1de1581f9..cccb8d9598b 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -885,6 +885,17 @@ releases: - fix-inconsistent-csvfile-missing-search-error.yml - powershell-clixml.yml release_date: '2024-09-03' + 2.17.5: + changes: + release_summary: '| Release Date: 2024-10-07 + + | `Porting Guide `__ + + ' + codename: Gallows Pole + fragments: + - 2.17.5_summary.yaml + release_date: '2024-10-07' 2.17.5rc1: changes: bugfixes: diff --git a/changelogs/fragments/2.17.5_summary.yaml b/changelogs/fragments/2.17.5_summary.yaml new file mode 100644 index 00000000000..48499ac2186 --- /dev/null +++ b/changelogs/fragments/2.17.5_summary.yaml @@ -0,0 +1,3 @@ +release_summary: | + | Release Date: 2024-10-07 + | `Porting Guide `__ diff --git a/lib/ansible/release.py b/lib/ansible/release.py index 270c83fafb7..53fa39ca074 100644 --- a/lib/ansible/release.py +++ b/lib/ansible/release.py @@ -17,6 +17,6 @@ from __future__ import annotations -__version__ = '2.17.5rc1.post0' +__version__ = '2.17.5' __author__ = 'Ansible, Inc.' __codename__ = "Gallows Pole"