From 1ebfc2c78c4a2a9a565cdc6c8397dd28d8d92bc4 Mon Sep 17 00:00:00 2001 From: sivel / Matt Martz Date: Mon, 13 Jul 2026 14:37:14 -0500 Subject: [PATCH] New release v2.21.2 (#87239) --- changelogs/CHANGELOG-v2.21.rst | 6 +++--- changelogs/changelog.yaml | 11 +++++++++++ changelogs/fragments/2.21.2_summary.yaml | 3 +++ lib/ansible/release.py | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 changelogs/fragments/2.21.2_summary.yaml diff --git a/changelogs/CHANGELOG-v2.21.rst b/changelogs/CHANGELOG-v2.21.rst index 91dd7d1bdef..75010a8c267 100644 --- a/changelogs/CHANGELOG-v2.21.rst +++ b/changelogs/CHANGELOG-v2.21.rst @@ -4,13 +4,13 @@ ansible-core 2.21 "The Rain Song" Release Notes .. contents:: Topics -v2.21.2rc1 -========== +v2.21.2 +======= Release Summary --------------- -| Release Date: 2026-07-06 +| Release Date: 2026-07-13 | `Porting Guide `__ Minor Changes diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 6cf59dddd7d..a69e1e7e72e 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -692,6 +692,17 @@ releases: - sort_obfuscation.yml - winrm-psrp-nolog.yml release_date: '2026-06-11' + 2.21.2: + changes: + release_summary: '| Release Date: 2026-07-13 + + | `Porting Guide `__ + + ' + codename: The Rain Song + fragments: + - 2.21.2_summary.yaml + release_date: '2026-07-13' 2.21.2rc1: changes: bugfixes: diff --git a/changelogs/fragments/2.21.2_summary.yaml b/changelogs/fragments/2.21.2_summary.yaml new file mode 100644 index 00000000000..7747c716422 --- /dev/null +++ b/changelogs/fragments/2.21.2_summary.yaml @@ -0,0 +1,3 @@ +release_summary: | + | Release Date: 2026-07-13 + | `Porting Guide `__ diff --git a/lib/ansible/release.py b/lib/ansible/release.py index 1aa57ddf076..8cce83e7525 100644 --- a/lib/ansible/release.py +++ b/lib/ansible/release.py @@ -17,6 +17,6 @@ from __future__ import annotations -__version__ = '2.21.2rc1.post0' +__version__ = '2.21.2' __author__ = 'Ansible, Inc.' __codename__ = "The Rain Song"