mirror of
https://github.com/ansible/ansible
synced 2026-06-19 07:35:52 +00:00
New release v2.19.11 (#87135)
This commit is contained in:
committed by
GitHub
parent
c7e1f231b4
commit
c1f25cad72
@@ -4,13 +4,13 @@ ansible-core 2.19 "What Is and What Should Never Be" Release Notes
|
||||
|
||||
.. contents:: Topics
|
||||
|
||||
v2.19.11rc1
|
||||
===========
|
||||
v2.19.11
|
||||
========
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
| Release Date: 2026-06-11
|
||||
| Release Date: 2026-06-18
|
||||
| `Porting Guide <https://docs.ansible.com/ansible-core/2.19/porting_guides/porting_guide_core_2.19.html>`__
|
||||
|
||||
Minor Changes
|
||||
|
||||
@@ -1246,6 +1246,17 @@ releases:
|
||||
- core_ci_remote_alias.yml
|
||||
- winrm-psrp-nolog.yml
|
||||
release_date: '2026-05-11'
|
||||
2.19.11:
|
||||
changes:
|
||||
release_summary: '| Release Date: 2026-06-18
|
||||
|
||||
| `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.11_summary.yaml
|
||||
release_date: '2026-06-18'
|
||||
2.19.11rc1:
|
||||
changes:
|
||||
bugfixes:
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
release_summary: |
|
||||
| Release Date: 2026-06-18
|
||||
| `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.11rc1.post0'
|
||||
__version__ = '2.19.11'
|
||||
__author__ = 'Ansible, Inc.'
|
||||
__codename__ = "What Is and What Should Never Be"
|
||||
|
||||
Reference in New Issue
Block a user