Hi all- we're happy to announce that the general release of Ansible 2.7.15,
2.8.7, and 2.9.1 are now available!
How do you get it?
------------------
$ pip install ansible==2.7.15 --user
or
$ pip install ansible==2.8.7 --user
or
$ pip install ansible==2.9.1 --user
The tar.gz of the releases can be found here:
* 2.7.15
SHA256: 99bf683d069b3f73704182ece95b6618ae2090594a66e146f4d286c0cac858ce
* 2.8.7
SHA256: 828239ca2b4d92865a00ab415caa932700f7c93f3e4838ddd55614ddf104c947
* 2.9.1
SHA256: d87cb25df02284d59226ff1d935d7075a175f31d0db83564c2f1ca28bbbd4cb4
What's new in 2.7.15, 2.8.7, and 2.9.1
--------------------------------------
These releases are maintenance releases containing numerous bugfixes, including a
fix for CVE-2019-14864 (issue with Splunk and Sumologic callback plugins). The
full changelogs are at:
* 2.7.15
* 2.8.7
* 2.9.1
What's the schedule for future maintenance releases?
----------------------------------------------------
Future 2.9 series maintenance releases will occur approximately every 3 weeks, so
the next one can be expected around 2019-12-05. 2.8 is in critical bugfix only
mode, and 2.7 is in security bugfix only mode, so future releases for those will
be as needed.
Porting Help
------------
We've published a porting guide at
help migrate your content to 2.9.
If you discover any errors or if any of your working playbooks break when you
upgrade to 2.9.1, please use the following link to report the regression:
In your issue, be sure to mention the Ansible version that works and the one
that doesn't.
Thanks!
-Matt Davis