New release v2.21.0b2 (#86833)

This commit is contained in:
Matt Davis
2026-04-13 12:50:59 -07:00
committed by GitHub
parent f2dd7c1a33
commit a42572df4d
4 changed files with 47 additions and 1 deletions
+21
View File
@@ -4,6 +4,27 @@ ansible-core 2.21 "The Rain Song" Release Notes
.. contents:: Topics
v2.21.0b2
=========
Release Summary
---------------
| Release Date: 2026-04-13
| `Porting Guide <https://docs.ansible.com/ansible-core/2.21/porting_guides/porting_guide_core_2.21.html>`__
Minor Changes
-------------
- ansible-test - Generate ``dist_info`` when running tests.
- ansible-test - Upgrade the distro-specific test containers.
Bugfixes
--------
- Fix ``validate_argspec`` when tags are defined on the play. The ``always`` tag is only added if the play has no tags.
- ``--start-at-task`` - fix starting at the requested task instead of starting at the next block or play. Play level tasks run first. (https://github.com/ansible/ansible/issues/86268)
v2.21.0b1
=========
+22
View File
@@ -551,3 +551,25 @@ releases:
- varloaderror.yml
- winrm-kerberos.yml
release_date: '2026-04-06'
2.21.0b2:
changes:
bugfixes:
- Fix ``validate_argspec`` when tags are defined on the play. The ``always``
tag is only added if the play has no tags.
- '``--start-at-task`` - fix starting at the requested task instead of starting
at the next block or play. Play level tasks run first. (https://github.com/ansible/ansible/issues/86268)'
minor_changes:
- ansible-test - Generate ``dist_info`` when running tests.
- ansible-test - Upgrade the distro-specific test containers.
release_summary: '| Release Date: 2026-04-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.0b2_summary.yaml
- ansible-test-dist-info.yml
- ansible-test-update-distro-containers.yml
- start-at-task-fact-gathering.yml
release_date: '2026-04-13'
@@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2026-04-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.0b1.post0'
__version__ = '2.21.0b2'
__author__ = 'Ansible, Inc.'
__codename__ = "The Rain Song"