# Release announcement: Ansible 9.1.0

Hello everyone,

We're happy to announce the release of the Ansible 9.1.0 package!

Ansible 9.1.0 includes ansible-core 2.16.1 as well as a curated set of
Ansible collections that provide 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==9.1.0 --user`

The sources for this release can be found here:

Release tarball:

https://files.pythonhosted.org/packages/eb/ab/e6993e1608fa911ee84dd0f29f494064f3b7f4a277f99608c9421a7a5ed4/ansible-9.1.0.tar.gz

SHA256:

5ad94991fb0e0e53a770a9ffcf1b68047f61b2282d948a7d2682ecd8fb8fa1bf

Wheel package:

https://files.pythonhosted.org/packages/32/f0/f7a66e975b9edf511e7223fe8d5642b16f1147087d4acc3d1be788267b41/ansible-9.1.0-py3-none-any.whl

SHA256:

bd88f16ca4b4dadfec78723f982c0f04e5481c6be497ccb43ea3b40fded39126

Some important details
--------------------------------

This release includes the mitigation of security issue CVE-2023-5764. See 
the porting guide below for details.


Python wheels are available for both Ansible 9 and ansible-core
2.16, resulting in significantly improved installation performance.

In addition, Ansible 9 does not install some unnecessary files from
the included Ansible collections such as tests or hidden files and
directories. This further improves installation performance and
reduces the size on disk. These files are still available in the
source tarball if needed.

Collections which have opted-in to being a part of the Ansible 9
unified changelog will have an entry on this page:

https://github.com/ansible-community/ansible-build-data/blob/9.1.0/9/CHANGELOG-v9.rst

For collections which have not opted-in to the unified changelog, you
may find more information on

https://docs.ansible.com/ansible/latest/collections

or on the collection source repository. For example, the community.crypto 
collection is
available at

https://docs.ansible.com/ansible/latest/collections/community/crypto/index.html

and you can find a link to the source repository under the
"Repository(Sources)" button.

The changelog for ansible-core 2.16 installed by this release of
Ansible 9 can be found here:

https://github.com/ansible/ansible/blob/v2.16.1/changelogs/CHANGELOG-v2.16.rst

What's the schedule for new Ansible releases after 9.1.0?
----------------------------------------------------------------------------

The next release roadmap can be found at

https://docs.ansible.com/ansible/devel/roadmap/ansible_roadmap_index.html

>From now on, the Ansible community package release schedule will follow the 
Ansible Core release schedule, including (for example) delays for holidays. 
This means Ansible releases happen every four weeks through most of the 
year, but release dates may be delayed when Ansible Core release is.

For the upcoming holiday season, this means that there will be no Ansible 
release in early January, but instead on January 30th.


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 Ansible Community Forum at:

https://forum.ansible.com/c/news/bullhorn/17

Join the new Ansible Community Forum to follow along and participate
in all the project and release related discussions and
announcements. Feel free to share your thoughts, feedback, ideas and 
concerns
there.

Register here to join the Ansible Forum:

https://forum.ansible.com

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_9.html

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

Ansible 9 includes ansible-core 2.16. Depending on your needs,
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 9 has been made available for this use case:

https://github.com/ansible-community/ansible-build-data/blob/9.1.0/9/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`

Special Thanks
---------------------

We would like to give a shoutout with a big THANK YOU to Maxwell G and 
Felix Fontein for making this release happen!

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/24c12679-1712-49f4-99bf-516d54828306n%40googlegroups.com.

Reply via email to