From 08425a91cddb99cbd416e009852963f4ee5cb61d Mon Sep 17 00:00:00 2001 From: sivel / Matt Martz Date: Mon, 6 Oct 2025 12:22:03 -0500 Subject: [PATCH] New release v2.18.10 (#85948) --- changelogs/CHANGELOG-v2.18.rst | 6 +++--- changelogs/changelog.yaml | 11 +++++++++++ changelogs/fragments/2.18.10_summary.yaml | 3 +++ lib/ansible/release.py | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 changelogs/fragments/2.18.10_summary.yaml diff --git a/changelogs/CHANGELOG-v2.18.rst b/changelogs/CHANGELOG-v2.18.rst index 12c9b568e18..5983b452c52 100644 --- a/changelogs/CHANGELOG-v2.18.rst +++ b/changelogs/CHANGELOG-v2.18.rst @@ -4,13 +4,13 @@ ansible-core 2.18 "Fool in the Rain" Release Notes .. contents:: Topics -v2.18.10rc1 -=========== +v2.18.10 +======== Release Summary --------------- -| Release Date: 2025-09-29 +| Release Date: 2025-10-06 | `Porting Guide `__ Bugfixes diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index fef18ed1cbe..4a52fe582a1 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -623,6 +623,17 @@ releases: fragments: - 2.18.1_summary.yaml release_date: '2024-12-02' + 2.18.10: + changes: + release_summary: '| Release Date: 2025-10-06 + + | `Porting Guide `__ + + ' + codename: Fool in the Rain + fragments: + - 2.18.10_summary.yaml + release_date: '2025-10-06' 2.18.10rc1: changes: bugfixes: diff --git a/changelogs/fragments/2.18.10_summary.yaml b/changelogs/fragments/2.18.10_summary.yaml new file mode 100644 index 00000000000..0fd0a9f2ce3 --- /dev/null +++ b/changelogs/fragments/2.18.10_summary.yaml @@ -0,0 +1,3 @@ +release_summary: | + | Release Date: 2025-10-06 + | `Porting Guide `__ diff --git a/lib/ansible/release.py b/lib/ansible/release.py index bffb5f442b1..2b3391c7631 100644 --- a/lib/ansible/release.py +++ b/lib/ansible/release.py @@ -17,6 +17,6 @@ from __future__ import annotations -__version__ = '2.18.10rc1.post0' +__version__ = '2.18.10' __author__ = 'Ansible, Inc.' __codename__ = "Fool in the Rain"