Hi all, Ansible 1.9.5 RC1 is available for testing.

This release to the 1.9.x series addresses several critical bugs for those
who are unable to update to Ansible 2.0. The fixes included are:

* Compatibility fix with docker 1.8.
* Fix a bug with the crypttab module omitting certain characters from the
name of the device
* Fix bug with uri module not handling all binary files
* Fix bug with ini_file not removing options set to an empty string
* Fix bug with script and raw modules not honoring parameters passed via
yaml dict syntax
* Fix bug with plugin loading finding the wrong modules because the suffix
checking was not ordered
* Fix bug in the literal_eval module code used when we need python-2.4
compat
* Added --ignore-certs, -c option to ansible-galaxy. Allows ansible-galaxy
to work behind a proxy
  when the proxy fails to forward server certificates.
* Fixed bug where tasks marked no_log were showing hidden values in output
if
  ansible's --diff option was used.
* Fix bug with non-english locales in git and apt modules
* Compatibility fix for using state=absent with the pip ansible module and
pip-6.1.0+
* Backported support for ansible_winrm_server_cert_validation flag to
disable cert validation on Python 2.7.9+ (and support for other passthru
args to pywinrm transport).
* Backported various updates to user module (prevent accidental OS X group
membership removals, various checkmode fixes).

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

You can also test this release candidate by cloning the Ansible Github repo
as follows:

$ git clone https://github.com/ansible/ansible.git
$ cd ansible
$ git checkout v1.9.5-0.1.rc1
$ 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
dist/ansible-1.9.5.tar.gz):

$ make sdist

You can then use pip to install the above .tar.gz.

If you discover any errors, 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/CAMFyvFi5hGMYAjrvdSj4By0SvwfrCOFOE1Ba%2BHGcRZPaGBg1Eg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to