Hi all- we're happy to announce that the general release of ansible-base 2.10.3
is now available!
How to get it
-------------
$ pip install ansible-base==2.10.3 --user
The tar.gz of the release can be found here:
* ansible-base 2.10.3
https://pypi.python.org/packages/source/a/ansible-base/ansible-base-2.10.3.tar.gz
SHA256: 35a208726b10fecbcf00c263ae4572b48f505b5796fb77a85c3e9c1036ea5e4f
What's new in ansible-base 2.10.3
---------------------------------
This release is a maintenance release containing numerous bugfixes. The full
changelog is at:
* 2.10.3
https://github.com/ansible/ansible/blob/stable-2.10/changelogs/CHANGELOG-v2.10.rst
What's the schedule for future maintenance releases?
----------------------------------------------------
In normal circumstances, you could expect the next release candidate 3 weeks
from today. However, due to the US Thanksgiving holiday, we are going to push
this next release cycle out an extra week.
Thus, you can expect the next release candidates to be November 30, 2020. The
general availability releases will follow one week later as usual.
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.3, 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