New release v2.11.4

pull/75523/head v2.11.4
Christian M. Adams 4 years ago
parent f22eab3dfe
commit 2344b18382
No known key found for this signature in database
GPG Key ID: F41796178F693C8E

@ -5,13 +5,13 @@ ansible-core 2.11 "Hey Hey, What Can I Do" Release Notes
.. contents:: Topics .. contents:: Topics
v2.11.4rc1 v2.11.4
========== =======
Release Summary Release Summary
--------------- ---------------
| Release Date: 2021-08-10 | Release Date: 2021-08-16
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
@ -432,7 +432,7 @@ Deprecated Features
------------------- -------------------
- Starting in 2.14, shell and command modules will no longer have the option to warn and suggest modules in lieu of commands. The ``warn`` parameter to these modules is now deprecated and defaults to ``False``. Similarly, the ``COMMAND_WARNINGS`` configuration option is also deprecated and defaults to ``False``. These will be removed and their presence will become an error in 2.14. - Starting in 2.14, shell and command modules will no longer have the option to warn and suggest modules in lieu of commands. The ``warn`` parameter to these modules is now deprecated and defaults to ``False``. Similarly, the ``COMMAND_WARNINGS`` configuration option is also deprecated and defaults to ``False``. These will be removed and their presence will become an error in 2.14.
- apt_key - the paramater ``key`` does not have any effect, has been deprecated and will be removed in ansible-core version 2.14 (https://github.com/ansible/ansible/pull/70319). - apt_key - the parameter ``key`` does not have any effect, has been deprecated and will be removed in ansible-core version 2.14 (https://github.com/ansible/ansible/pull/70319).
- psrp - Set the minimum version of ``pypsrp`` to ``0.4.0``. - psrp - Set the minimum version of ``pypsrp`` to ``0.4.0``.
Removed Features (previously deprecated) Removed Features (previously deprecated)

@ -536,7 +536,7 @@ releases:
``COMMAND_WARNINGS`` configuration option is also deprecated and defaults ``COMMAND_WARNINGS`` configuration option is also deprecated and defaults
to ``False``. These will be removed and their presence will become an error to ``False``. These will be removed and their presence will become an error
in 2.14. in 2.14.
- apt_key - the paramater ``key`` does not have any effect, has been deprecated - apt_key - the parameter ``key`` does not have any effect, has been deprecated
and will be removed in ansible-core version 2.14 (https://github.com/ansible/ansible/pull/70319). and will be removed in ansible-core version 2.14 (https://github.com/ansible/ansible/pull/70319).
- psrp - Set the minimum version of ``pypsrp`` to ``0.4.0``. - psrp - Set the minimum version of ``pypsrp`` to ``0.4.0``.
known_issues: known_issues:
@ -1885,6 +1885,17 @@ releases:
- slurp-improve-error-handling-readability.yml - slurp-improve-error-handling-readability.yml
- v2.11.3rc1_summary.yaml - v2.11.3rc1_summary.yaml
release_date: '2021-07-13' release_date: '2021-07-13'
2.11.4:
changes:
release_summary: '| Release Date: 2021-08-16
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
'
codename: Hey Hey, What Can I Do
fragments:
- v2.11.4_summary.yaml
release_date: '2021-08-16'
2.11.4rc1: 2.11.4rc1:
changes: changes:
bugfixes: bugfixes:

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

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

Loading…
Cancel
Save