summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
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 /CHANGELOG.md
parentc4f1785217e0e000181df60847644b1d44163477 (diff)
downloadansible-86edd0381c8b330fd305b99c7996551d76701b39.tar.gz
Adding in docs updates for 1.7.2 release
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md18
1 files changed, 18 insertions, 0 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: