New release v2.21.2 (#87239)

This commit is contained in:
sivel / Matt Martz
2026-07-13 14:37:14 -05:00
committed by GitHub
parent 7edaf3f590
commit 1ebfc2c78c
4 changed files with 18 additions and 4 deletions
+3 -3
View File
@@ -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
+11
View File
@@ -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:
+3
View File
@@ -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>`__
+1 -1
View File
@@ -17,6 +17,6 @@
from __future__ import annotations
__version__ = '2.21.2rc1.post0'
__version__ = '2.21.2'
__author__ = 'Ansible, Inc.'
__codename__ = "The Rain Song"