mirror of
https://github.com/ansible/ansible.git
synced 2026-07-28 08:05:22 +02:00
New release v2.21.2 (#87239)
This commit is contained in:
@@ -4,13 +4,13 @@ ansible-core 2.21 "The Rain Song" Release Notes
|
||||
|
||||
.. contents:: Topics
|
||||
|
||||
v2.21.2rc1
|
||||
==========
|
||||
v2.21.2
|
||||
=======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
| Release Date: 2026-07-06
|
||||
| Release Date: 2026-07-13
|
||||
| `Porting Guide <https://docs.ansible.com/ansible-core/2.21/porting_guides/porting_guide_core_2.21.html>`__
|
||||
|
||||
Minor Changes
|
||||
|
||||
@@ -692,6 +692,17 @@ releases:
|
||||
- sort_obfuscation.yml
|
||||
- winrm-psrp-nolog.yml
|
||||
release_date: '2026-06-11'
|
||||
2.21.2:
|
||||
changes:
|
||||
release_summary: '| Release Date: 2026-07-13
|
||||
|
||||
| `Porting Guide <https://docs.ansible.com/ansible-core/2.21/porting_guides/porting_guide_core_2.21.html>`__
|
||||
|
||||
'
|
||||
codename: The Rain Song
|
||||
fragments:
|
||||
- 2.21.2_summary.yaml
|
||||
release_date: '2026-07-13'
|
||||
2.21.2rc1:
|
||||
changes:
|
||||
bugfixes:
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
release_summary: |
|
||||
| Release Date: 2026-07-13
|
||||
| `Porting Guide <https://docs.ansible.com/ansible-core/2.21/porting_guides/porting_guide_core_2.21.html>`__
|
||||
@@ -17,6 +17,6 @@
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
__version__ = '2.21.2rc1.post0'
|
||||
__version__ = '2.21.2'
|
||||
__author__ = 'Ansible, Inc.'
|
||||
__codename__ = "The Rain Song"
|
||||
|
||||
Reference in New Issue
Block a user