mirror of
https://github.com/ansible/ansible.git
synced 2026-08-02 08:03:18 +02:00
New release v2.19.2 (#85822)
This commit is contained in:
@@ -4,13 +4,13 @@ ansible-core 2.19 "What Is and What Should Never Be" Release Notes
|
||||
|
||||
.. contents:: Topics
|
||||
|
||||
v2.19.2rc1
|
||||
==========
|
||||
v2.19.2
|
||||
=======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
| Release Date: 2025-09-02
|
||||
| Release Date: 2025-09-08
|
||||
| `Porting Guide <https://docs.ansible.com/ansible-core/2.19/porting_guides/porting_guide_core_2.19.html>`__
|
||||
|
||||
Minor Changes
|
||||
|
||||
@@ -1280,6 +1280,17 @@ releases:
|
||||
- templating-filter-generators.yml
|
||||
- tqm.yml
|
||||
release_date: '2025-08-18'
|
||||
2.19.2:
|
||||
changes:
|
||||
release_summary: '| Release Date: 2025-09-08
|
||||
|
||||
| `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.2_summary.yaml
|
||||
release_date: '2025-09-08'
|
||||
2.19.2rc1:
|
||||
changes:
|
||||
bugfixes:
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
release_summary: |
|
||||
| Release Date: 2025-09-08
|
||||
| `Porting Guide <https://docs.ansible.com/ansible-core/2.19/porting_guides/porting_guide_core_2.19.html>`__
|
||||
@@ -17,6 +17,6 @@
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
__version__ = '2.19.2rc1.post0'
|
||||
__version__ = '2.19.2'
|
||||
__author__ = 'Ansible, Inc.'
|
||||
__codename__ = "What Is and What Should Never Be"
|
||||
|
||||
Reference in New Issue
Block a user