summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cammarata <jimi@sngx.net>2014-09-24 15:53:36 -0500
committerJames Cammarata <jimi@sngx.net>2014-09-24 15:53:36 -0500
commit86edd0381c8b330fd305b99c7996551d76701b39 (patch)
tree9ade55ddbced79db5a0bd9a0c12d862cf8fdacea
parentc4f1785217e0e000181df60847644b1d44163477 (diff)
downloadansible-86edd0381c8b330fd305b99c7996551d76701b39.tar.gz
Adding in docs updates for 1.7.2 release
-rw-r--r--CHANGELOG.md18
-rw-r--r--RELEASES.txt2
-rw-r--r--docsite/rst/index.rst2
-rw-r--r--packaging/debian/changelog12
-rw-r--r--packaging/rpm/ansible.spec6
5 files changed, 39 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 915993a06a..03564893b0 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 01d880dfa5..72323a146f 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 158f8bd1d8..8085c509fe 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 d8238612d6..168b519dbc 100644
--- a/packaging/debian/changelog
+++ b/packaging/debian/changelog
@@ -4,6 +4,18 @@ ansible (1.8) unstable; urgency=low
-- Michael DeHaan <michael@ansible.com> Wed, 21 Oct 2015 04:29:00 -0500
+ansible (1.7.2) unstable; urgency=low
+
+ * 1.7.2 release
+
+ -- Michael DeHaan <michael@ansible.com> Wed, 24 Sep 2014 15:00:00 -0500
+
+ansible (1.7.1) unstable; urgency=low
+
+ * 1.7.1 release
+
+ -- Michael DeHaan <michael@ansible.com> 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 3d1b82bb04..4483e7da5d 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 <michael@ansible.com> - 1.7.2
+- Release 1.7.2
+
+* Thu Aug 14 2014 Michael DeHaan <michael@ansible.com> - 1.7.1
+- Release 1.7.1
+
* Wed Aug 06 2014 Michael DeHaan <michael@ansible.com> - 1.7.0
- Release 1.7.0