New release v2.16.8 (#83461)

This commit is contained in:
Matt Martz
2024-06-17 13:10:21 -05:00
committed by GitHub
parent 3135e55dc9
commit 2be0e277c4
4 changed files with 26 additions and 4 deletions
+8 -3
View File
@@ -5,16 +5,21 @@ ansible-core 2.16 "All My Love" Release Notes
.. contents:: Topics
v2.16.8rc1
==========
v2.16.8
=======
Release Summary
---------------
| Release Date: 2024-06-10
| Release Date: 2024-06-17
| `Porting Guide <https://docs.ansible.com/ansible-core/2.16/porting_guides/porting_guide_core_2.16.html>`__
Minor Changes
-------------
- ansible-test - Update ``pypi-test-container`` to version 3.1.0.
Bugfixes
--------
+14
View File
@@ -1085,6 +1085,20 @@ releases:
- psrp-version-req.yml
- uri_follow_redirect_bool.yml
release_date: '2024-05-13'
2.16.8:
changes:
minor_changes:
- ansible-test - Update ``pypi-test-container`` to version 3.1.0.
release_summary: '| Release Date: 2024-06-17
| `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.8_summary.yaml
- ansible-test-pypi-test-container-update.yml
release_date: '2024-06-17'
2.16.8rc1:
changes:
bugfixes:
+3
View File
@@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2024-06-17
| `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.8rc1.post0'
__version__ = '2.16.8'
__author__ = 'Ansible, Inc.'
__codename__ = "All My Love"