New release v2.20.7 (#87134)

This commit is contained in:
sivel / Matt Martz
2026-06-18 14:33:04 -05:00
committed by GitHub
parent d46b0276c6
commit 49d833156c
4 changed files with 18 additions and 4 deletions
+3 -3
View File
@@ -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 <https://docs.ansible.com/ansible-core/2.20/porting_guides/porting_guide_core_2.20.html>`__
Security Fixes
+11
View File
@@ -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 <https://docs.ansible.com/ansible-core/2.20/porting_guides/porting_guide_core_2.20.html>`__
'
codename: Good Times Bad Times
fragments:
- 2.20.7_summary.yaml
release_date: '2026-06-18'
2.20.7rc1:
changes:
bugfixes:
+3
View File
@@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2026-06-18
| `Porting Guide <https://docs.ansible.com/ansible-core/2.20/porting_guides/porting_guide_core_2.20.html>`__
+1 -1
View File
@@ -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"