New release v2.16.19 (#87137)

This commit is contained in:
sivel / Matt Martz
2026-06-18 14:34:39 -05:00
committed by GitHub
parent 537cdaeefc
commit 7a1c3e9a02
4 changed files with 18 additions and 4 deletions
+3 -3
View File
@@ -5,13 +5,13 @@ ansible-core 2.16 "All My Love" Release Notes
.. contents:: Topics
v2.16.19rc1
===========
v2.16.19
========
Release Summary
---------------
| Release Date: 2026-06-11
| Release Date: 2026-06-18
| `Porting Guide <https://docs.ansible.com/ansible-core/2.16/porting_guides/porting_guide_core_2.16.html>`__
+11
View File
@@ -1133,6 +1133,17 @@ releases:
- 86237-rpm-key-librpm.yml
- ansible-test-github-actions.yml
release_date: '2026-03-16'
2.16.19:
changes:
release_summary: '| Release Date: 2026-06-18
| `Porting Guide <https://docs.ansible.com/ansible-core/2.16/porting_guides/porting_guide_core_2.16.html>`__
'
codename: All My Love
fragments:
- 2.16.19_summary.yaml
release_date: '2026-06-18'
2.16.19rc1:
changes:
release_summary: '| Release Date: 2026-06-11
@@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2026-06-18
| `Porting Guide <https://docs.ansible.com/ansible-core/2.16/porting_guides/porting_guide_core_2.16.html>`__
+1 -1
View File
@@ -19,6 +19,6 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
__version__ = '2.16.19rc1.post0'
__version__ = '2.16.19'
__author__ = 'Ansible, Inc.'
__codename__ = "All My Love"