Ansible 6.7.0 has been Released!

12 views
Skip to first unread message

Anwesha Das

unread,
Dec 6, 2022, 2:24:24 PM12/6/22
to ansibl...@googlegroups.com
Hi all,

We're happy to announce that the Ansible 6.7.0 package has been released!

Ansible 6.7.0 will include ansible-core 2.13.7 as well as a curated set of
Ansible collections to provide a vast number of modules and plugins.


How to get it
-------------

This pre-release is available on PyPI and can be installed with pip:

```
$ python3 -m pip install ansible==6.7.0 --user
```

The sources for this release can be found here:

Release tarball:
https://pypi.python.org/packages/source/a/ansible/ansible-6.7.0.tar.gz
SHA256: c188f3ac8a8583794aadcff0bea87895ead58c19d6f244cd0c342562706e176c

Wheel package: https://files.pythonhosted.org/packages/py3/a/ansible/ansible-6.7.0-py3-none-any.whl
SHA256: 3cda6e67b1d42516f64ce376bb94c5186ff33d215d155432be5b3c2ec60bf112

What's new in Ansible 6
---------------------------

* New command-line utility “ansible-community” is added in Ansible 6
to check the installed version of Ansible Community package.

```
$ ansible-community --version
Ansible community version 6.7.0
```

* Python wheels are now available for both Ansible 6 and ansible-core
2.13.x, resulting in significantly improved installation performance.

* In addition, Ansible 6 will no longer install some unnecessary files
from the included Ansible collections such as tests or hidden files &
directories in order 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.13 installed by this release of
ansible is available here:
https://github.com/ansible/ansible/blob/stable-2.13/changelogs/CHANGELOG-v2.13.rst

* Collections which have opted into being a part of the Ansible-6
unified changelog will have an entry on this page:
https://github.com/ansible-community/ansible-build-data/blob/main/6/CHANGELOG-v6.rst

* For collections which have not opted into the unified changelog, you
may find more information on https://galaxy.ansible.com or their
source repository.
For example, the community.crypto collection would be found 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 6.7.0 ?
---------------------------------------------------------

* This is the last release of Ansible version 6. No new feature or
bugfixes will come for Ansible 6.X.X. From now on we will only have
7.X.X releases. The next scheduled release is Ansible 7.1.0.

* Please note that with the recent release of 2.14.0
https://groups.google.com/g/ansible-announce/c/JnolNZw-tdU, ansible
2.9, ansible-base 2.10, and ansible-core 2.11 are end-of-life.

Porting Help
-------------

A unified porting guide for collections which have opted-in is available here:
https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_6.html

Getting collection updates from Ansible 6 with older releases of ansible-core
-----------------------------------------------------------------

Ansible 6 includes ansible-core 2.13.x and users have expressed an interest
in getting collection updates as they ship in the Ansible "batteries
included" package while keeping an older version of ansible-core based
on their needs and requirements.

An ansible-galaxy requirements file based on the collections from
Ansible 6 has been made available for this use case:
https://github.com/ansible-community/ansible-build-data/blob/main/6/galaxy-requirements.yaml

Once the requirements file has been downloaded, the collections can be
installed by running:
"ansible-galaxy collection install -r galaxy-requirements.yaml"

On behalf of the Ansible community, thank you and happy automating!

Reply all
Reply to author
Forward
0 new messages