New release v2.20.1 (#86312)

pull/86316/head v2.20.1
sivel / Matt Martz 2 weeks ago committed by GitHub
parent c0a6166fd1
commit 55ee8acd65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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 <https://docs.ansible.com/ansible-core/2.20/porting_guides/porting_guide_core_2.20.html>`__
Bugfixes

@ -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 <https://docs.ansible.com/ansible-core/2.20/porting_guides/porting_guide_core_2.20.html>`__
'
codename: Good Times Bad Times
fragments:
- 2.20.1_summary.yaml
release_date: '2025-12-09'
2.20.1rc1:
changes:
bugfixes:

@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2025-12-09
| `Porting Guide <https://docs.ansible.com/ansible-core/2.20/porting_guides/porting_guide_core_2.20.html>`__

@ -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"

Loading…
Cancel
Save