From 49d833156cd6262ddc7710ab7c9a4a7ec4e9b39b Mon Sep 17 00:00:00 2001 From: sivel / Matt Martz Date: Thu, 18 Jun 2026 14:33:04 -0500 Subject: [PATCH] New release v2.20.7 (#87134) --- changelogs/CHANGELOG-v2.20.rst | 6 +++--- changelogs/changelog.yaml | 11 +++++++++++ changelogs/fragments/2.20.7_summary.yaml | 3 +++ lib/ansible/release.py | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 changelogs/fragments/2.20.7_summary.yaml diff --git a/changelogs/CHANGELOG-v2.20.rst b/changelogs/CHANGELOG-v2.20.rst index c5e6d2788d2..03e20a1d035 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.7rc1 -========== +v2.20.7 +======= Release Summary --------------- -| Release Date: 2026-06-11 +| Release Date: 2026-06-18 | `Porting Guide `__ Security Fixes diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 7e9c73d0de7..4f09b838271 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -659,6 +659,17 @@ releases: - core_ci_remote_alias.yml - winrm-psrp-nolog.yml release_date: '2026-05-11' + 2.20.7: + changes: + release_summary: '| Release Date: 2026-06-18 + + | `Porting Guide `__ + + ' + codename: Good Times Bad Times + fragments: + - 2.20.7_summary.yaml + release_date: '2026-06-18' 2.20.7rc1: changes: bugfixes: diff --git a/changelogs/fragments/2.20.7_summary.yaml b/changelogs/fragments/2.20.7_summary.yaml new file mode 100644 index 00000000000..dbf2d599b72 --- /dev/null +++ b/changelogs/fragments/2.20.7_summary.yaml @@ -0,0 +1,3 @@ +release_summary: | + | Release Date: 2026-06-18 + | `Porting Guide `__ diff --git a/lib/ansible/release.py b/lib/ansible/release.py index 0a659949e0f..5f23bf71ca4 100644 --- a/lib/ansible/release.py +++ b/lib/ansible/release.py @@ -17,6 +17,6 @@ from __future__ import annotations -__version__ = '2.20.7rc1.post0' +__version__ = '2.20.7' __author__ = 'Ansible, Inc.' __codename__ = "Good Times Bad Times"