Hi all, we're happy to announce that RC3 for 2.4.3 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.6.rc3.tar.gz
SHA256: 48729ef5b3bdb9c65641c95be37b56555aeb8baceb1de3d7653c877bd6de1924

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.6.rc3

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.

----------------------------------------------------------------------

This release candidate fixes only a few more things than rc2 but we
deemed them blockers:

* A memory optimizations with include_role:
https://github.com/ansible/ansible/issues/31673
* A recursion issue with include_role:
https://github.com/ansible/ansible/issues/23609
* Misc changes to the Azure modules to account for new azure upstream API.
* A fix for timeout issues with python 3 in the ssh connection plugin:
https://github.com/ansible/ansible/issues/31673

Please test and report any bugs that we might want to list as blockers
as we're hoping that this will be the last release candidate before
2.4.3.0 final.

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 ansible-devel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to