We are happy to announce the availability of Ansible 2.3.0 RC4!

This release candidate fixes a few more last minute bugs, including a lot
of small fixes in networking and windows modules.

* Using "runas" as a become method is marked as "experimental", due to some
caveats.
* Fixed a bug in handler notifications which lead to handlers being run
multiple times in some situations.
* Re-added proxysql modules, which had been added well before the module
cut-off but removed due to some CI issues.

This should hopefully be the last RC before the final 2.3.0 release, so
please be sure to test things out and report any bugs ASAP!

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

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

http://releases.ansible.com/ansible/ansible-2.3.0.0-0.4.rc4.tar.gz
SHA256: e5e5e76726a8335aef3ba4b569b80fe2be9614485866056b49abaa82fd5c2d98

You can also test against the git repository as follows:

$ git clone https://github.com/ansible/ansible.git
$ cd ansible
$ git checkout <tagged version>
$ git submodule update --init

You can then source our testing script:

$ . hacking/env-setup

or you can build your own .tar.gz (output will be in the dist/ directory):

$ make sdist

If you discover any errors, or if you see any regressions from playbooks
which work on 1.9.x and prior, please open a Github issue and be sure to
mention you're testing against this release candidate.

Thanks!

James Cammarata

Ansible Lead/Sr. Principal Software Engineer
Ansible by Red Hat
twitter: @thejimic, github: jimi-c

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CAMFyvFjy4MYRb%2BEXuekXcpLNCRLVkXMq1hBkBmcG6a7TJp8eSQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to