summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cammarata <jimi@sngx.net>2015-02-19 10:29:56 -0600
committerJames Cammarata <jimi@sngx.net>2015-02-19 10:29:56 -0600
commitebc8d48d34296fe010096f044e2b7591df37a622 (patch)
treea5adf6293e8046ced6d83298b579e553606afca8
parent5fa7f5b2eb2690b23660b461635f8817f892fdbb (diff)
downloadansible-release1.8.4.tar.gz
Version bump for release 1.8.4v1.8.4release1.8.4
-rw-r--r--CHANGELOG.md4
-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.spec3
6 files changed, 16 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 328f3d50b5..ef6c5c978b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
Ansible Changes By Release
==========================
+## 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>".
diff --git a/RELEASES.txt b/RELEASES.txt
index 178b82a5a0..a7d5953b7c 100644
--- a/RELEASES.txt
+++ b/RELEASES.txt
@@ -9,6 +9,7 @@ Active Development
Released
++++++++
+1.8.4 "You Really Got Me" ---- 02-19-2015
1.8.3 "You Really Got Me" ---- 02-17-2015
1.8.2 "You Really Got Me" ---- 12-04-2014
1.8.1 "You Really Got Me" ---- 11-26-2014
diff --git a/VERSION b/VERSION
index a7ee35a3ea..bfa363e76e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.8.3
+1.8.4
diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py
index 6c95af513d..7e74bb9344 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.8.3'
+__version__ = '1.8.4'
__author__ = 'Michael DeHaan'
diff --git a/packaging/debian/changelog b/packaging/debian/changelog
index d708255ca3..6efbb07a6c 100644
--- a/packaging/debian/changelog
+++ b/packaging/debian/changelog
@@ -1,3 +1,9 @@
+ansible (1.8.4) unstable; urgency=low
+
+ * 1.8.4
+
+ -- Ansible, Inc. <supoort@ansible.com> Thu, 19 Feb 2015 12:00:00 -0500
+
ansible (1.8.3) unstable; urgency=low
* 1.8.3
diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec
index 6fae45306d..8ae7286b63 100644
--- a/packaging/rpm/ansible.spec
+++ b/packaging/rpm/ansible.spec
@@ -110,6 +110,9 @@ rm -rf %{buildroot}
%changelog
+* Thu Feb 19 2015 Ansible, Inc. <support@ansible.com> - 1.8.4
+- Release 1.8.4
+
* Tue Feb 17 2015 Ansible, Inc. <support@ansible.com> - 1.8.3
- Release 1.8.3