[ansible-devel] Ansible 2.5.3 is available

2018-05-18 Thread mattdavi
Hi all- we're happy to announce that the general release of Ansible 2.5.3 is now available! How do you get it? -- $ pip install ansible==2.5.3 --user The tar.gz of the release can be found here:

[ansible-devel] Subject: Ansible 2.5.0 Alpha 1 is available

2018-02-01 Thread mattdavi
Hi all! We're happy to announce that Alpha 1 for 2.5.0 is now available. Note that while the core engine is feature complete, community module freeze is next week, so new modules and features will appear in the next pre-release. How do you get it?

[ansible-devel] Ansible 2.5.0 Release Candidate 1 is available

2018-02-22 Thread mattdavi
Hi all- we're happy to announce that Release Candidate 1 of Ansible 2.5.0 is now available! How do you get it? -- All Ansible pre-releases in the 2.5 series will be published to PyPI. This is probably the easiest way for

[ansible-devel] Ansible 2.5.8 is available

2018-08-16 Thread mattdavi
Hi all- we're happy to announce that the general release of Ansible 2.5.8 is now available! How do you get it? -- $ pip install ansible==2.5.8 --user The tar.gz of the release can be found here:

[ansible-devel] Ansible 2.5.9 is available

2018-09-10 Thread mattdavi
Hi all- we're happy to announce that the general release of Ansible 2.5.9 is now available! How do you get it? -- $ pip install ansible==2.5.9 --user The tar.gz of the release can be found here:

[ansible-devel] Ansible 2.5 Core is in FEATURE FREEZE

2018-01-23 Thread mattdavi
Greetings Ansible contributors! As of end-of-day January 22, 2018, Ansible 2.5 has entered core feature freeze in preparation for release. This means that the core engine and modules/plugins marked Core or Curated are considered "feature complete", and no new UI or features should be merged to

[ansible-devel] Ansible 2.5.0 Release Candidate 2 is available

2018-03-08 Thread mattdavi
Hi all- we're happy to announce that Release Candidate 2 of Ansible 2.5.0 is now available! How do you get it? -- All Ansible pre-releases in the 2.5 series will be published to PyPI. This is probably the easiest way for

[ansible-devel] Ansible 2.5.1 is available

2018-04-18 Thread mattdavi
Hi all- we're happy to announce that the general release of Ansible 2.5.1 is now available! How do you get it? -- $ pip install ansible==2.5.1 --user The tar.gz of the release can be found here:

[ansible-devel] Ansible 2.5.2 is available

2018-04-26 Thread mattdavi
Hi all- we're happy to announce that the general release of Ansible 2.5.2 is now available! This release was fast-tracked to fix a regression around setting facts inside loops that was hitting a large number of users. More details: https://github.com/ansible/ansible/issues/38271 How do you

[ansible-devel] Ansible 2.5.10 is available

2018-09-27 Thread mattdavi
Hi all- we're happy to announce that the general release of Ansible 2.5.10 is now available! How do you get it? -- $ pip install ansible==2.5.10 --user The tar.gz of the release can be found here:

[ansible-devel] Ansible 2.5.11 and 2.6.7 are available

2018-10-31 Thread mattdavi
Hi all, Ansible 2.5.11 and 2.6.7 were released today. These releases only fix reported security vulnerability CVE-2018-16837 (https://nvd.nist.gov/vuln/detail/CVE-2018-16837). The fix protects the user module from potentially disclosing the passphrase used for ssh-keygen when generating a new

[ansible-devel] Ansible 2.5.12, 2.6.9, and 2.7.3 are available

2018-11-29 Thread mattdavi
Hi all, Ansible 2.5.12, 2.6.9, and 2.7.3 were released today. These releases include a fix for a reported security vulnerability CVE-2018-16859 (https://nvd.nist.gov/vuln/detail/CVE-2018-16859), as well as other small bugfixes. Special thanks to community member Igor Turovsky for responsibly

[ansible-devel] Ansible 2.5.13, 2.6.10, and 2.7.4 are available

2018-11-30 Thread mattdavi
Hi all, Ansible 2.5.13, 2.6.10, and 2.7.4 were released today. These releases only include a fix for a packaging oversight that caused Windows targets to fail execution. The new releases are available via the usual installation methods on PyPI, https://releases.ansible.com/ansible/, and on