Hi all- we're happy to announce that the general release of Ansible
2.7.1 is now available!
How do you get it?
----------------------------------------------------------------------
$ pip install ansible==2.7.1 --user
The tar.gz of the release can be found here:
https://releases.ansible.com/ansible/ansible-2.7.1.tar.gz
SHA256: e7953472347fcc6dca10839111b576a9f790e00056344f2dcf448e6c452fe939
What's new in 2.7.1?
----------------------------------------------------------------------
The 2.7.1 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#v2-7-1
What's the schedule for future 2.7 maintenance releases?
----------------------------------------------------------------------
Future 2.7 maintenance releases will occur approximately every 3 weeks.
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.1.
Thanks!
-Toshio Kuratomi (abadger1999)