diff --git a/CHANGELOG.md b/CHANGELOG.md index 915993a06aa..03564893b0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,6 +59,24 @@ Some other notable changes: And various other bug fixes and improvements ... +## 1.7.2 "Summer Nights" - Sep 24, 2014 + +- Fixes a bug in accelerate mode which caused a traceback when trying to use that connection method. +- Fixes a bug in vault where the password file option was not being used correctly internally. +- Improved multi-line parsing when using YAML literal blocks (using > or |). +- Fixed a bug with the file module and the creation of relative symlinks. +- Fixed a bug where checkmode was not being honored during the templating of files. +- Other various bug fixes. + +## 1.7.1 "Summer Nights" - Aug 14, 2014 + +- Security fix to disallow specifying 'args:' as a string, which could allow the insertion of extra module parameters through variables. +- Performance enhancements related to previous security fixes, which could cause slowness when modules returned very large JSON results. This specifically impacted the unarchive module frequently, which returns the details of all unarchived files in the result. +- Docker module bug fixes: + * Fixed support for specifying rw/ro bind modes for volumes + * Fixed support for allowing the tag in the image parameter +- Various other bug fixes + ## 1.7 "Summer Nights" - Aug 06, 2014 Major new features: diff --git a/RELEASES.txt b/RELEASES.txt index 01d880dfa55..72323a146f5 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -9,6 +9,8 @@ Active Development Released ++++++++ +1.7.2 "Summer Nights" -------- 09-24-2014 +1.7.1 "Summer Nights" -------- 08-14-2014 1.7 "Summer Nights" -------- 08-06-2014 1.6.10 "The Cradle Will Rock" - 07-25-2014 1.6.9 "The Cradle Will Rock" - 07-24-2014 diff --git a/docsite/rst/index.rst b/docsite/rst/index.rst index 158f8bd1d89..8085c509fec 100644 --- a/docsite/rst/index.rst +++ b/docsite/rst/index.rst @@ -16,7 +16,7 @@ We believe simplicity is relevant to all sizes of environments and design for bu Ansible manages machines in an agentless manner. There is never a question of how to upgrade remote daemons or the problem of not being able to manage systems because daemons are uninstalled. As OpenSSH is one of the most peer reviewed open source components, the security exposure of using the tool is greatly reduced. Ansible is decentralized -- it relies on your existing OS credentials to control access to remote machines; if needed it can easily connect with Kerberos, LDAP, and other centralized authentication management systems. -This documentation covers the current released version of Ansible (1.7.1) and also some development version features (1.8). For recent features, in each section, the version of Ansible where the feature is added is indicated. Ansible, Inc releases a new major release of Ansible approximately every 2 months. The core application evolves somewhat conservatively, valuing simplicity in language design and setup, while the community around new modules and plugins being developed and contributed moves very very quickly, typically adding 20 or so new modules in each release. +This documentation covers the current released version of Ansible (1.7.2) and also some development version features (1.8). For recent features, in each section, the version of Ansible where the feature is added is indicated. Ansible, Inc releases a new major release of Ansible approximately every 2 months. The core application evolves somewhat conservatively, valuing simplicity in language design and setup, while the community around new modules and plugins being developed and contributed moves very very quickly, typically adding 20 or so new modules in each release. .. _an_introduction: diff --git a/packaging/debian/changelog b/packaging/debian/changelog index d8238612d65..168b519dbc5 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -4,6 +4,18 @@ ansible (1.8) unstable; urgency=low -- Michael DeHaan Wed, 21 Oct 2015 04:29:00 -0500 +ansible (1.7.2) unstable; urgency=low + + * 1.7.2 release + + -- Michael DeHaan Wed, 24 Sep 2014 15:00:00 -0500 + +ansible (1.7.1) unstable; urgency=low + + * 1.7.1 release + + -- Michael DeHaan Thu, 14 Oct 2014 17:00:00 -0500 + ansible (1.7) unstable; urgency=low * 1.7.0 release diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec index 3d1b82bb049..4483e7da5d5 100644 --- a/packaging/rpm/ansible.spec +++ b/packaging/rpm/ansible.spec @@ -115,6 +115,12 @@ rm -rf %{buildroot} %changelog +* Wed Sep 24 2014 Michael DeHaan - 1.7.2 +- Release 1.7.2 + +* Thu Aug 14 2014 Michael DeHaan - 1.7.1 +- Release 1.7.1 + * Wed Aug 06 2014 Michael DeHaan - 1.7.0 - Release 1.7.0