Hi all, we're happy to announce that RC2 for 2.4.3.0 is now available for testing.
How do you get it? ---------------------------------------------------------------------- The tar.gz of the release can be found here: https://releases.ansible.com/ansible/ansible-2.4.3.0-0.5.rc2.tar.gz SHA256: 0890822fb3e7f99aa3746eb1fbe963aa2a7eed381fe1237b9d9a17b4fc22fc79 You can also test against the git repository as follows: $ git clone https://github.com/ansible/ansible.git $ cd ansible $ git checkout v2.4.3.0-0.5.rc2 You can then source our testing script: $ . hacking/env-setup or you can build your own .tar.gz (output will be dist/ansible-2.4.3.0.tar.gz): $ make sdist If you discover any errors, or if you see any regressions from playbooks which work on 2.4.2 and prior, please open a Github issue and be sure to mention you're testing against this release candidate. ---------------------------------------------------------------------- The notable changes in this rc are some improvements for speed and memory when using include_role and some butg fixes for the azure modules. If all goes well with testing of this, we should be releasing 2.4.3.0 final next week! Thanks, Toshio Kuratomi -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
