Hi all- We're happy to announce that the ansible-2.10.2 package is now available! This update contains bugfixes and new, backwards compatible features in the contained collections as well as bringing in ansible-base-2.10.3 as a dependency.
Ansible-2.10.x is a big change in how the Ansible package is built so If you missed out on all the changes that have gone into the ansible-2.10.x packages, please read the announcement for ansible-2.10.0: https://groups.google.com/g/ansible-announce/c/QxIOml3i62A How to get it ------------- Due to a limitation in pip, if you are upgrading from Ansible 2.9 (or earlier), you need to uninstall ansible before installing the 2.10 version: $ pip uninstall ansible $ pip install ansible==2.10.2 --user The tar.gz of the release can be found here: * Ansible 2.10.1 https://pypi.python.org/packages/source/a/ansible/ansible-2.10.1.tar.gz SHA256: 75708c67e2ac926cea42856af72cbc9494bf8008197652f9609089f7b4c2515a What's new in Ansible 2.10.1 ------------------------------ * Collections which have opted into being a part of the Ansible-2.10.0 unified changelog will have an entry on this page: https://github.com/ansible-community/ansible-build-data/blob/main/2.10/CHANGELOG-v2.10.rst * For collections which have not opted into the unified changelog, consult the list of included collections in the link below and check their entry on https://galaxy.ansible.com for information about their changes. * List of collections included in the 2.10.2 release: https://github.com/ansible-community/ansible-build-data/blob/2.10.2/2.10/ansible-2.10.2.deps * You can find more information for those on https://galaxy.ansible.com/. For instance, the community.crypto collection listed in the ansible-2.10.2.deps file has a galaxy page at https://galaxy.ansible.com/community/crypto/ * Changelog for ansible-base-2.10.2 which this release of ansible installs: https://github.com/ansible/ansible/blob/stable-2.10/changelogs/CHANGELOG-v2.10.rst What's the schedule for new Ansible releases after 2.10.0? ----------------------------------------------------------- * Patch releases will continue to be released approximately every three weeks with bugfixes and new features as long as those features do not cause incompatibilities. * These releases will all be based on ansible-base-2.10.x * However, the US Thanksgiving Holiday is happening three weeks from now so expect the next release one week later, around December 1st. * We're still discussing the release schedule for ansible-2.11.0. * We're tentatively thinking of releasing ansible-2.11.0, with potential backwards incompatible changes to the collections but based on ansible-base-2.10 in early February, 2021. * Take this information as being subject to change as we're in the early stages of discussion. Porting Help ------------- There's a unified porting guide for collections which have opted-in. You can find that at: https://github.com/ansible/ansible/blob/devel/docs/docsite/rst/porting_guides/porting_guide_2.10.rst Thanks! -Toshio Kuratomi -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAPrnkaS%3D5%2BvR6seS_US6FaeDGOjd7%3DJ5cJ4jfT0Zdf%2Bg2VJNuA%40mail.gmail.com.
