Hi all, we're happy to announce that Ansible 2.3.2 RC1 is available for
testing.

This release fixes quite a few bugs since the 2.3.1 release, some of which
are:

* Re-enabled non-pipelined mode for winrm/powershell as a work-around for
connection plugins that don't support pipelining.
* Fixed a bug in which facts were not always properly delegated.
* Fixed a bug where child roles were incorrectly included in the dependency
chain when include_role was used.
* Fixed a bug where any_errors_fatal was not properly used when configured
at the play level.
* Fixed a bug where low disk space on the remote system could cause module
execution to fail.
* Directories in /etc/skel will get users ownership when home dir is
created.
* Lots of docker-related module fixes:
  - Fixed #21464 - docker_network: TypeError with existing network.
  - Fixed #22530 - docker_network Failed but Overlay network created
successfully on Docker swarm mode.
  - Properly handle Docker image comparison for published_ports defined as
IP::PORT.
  - Fixed bug where Docker does not output Status after pull anymore.
  - Fixed bug where docker_container with empty links list always restarts.
* Some PY3 bug fixes.

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

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

http://releases.ansible.com/ansible/ansible-2.3.2.0-0.1.rc1.tar.gz
SHA256: ac01644792a545d65fa3b46b356d1ba8b1ef1589a3a5c7811d1e7dd73cad3833

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 ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CAMFyvFgu6QAdRFssTVHb6SALR8%3D2H2mcpdEr0ZJRx%2BWsTrp%2BkQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to