diff options
author | Gerard Lynch <gerard@halberom.co.uk> | 2015-02-23 23:20:33 +0100 |
---|---|---|
committer | Gerard Lynch <gerard@halberom.co.uk> | 2015-02-23 23:20:33 +0100 |
commit | 5b1d51c2bf016ff3a66cc4655c8e5c40af120dca (patch) | |
tree | 9ad539b03bbe29e277d7633984f6d5a748f4bc63 /CHANGELOG.md | |
parent | Merge pull request #10316 from whereismyjetpack/winrm_https (diff) | |
download | ansible-5b1d51c2bf016ff3a66cc4655c8e5c40af120dca.tar.xz ansible-5b1d51c2bf016ff3a66cc4655c8e5c40af120dca.zip |
updated changelog with 1.8.2-4 content, added .gitattributes
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a28749a619..edebe0739a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,23 @@ in progress, details pending * Optimize the plugin loader to cache available plugins much more efficiently. For some use cases this can lead to dramatic improvements in startup time. +## 1.8.4 "You Really Got Me" - Feb 19, 2015 + +* Fixed regressions in ec2 and mount modules, introduced in 1.8.3 + +## 1.8.3 "You Really Got Me" - Feb 17, 2015 + +* Fixing a security bug related to the default permissions set on a tempoary file created when using "ansible-vault view <filename>". +* Many bug fixes, for both core code and core modules. + +## 1.8.2 "You Really Got Me" - Dec 04, 2014 + +* Various bug fixes for packaging issues related to modules. +* Various bug fixes for lookup plugins. +* Various bug fixes for some modules (continued cleanup of postgresql issues, etc.). + +* Add a clone parameter to git module that allows you to get information about a remote repo even if it doesn't exist locally. + ## 1.8.1 "You Really Got Me" - Nov 26, 2014 * Various bug fixes in postgresql and mysql modules. |