summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cammarata <jimi@sngx.net>2017-01-16 09:58:29 -0600
committerJames Cammarata <jimi@sngx.net>2017-01-16 09:58:29 -0600
commit71c8ab6ce8e97b9f8ac84e2cf6bfa7a58b44bb94 (patch)
tree047cbc6729c624e6716eae82c2de831d7d8697d0
parent8bbb2b36917423fa273877c15903f720a110ecf3 (diff)
downloadansible-71c8ab6ce8e97b9f8ac84e2cf6bfa7a58b44bb94.tar.gz
Updating CHANGELOG
-rw-r--r--CHANGELOG.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 503d43dc43..7794db0a61 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,13 @@
Ansible Changes By Release
==========================
-## 2.1.3 "The Song Remains the Same" - TBD
+## 2.1.4 "The Song Remains the Same" - 01-16-2017
+
+* Security fix for CVE-2016-9587 - An attacker with control over a client system being managed by Ansible and the ability to send facts back to the Ansible server could use this flaw to execute arbitrary code on the Ansible server as the user and group Ansible is running as.
+* Fixed a bug with conditionals in loops, where undefined variables and other errors will defer raising the error until the conditional has been evaluated.
+* Added a version check for jinja2-2.9, which does not fully work with Ansible currently.
+
+## 2.1.3 "The Song Remains the Same" - 11-04-2016
* Security fix for CVE-2016-8628 - Command injection by compromised server via fact variables. In some situations, facts returned by modules could overwrite connection-based facts or some other special variables, leading to injected commands running on the Ansible controller as the user running Ansible (or via escalated permissions).
* Security fix for CVE-2016-8614 - apt_key module not properly validating keys in some situations.