mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 08:03:05 +02:00
New release v2.16.3 (#82619)
This commit is contained in:
@@ -5,13 +5,13 @@ ansible-core 2.16 "All My Love" Release Notes
|
||||
.. contents:: Topics
|
||||
|
||||
|
||||
v2.16.3rc1
|
||||
==========
|
||||
v2.16.3
|
||||
=======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
| Release Date: 2024-01-22
|
||||
| Release Date: 2024-01-29
|
||||
| `Porting Guide <https://docs.ansible.com/ansible-core/2.16/porting_guides/porting_guide_core_2.16.html>`__
|
||||
|
||||
|
||||
|
||||
@@ -839,6 +839,17 @@ releases:
|
||||
- 2.16.2_summary.yaml
|
||||
- unsafe-fixes-2.yml
|
||||
release_date: '2023-12-11'
|
||||
2.16.3:
|
||||
changes:
|
||||
release_summary: '| Release Date: 2024-01-29
|
||||
|
||||
| `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.3_summary.yaml
|
||||
release_date: '2024-01-29'
|
||||
2.16.3rc1:
|
||||
changes:
|
||||
bugfixes:
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
release_summary: |
|
||||
| Release Date: 2024-01-29
|
||||
| `Porting Guide <https://docs.ansible.com/ansible-core/2.16/porting_guides/porting_guide_core_2.16.html>`__
|
||||
@@ -19,6 +19,6 @@
|
||||
from __future__ import (absolute_import, division, print_function)
|
||||
__metaclass__ = type
|
||||
|
||||
__version__ = '2.16.3rc1.post0'
|
||||
__version__ = '2.16.3'
|
||||
__author__ = 'Ansible, Inc.'
|
||||
__codename__ = "All My Love"
|
||||
|
||||
Reference in New Issue
Block a user