New release v2.11.11 (#77627)

pull/77632/head v2.11.11
Christian Adams 3 years ago committed by GitHub
parent 4d31016e85
commit cb6ccfda90
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.11rc1
===========
v2.11.11
========
Release Summary
---------------
| Release Date: 2022-04-18
| Release Date: 2022-04-25
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
@ -19,6 +19,7 @@ Bugfixes
--------
- Ansible.ModuleUtils.SID - Use user principal name as is for lookup in the ``Convert-ToSID`` function - https://github.com/ansible/ansible/issues/77316
- ansible-test - Update ``rstcheck`` constraint from ``>= 3.3.1`` to ``== 3.3.1`` to avoid breaking changes in newer releases.
- winrm - Ensure ``kinit`` is run with the same ``PATH`` env var as the Ansible process
v2.11.10

@ -1714,6 +1714,21 @@ releases:
- fqn-module-cache.yml
- v2.11.10rc1_summary.yaml
release_date: '2022-03-21'
2.11.11:
changes:
bugfixes:
- ansible-test - Update ``rstcheck`` constraint from ``>= 3.3.1`` to ``== 3.3.1``
to avoid breaking changes in newer releases.
release_summary: '| Release Date: 2022-04-25
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
'
codename: Hey Hey, What Can I Do
fragments:
- ansible-test-rstcheck-pin.yml
- v2.11.11_summary.yaml
release_date: '2022-04-25'
2.11.11rc1:
changes:
bugfixes:

@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2022-04-25
| `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.11rc1.post0'
__version__ = '2.11.11'
__author__ = 'Ansible, Inc.'
__codename__ = 'Hey Hey, What Can I Do'

Loading…
Cancel
Save