New release v2.19.3 (#85949)

This commit is contained in:
sivel / Matt Martz
2025-10-06 12:22:06 -05:00
committed by GitHub
parent 73c439cb75
commit 81b8229057
4 changed files with 18 additions and 4 deletions
+3 -3
View File
@@ -4,13 +4,13 @@ ansible-core 2.19 "What Is and What Should Never Be" Release Notes
.. contents:: Topics
v2.19.3rc1
==========
v2.19.3
=======
Release Summary
---------------
| Release Date: 2025-09-29
| Release Date: 2025-10-06
| `Porting Guide <https://docs.ansible.com/ansible-core/2.19/porting_guides/porting_guide_core_2.19.html>`__
Minor Changes
+11
View File
@@ -1313,6 +1313,17 @@ releases:
- 85743-lazy-ternary.yml
- ansible-test-auth-update.yml
release_date: '2025-09-02'
2.19.3:
changes:
release_summary: '| Release Date: 2025-10-06
| `Porting Guide <https://docs.ansible.com/ansible-core/2.19/porting_guides/porting_guide_core_2.19.html>`__
'
codename: What Is and What Should Never Be
fragments:
- 2.19.3_summary.yaml
release_date: '2025-10-06'
2.19.3rc1:
changes:
bugfixes:
+3
View File
@@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2025-10-06
| `Porting Guide <https://docs.ansible.com/ansible-core/2.19/porting_guides/porting_guide_core_2.19.html>`__
+1 -1
View File
@@ -17,6 +17,6 @@
from __future__ import annotations
__version__ = '2.19.3rc1.post0'
__version__ = '2.19.3'
__author__ = 'Ansible, Inc.'
__codename__ = "What Is and What Should Never Be"