Hi all -- we're happy to announce that Ansible 2.7.0 beta1 is now available!


How do you get it?
----------------------------------------------------------------------

All Ansible pre-releases in the 2.7 series will be published to PyPI.
This is probably the easiest way for most users to install:

$ pip install ansible==2.7.0b1 --user --pre


The tar.gz of the release can be found here:

https://releases.ansible.com/ansible/ansible-2.7.0b1.tar.gz
SHA256: 283e12476f75e8227cbe37adf3b3b13d5d57d169261673fb2e2811d3cc3809c3

You can also test against the git repository as follows:

$ git clone https://github.com/ansible/ansible.git
$ cd ansible
$ git checkout v2.7.0b1


You can then source our testing script:

$ . hacking/env-setup

or you can build your own .tar.gz (output will be dist/ansible-2.7.0b1.tar.gz):

$ make sdist


Weekly pre-release builds are planned through release; all will be
available via PyPI, releases.ansible.com, and GitHub.


The release schedule for 2.7 is published along with the roadmap at
https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_7.html


Finally, we've published a draft porting guide at
https://docs.ansible.com/ansible/devel/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 testing
against 2.7.0b1.


Thanks!

Toshio Kuratomi (abadger1999)
Ansible Core Engineering / 2.7 Release Manager

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to