New release v2.19.1 (#85730)

pull/85731/head v2.19.1
Matt Martz 3 months ago committed by GitHub
parent 695afe4fe7
commit 43cac0b1d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4,13 +4,13 @@ ansible-core 2.19 "What Is and What Should Never Be" Release Notes
.. contents:: Topics .. contents:: Topics
v2.19.1rc1 v2.19.1
========== =======
Release Summary Release Summary
--------------- ---------------
| Release Date: 2025-08-18 | Release Date: 2025-08-25
| `Porting Guide <https://docs.ansible.com/ansible-core/2.19/porting_guides/porting_guide_core_2.19.html>`__ | `Porting Guide <https://docs.ansible.com/ansible-core/2.19/porting_guides/porting_guide_core_2.19.html>`__
Minor Changes Minor Changes

@ -1198,6 +1198,17 @@ releases:
- 2.19.0rc2_summary.yaml - 2.19.0rc2_summary.yaml
- 219_catchall.yml - 219_catchall.yml
release_date: '2025-07-08' release_date: '2025-07-08'
2.19.1:
changes:
release_summary: '| Release Date: 2025-08-25
| `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.1_summary.yaml
release_date: '2025-08-25'
2.19.1rc1: 2.19.1rc1:
changes: changes:
bugfixes: bugfixes:

@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2025-08-25
| `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 from __future__ import annotations
__version__ = '2.19.1rc1.post0' __version__ = '2.19.1'
__author__ = 'Ansible, Inc.' __author__ = 'Ansible, Inc.'
__codename__ = "What Is and What Should Never Be" __codename__ = "What Is and What Should Never Be"

Loading…
Cancel
Save