Hi all- we're happy to announce that the general release of Ansible
2.7.2 is now available!
How do you get it?
----------------------------------------------------------------------
$ pip install ansible==2.7.2 --user
The tar.gz of the release can be found here:
https://releases.ansible.com/ansible/ansible-2.7.2.tar.gz
SHA256: a00d79531e4e0268321e431b1810286369ecf791dbebc1aecb28d453d4ea1ee0
What's new in 2.7.2?
----------------------------------------------------------------------
The 2.7.2 release is a maintenance release containing numerous
bugfixes. The full changelog is at:
https://github.com/ansible/ansible/blob/stable-2.7/changelogs/CHANGELOG-v2.7.rst
What's the schedule for future 2.7 maintenance releases?
----------------------------------------------------------------------
We aim to publish a 2.7.x maintenance release approximately every 3
weeks. For 2.7.3 we've already identified several fixes that we'd
like to get in sooner rather than later so, as a one-off, we are
shooting to release 2.7.3 2 weeks from now rather than 3 weeks from
now.
We've published a porting guide at
https://docs.ansible.com/ansible/2.7/porting_guides/porting_guide_2.7.html
to help migrate your content to 2.7. If you discover any errors, or if
you see any regressions from playbooks which work on 2.6.x and prior,
please open a Github issue, and be sure to mention you're using 2.7.2.
Thanks!
-Toshio Kuratomi