mirror of
https://github.com/ansible/ansible.git
synced 2026-08-01 16:19:10 +02:00
New release v2.20.6 (#86991)
This commit is contained in:
@@ -4,13 +4,13 @@ ansible-core 2.20 "Good Times Bad Times" Release Notes
|
|||||||
|
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
v2.20.6rc1
|
v2.20.6
|
||||||
==========
|
=======
|
||||||
|
|
||||||
Release Summary
|
Release Summary
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
| Release Date: 2026-05-11
|
| Release Date: 2026-05-18
|
||||||
| `Porting Guide <https://docs.ansible.com/ansible-core/2.20/porting_guides/porting_guide_core_2.20.html>`__
|
| `Porting Guide <https://docs.ansible.com/ansible-core/2.20/porting_guides/porting_guide_core_2.20.html>`__
|
||||||
|
|
||||||
Security Fixes
|
Security Fixes
|
||||||
|
|||||||
@@ -619,6 +619,17 @@ releases:
|
|||||||
- clearlinux-gentoo-parsing.yml
|
- clearlinux-gentoo-parsing.yml
|
||||||
- start-at-task-fact-gathering.yml
|
- start-at-task-fact-gathering.yml
|
||||||
release_date: '2026-04-13'
|
release_date: '2026-04-13'
|
||||||
|
2.20.6:
|
||||||
|
changes:
|
||||||
|
release_summary: '| Release Date: 2026-05-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.6_summary.yaml
|
||||||
|
release_date: '2026-05-18'
|
||||||
2.20.6rc1:
|
2.20.6rc1:
|
||||||
changes:
|
changes:
|
||||||
bugfixes:
|
bugfixes:
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
release_summary: |
|
||||||
|
| Release Date: 2026-05-18
|
||||||
|
| `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
|
from __future__ import annotations
|
||||||
|
|
||||||
__version__ = '2.20.6rc1.post0'
|
__version__ = '2.20.6'
|
||||||
__author__ = 'Ansible, Inc.'
|
__author__ = 'Ansible, Inc.'
|
||||||
__codename__ = "Good Times Bad Times"
|
__codename__ = "Good Times Bad Times"
|
||||||
|
|||||||
Reference in New Issue
Block a user