Hi all- we're happy to announce that the general release of ansible-base 2.10.1
is now available!
How to get it
-------------
$ pip install ansible-base==2.10.1 --user
The tar.gz of the release can be found here:
* ansible-base 2.10.1
https://pypi.python.org/packages/source/a/ansible-base/ansible-base-2.10.1.tar.gz
SHA256: 72c062ccdcec627542c8305ca7050cbdc651585a3fa27e3f536f82a27b5e0557
What's new in ansible-base 2.10.1
---------------------------------
This release is a maintenance release containing numerous bugfixes. The full
changelog is at:
* 2.10.1
https://github.com/ansible/ansible/blob/stable-2.10/changelogs/CHANGELOG-v2.10.rst
Notably:
- CVE-2020-14332 has been fixed.
- The fix in 2.10.0 for CVE-2020-1736 has now been reverted. See the
"Modules" section of the porting guide linked below for details.
What's the schedule for future maintenance releases?
----------------------------------------------------
You can expect the next release candidate for ansible-base - version
2.10.2rc1 - on or around 28 September 2020.
Porting Help
------------
We've published a porting guide at
https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_2.10.html
to help migrate your content to 2.10.
If you discover any errors or if any of your working playbooks break when you
upgrade to 2.10.1, please use the following link to report the regression:
https://github.com/ansible/ansible/issues/new/choose
In your issue, be sure to mention the version that works and the one that
doesn't.
Thanks!
-Rick Elrod