# Release announcement
## Mailing lists: ansible-devel, ansible-project, ansible-announce
```
Release announcement : Ansible Community Package 7.7.0
Hello everyone,
We're happy to announce the release of the Ansible 7.7.0 package!
Ansible 7.7.0 includes ansible-core 2.14.7 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==7.7.0 --user`
The sources for this release can be found here:
Release tarball:
SHA256:
Wheel package:
SHA256:
What's the schedule for new Ansible releases after 7.7.0 ?
---------------------------------------------------------
* This is the last release of Ansible version 7. No new feature or bug
fixes will come for Ansible 7.X.X. From now on we will only have 8.X.X
releases. The next scheduled release is Ansible 8.1.0 on 22nd June 2023.
* Please follow the announcement of the recent release of 2.14.7
https://groups.google.com/g/ansible-announce/c/7KktcxSN7zA
for detailed information on the release cadance of ansible-core.
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_7.html
Getting collection updates from Ansible 7 with older releases of ansible-core
--------------------------------------
Ansible 7 includes ansible-core 2.14.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 7 has been made available for this use case:
https://github.com/ansible-community/ansible-build-data/blob/main/7/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
```
## Matrix
#ansible-community, #ansible-packaging, #ansible-devel, #ansible-social: (prepended with @newsbot)
#ansible: update the topic or ask @sivel to update: /msg ChanServ TOPICSWAP #ansible 6.2.0:6.3.0
#ansible: same message, but only required for major versions of ansible community
## Red Hat Ansible Slack #general
```
[Ansible 7.7.0 is out](https://groups.google.com/g/ansible-project/c/uTZ0dRAjcqY)! ❤️
💽You can install it by running the following command or download the release tarball directly from [pypi](https://files.pythonhosted.org/packages/39/47/bef8fd8bc2b6e7b5058b61565959c91819eccb8be119a66f8524c0252c62/ansible-7.7.0.tar.gz):
```
pip install ansible==7.7.0 --user
```
➡️ Check [Release Notes📦️🗒️](https://github.com/ansible-community/ansible-build-data/blob/main/7/CHANGELOG-v7.rst) and [Ansible 7 Porting Guide](https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_7.html) for more details!
Note that this is the last release of Ansible version 7. No new feature or bug
fixes will come for Ansible 7.X.X. From now on we will only have 8.X.X
releases. The next scheduled release is Ansible 8.1.0 on 22nd June 2023.
```