New release v2.11.8 (#76891)

pull/76905/head v2.11.8
Dimitri Savineau 3 years ago committed by GitHub
parent 380033afcf
commit e40051f7c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,13 +5,13 @@ ansible-core 2.11 "Hey Hey, What Can I Do" Release Notes
.. contents:: Topics
v2.11.8rc1
==========
v2.11.8
=======
Release Summary
---------------
| Release Date: 2022-01-24
| Release Date: 2022-01-31
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__

@ -2082,6 +2082,17 @@ releases:
- v2.11.7rc1_summary.yaml
- win_LinkUtil-ignore-LIB.yml
release_date: '2021-11-29'
2.11.8:
changes:
release_summary: '| Release Date: 2022-01-31
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
'
codename: Hey Hey, What Can I Do
fragments:
- v2.11.8_summary.yaml
release_date: '2022-01-31'
2.11.8rc1:
changes:
bugfixes:

@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2022-01-31
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__

@ -19,6 +19,6 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
__version__ = '2.11.8rc1.post0'
__version__ = '2.11.8'
__author__ = 'Ansible, Inc.'
__codename__ = 'Hey Hey, What Can I Do'

Loading…
Cancel
Save