New release v2.16.11 (#83923)

pull/83926/head v2.16.11
Matt Martz 1 year ago committed by GitHub
parent 860a7fefbc
commit 39fc4bd8bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -5,13 +5,13 @@ ansible-core 2.16 "All My Love" Release Notes
.. contents:: Topics
v2.16.11rc1
===========
v2.16.11
========
Release Summary
---------------
| Release Date: 2024-09-03
| Release Date: 2024-09-09
| `Porting Guide <https://docs.ansible.com/ansible-core/2.16/porting_guides/porting_guide_core_2.16.html>`__

@ -812,6 +812,17 @@ releases:
- ansible-test-vyos.yml
- mc_fix.yml
release_date: '2024-08-05'
2.16.11:
changes:
release_summary: '| Release Date: 2024-09-09
| `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.11_summary.yaml
release_date: '2024-09-09'
2.16.11rc1:
changes:
bugfixes:

@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2024-09-09
| `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.11rc1.post0'
__version__ = '2.16.11'
__author__ = 'Ansible, Inc.'
__codename__ = "All My Love"

Loading…
Cancel
Save