Hi all- we're happy to announce that the general release of ansible-base
2.10.2rc1 is now available! These are release candidates that you can use
for testing the next available minor releases of ansible-base.
How to get it
-------------
$ pip install ansible-base==2.10.2rc1 --user
The tar.gz of the release can be found here:
* ansible-base 2.10.2rc1
https://pypi.python.org/packages/source/a/ansible-base/ansible-base-2.10.2rc1.tar.gz
SHA256: a0d379ec357c5ee3c202ed4ba85c1da9ea409844ff5f50a3f58e91bbba00065a
What's new in ansible-base 2.10.2rc1
------------------------------------
This release is a maintenance release containing numerous bugfixes. The full
changelog is at:
* 2.10.2rc1
https://github.com/ansible/ansible/blob/stable-2.10/changelogs/CHANGELOG-v2.10.rst
What's the schedule for future maintenance releases?
----------------------------------------------------
We expect these release candidates to go out as final releases in one week.
Three weeks from that point, the next set of release candidates will be cut.
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.2rc1, 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