From d2a130971ac6058c9467821d4fe10ce5d81cd855 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Tue, 22 Jul 2014 17:26:15 -0500 Subject: [PATCH] Backporting CHANGELOG/RELEASES and packaging updates for 1.6.7-8 releases --- CHANGELOG.md | 12 ++++++++++++ RELEASES.txt | 2 ++ packaging/debian/changelog | 14 +++++++++++++- packaging/rpm/ansible.spec | 6 ++++++ 4 files changed, 33 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c3d19a2888..2c6c4d864cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,18 @@ Other notable changes: * Inventory speed improvements for very large inventories. * Vault password files can now be executable, to support scripts that fetch the vault password. +## 1.6.8 "And the Cradle Will Rock" - Jul 22, 2014 + +- Corrects a regression in the way shell and command parameters were being parsed + +## 1.6.7 "And the Cradle Will Rock" - Jul 21, 2014 + +- Security fixes: + * Strip lookup calls out of inventory variables and clean unsafe data + returned from lookup plugins (CVE-2014-4966) + * Make sure vars don't insert extra parameters into module args and prevent + duplicate params from superseding previous params (CVE-2014-4967) + ## 1.6.6 "And the Cradle Will Rock" - Jul 01, 2014 - Security updates to further protect against the incorrect execution of untrusted data diff --git a/RELEASES.txt b/RELEASES.txt index a16ee3a3c9d..040694a6bf2 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -6,6 +6,8 @@ Active Development 1.7 "Summer Nights" -------- SUMMER 2014 +1.6.8 "The Cradle Will Rock" - 07-22-2014 +1.6.7 "The Cradle Will Rock" - 07-21-2014 1.6.6 "The Cradle Will Rock" - 07-01-2014 1.6.5 "The Cradle Will Rock" - 06-25-2014 1.6.4 "The Cradle Will Rock" - 06-25-2014 diff --git a/packaging/debian/changelog b/packaging/debian/changelog index ebc4f479ea0..61067d48287 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -2,7 +2,19 @@ ansible (1.7) unstable; urgency=low * 1.7 release (PENDING) - -- Michael DeHaan Wed, 07 May 2014 15:00:03 -0500 + -- Michael DeHaan Wed, 07 May 2014 15:00:03 -0500 + +ansible (1.6.8) unstable; urgency=low + + * 1.6.8 release + + -- Michael DeHaan Tue, 22 Jul 2014 17:30:00 -0500 + +ansible (1.6.7) unstable; urgency=low + + * 1.6.7 release + + -- Michael DeHaan Mon, 21 Jul 2014 12:30:00 -0500 ansible (1.6.6) unstable; urgency=low diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec index afde448aafd..c0b9bfe23cd 100644 --- a/packaging/rpm/ansible.spec +++ b/packaging/rpm/ansible.spec @@ -115,6 +115,12 @@ rm -rf %{buildroot} %changelog +* Tue Jul 22 2014 Michael DeHaan - 1.6.8 +- Release 1.6.8 + +* Mon Jul 21 2014 Michael DeHaan - 1.6.7 +- Release 1.6.7 + * Tue Jul 01 2014 Michael DeHaan - 1.6.6 - Release 1.6.6