summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cammarata <jimi@sngx.net>2014-04-01 16:22:23 -0500
committerJames Cammarata <jimi@sngx.net>2014-04-01 16:22:23 -0500
commitf1f63829ef89d47f6213d704ee23c8095a5fc02f (patch)
tree941fc961be7743f67987687752f4c7fa402aa1f7
parent12b12bba925713eff48c70f4c52b087be226b9ee (diff)
downloadansible-release1.5.4.tar.gz
Version bump for 1.5.4 releasev1.5.4release1.5.4
-rw-r--r--CHANGELOG.md5
-rw-r--r--RELEASES.txt1
-rw-r--r--VERSION2
-rw-r--r--lib/ansible/__init__.py2
-rw-r--r--packaging/debian/changelog6
-rw-r--r--packaging/rpm/ansible.spec5
6 files changed, 18 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0b68c07e88..2c29d4ba35 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
Ansible Changes By Release
==========================
+## 1.5.4 "Love Walks In" - April 1, 2014
+
+- Security fix for safe_eval, which further hardens the checking of the evaluation function.
+- Changing order of variable precendence for system facts, to ensure that inventory variables take precedence over any facts that may be set on a host.
+
## 1.5.3 "Love Walks In" - March 13, 2014
- Fix validate_certs and run_command errors from previous release
diff --git a/RELEASES.txt b/RELEASES.txt
index fdd2a384a2..308a84e743 100644
--- a/RELEASES.txt
+++ b/RELEASES.txt
@@ -2,6 +2,7 @@ Ansible Releases at a Glance
============================
1.6 "The Cradle Will Rock" - NEXT
+1.5.4 "Love Walks In" -------- 04-01-2014
1.5.3 "Love Walks In" -------- 03-13-2014
1.5.2 "Love Walks In" -------- 03-11-2014
1.5.1 "Love Walks In" -------- 03-10-2014
diff --git a/VERSION b/VERSION
index 8af85beb51..94fe62c274 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.5.3
+1.5.4
diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py
index e60f98f580..3bc42d9b9f 100644
--- a/lib/ansible/__init__.py
+++ b/lib/ansible/__init__.py
@@ -14,5 +14,5 @@
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
-__version__ = '1.5.3'
+__version__ = '1.5.4'
__author__ = 'Michael DeHaan'
diff --git a/packaging/debian/changelog b/packaging/debian/changelog
index 9fab40b6d5..36a2776d09 100644
--- a/packaging/debian/changelog
+++ b/packaging/debian/changelog
@@ -1,3 +1,9 @@
+ansible (1.5.4) unstable; urgency=low
+
+ * 1.5.4 release
+
+ -- Michael DeHaan <michael@ansible.com> Tue, 01 April 2014 08:46:00 -0500
+
ansible (1.5.3) unstable; urgency=low
* 1.5.3 release
diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec
index ca7c524d24..c96e76532f 100644
--- a/packaging/rpm/ansible.spec
+++ b/packaging/rpm/ansible.spec
@@ -5,7 +5,7 @@
%endif
Name: %{name}
-Version: 1.5.2
+Version: 1.5.4
Release: 1%{?dist}
Url: http://www.ansible.com
Summary: SSH-based application deployment, configuration management, and IT orchestration platform
@@ -102,6 +102,9 @@ rm -rf %{buildroot}
%changelog
+* Tue Apr 01 2014 Michael DeHaan <michael@ansible.com> - 1.5.4
+- Release 1.5.4
+
* Thu Mar 13 2014 Michael DeHaan <michael@ansible.com> - 1.5.3
- Release 1.5.3