From 55ee8acd65cd94a110ce5eb5a3668c320b26f7d8 Mon Sep 17 00:00:00 2001 From: sivel / Matt Martz Date: Tue, 9 Dec 2025 10:24:07 -0600 Subject: [PATCH] New release v2.20.1 (#86312) --- changelogs/CHANGELOG-v2.20.rst | 6 +++--- changelogs/changelog.yaml | 11 +++++++++++ changelogs/fragments/2.20.1_summary.yaml | 3 +++ lib/ansible/release.py | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 changelogs/fragments/2.20.1_summary.yaml diff --git a/changelogs/CHANGELOG-v2.20.rst b/changelogs/CHANGELOG-v2.20.rst index e94558fa778..82b1b0c44e5 100644 --- a/changelogs/CHANGELOG-v2.20.rst +++ b/changelogs/CHANGELOG-v2.20.rst @@ -4,13 +4,13 @@ ansible-core 2.20 "Good Times Bad Times" Release Notes .. contents:: Topics -v2.20.1rc1 -========== +v2.20.1 +======= Release Summary --------------- -| Release Date: 2025-12-02 +| Release Date: 2025-12-09 | `Porting Guide `__ Bugfixes diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 39d81b0786c..bd1503132f1 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -393,6 +393,17 @@ releases: - option_deprecation_help.yml - package_facts.yml release_date: '2025-10-29' + 2.20.1: + changes: + release_summary: '| Release Date: 2025-12-09 + + | `Porting Guide `__ + + ' + codename: Good Times Bad Times + fragments: + - 2.20.1_summary.yaml + release_date: '2025-12-09' 2.20.1rc1: changes: bugfixes: diff --git a/changelogs/fragments/2.20.1_summary.yaml b/changelogs/fragments/2.20.1_summary.yaml new file mode 100644 index 00000000000..3f94607fd16 --- /dev/null +++ b/changelogs/fragments/2.20.1_summary.yaml @@ -0,0 +1,3 @@ +release_summary: | + | Release Date: 2025-12-09 + | `Porting Guide `__ diff --git a/lib/ansible/release.py b/lib/ansible/release.py index 4b413495da8..73ed6cd11ac 100644 --- a/lib/ansible/release.py +++ b/lib/ansible/release.py @@ -17,6 +17,6 @@ from __future__ import annotations -__version__ = '2.20.1rc1.post0' +__version__ = '2.20.1' __author__ = 'Ansible, Inc.' __codename__ = "Good Times Bad Times"