Hello everyone, We're happy to announce the release of the Ansible 8.2.0 package!
Ansible 8.2.0 includes latest version of ansible-core 2.15.2 and includes a curated set of Ansible collections that provides a vast number of modules and plugins. How to get it ------------- This release is available on PyPI and can be installed with pip: `$ python3 -m pip install ansible==8.2.0 --user` The sources for this release can be found here: Release tarball: https://files.pythonhosted.org/packages/dd/8d/cb83551686b964377110e215740a75dca253100ef57d4b11f65613c83e13/ansible-8.2.0.tar.gz SHA256: 935a6921ffb034aa18e6507b49e401676cd15243d6faa5e05e221008bf725c97 Wheel package: https://files.pythonhosted.org/packages/37/12/77be5a84116e25cb0d6e0fb7e62fa02b8578319486466cb14035a13c115a/ansible-8.2.0-py3-none-any.whl SHA256: 4b0b4f301c9d42d39597d45fdd5c6844f4ae5beeb5c003659b9fc464246a14f5 Some important details ----------------------- Python wheels are now available for both Ansible 8 and ansible-core 2.15.x, resulting in significantly improved installation performance. In addition, Ansible 8 no longer installs some unnecessary files from the included Ansible collections such as tests or hidden files and directories to further improve installation performance and reduce the size on disk. These files are still available in the source tarball if necessary. The changelog for ansible-core 2.15.2 installed by this release of Ansible 8 can be found here: https://github.com/ansible/ansible/blob/v2.15.2/changelogs/CHANGELOG-v2.15.rst Collections which have opted-in to being a part of the Ansible 8 unified changelog will have an entry on this page: https://github.com/ansible-community/ansible-build-data/blob/main/8/CHANGELOG-v8.rst For collections which have not opted-in to the unified changelog, you may find more information on https://galaxy.ansible.com or the collection source repository. For example, the community.crypto collection is available at https://galaxy.ansible.com/community/crypto and you can find a link to the source repository under the "Repo" button at the top right. What's the schedule for new Ansible releases after 8.2.0? --------------------------------------------------------- Subscribe to the Bullhorn for all future release dates, announcements, and Ansible contributor community news. Visit this link to subscribe: https://bit.ly/subscribe-bullhorn You can find all past Bullhorn issues on the official wiki page: https://github.com/ansible/community/wiki/News#the-bullhorn Porting Help ------------ A unified porting guide for collections that have opted-in is available here: https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_8.html Getting collection updates from Ansible 8 with older releases of ansible-core -------------------------------------- Ansible 8 includes ansible-core 2.15.x. Based on your requirements, you can get collection updates as they ship in the Ansible "batteries included" package while continuing to use older versions of ansible-core. An ansible-galaxy requirements file based on the collections from Ansible 8 has been made available for this use case: https://github.com/ansible-community/ansible-build-data/blob/main/8/galaxy-requirements.yaml After you download the requirements file, the collections can be installed by running this command: "ansible-galaxy collection install -r galaxy-requirements.yaml" On behalf of the Ansible community, thank you and happy automating! Cheers Ansible Community Team -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to ansible-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-devel/671a75b6-830f-4d73-a758-ee5efb4f476en%40googlegroups.com.