Hi all, we're very happy to announce that RC2 for Ansible 2.1.5 and 2.2.2 are ready for testing!
These rc's include one fix for both 2.2.2 and 2.1.5, and two more fixes just for 2.2.2: * Fix azure_rm version checks (#22270) (both 2.2.2 and 2.1.5) * Fix for traceback when we encounter non-utf8 characters when using --diff * Ensure ssh hostkey checks respect server port (#20840) How do you get them? ---------------------------------------------------------------------- The tar.gz of the releases can be found here: http://releases.ansible.com/ansible/ansible-2.1.5.0-0.2.rc2.tar.gz SHA256: c904f1962c7114675eb252ddb48d2470a3e2363144d62614d5baaa64b58ea047 http://releases.ansible.com/ansible/ansible-2.2.2.0-0.2.rc2.tar.gz SHA256: 7638af3aaf761e36d42594936d66540e5cba8437a4ac920990af467d99cd3b1b 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/CAMFyvFipPAFcsp7t6h-COdBT9FYuyB7VGJJhjYx-5O0f%2B88Rcw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
