summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cammarata <jimi@sngx.net>2015-02-17 15:07:21 -0600
committerJames Cammarata <jimi@sngx.net>2015-02-17 15:19:08 -0600
commit37e44bbc14ec1d260ffdbffd2dec9c86b8e0a3e4 (patch)
treee55cd4ce2909fe564e0ae7f7711df91a389049e8
parentcdd1cf5901ab7716e3c6a211ba5856d00e4defef (diff)
downloadansible-37e44bbc14ec1d260ffdbffd2dec9c86b8e0a3e4.tar.gz
Version bump for release 1.8.3
-rw-r--r--CHANGELOG.md5
-rw-r--r--RELEASES.txt1
-rw-r--r--VERSION2
-rw-r--r--lib/ansible/__init__.py2
m---------lib/ansible/modules/core0
m---------lib/ansible/modules/extras6
-rw-r--r--packaging/debian/changelog6
-rw-r--r--packaging/rpm/ansible.spec3
8 files changed, 17 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 19d199452c..328f3d50b5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
Ansible Changes By Release
==========================
+## 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.
diff --git a/RELEASES.txt b/RELEASES.txt
index 80c56774a7..178b82a5a0 100644
--- a/RELEASES.txt
+++ b/RELEASES.txt
@@ -9,6 +9,7 @@ Active Development
Released
++++++++
+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
1.8 "You Really Got Me" ---- 11-25-2014
diff --git a/VERSION b/VERSION
index 53adb84c82..a7ee35a3ea 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.8.2
+1.8.3
diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py
index 19adb8f28b..6c95af513d 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.2'
+__version__ = '1.8.3'
__author__ = 'Michael DeHaan'
diff --git a/lib/ansible/modules/core b/lib/ansible/modules/core
-Subproject 54ee8aa8e8b5f03b1b81642c0087ce6b8e68686
+Subproject 6bed6e6bbb56d0a7260c189183590d246885373
diff --git a/lib/ansible/modules/extras b/lib/ansible/modules/extras
-Subproject c60441fddd7433c9d258b3837be1669f4d73e72
+Subproject 7b4f8c3ef958e7e4e2acf77197526b80702ce90
diff --git a/packaging/debian/changelog b/packaging/debian/changelog
index ff0fc26c32..d708255ca3 100644
--- a/packaging/debian/changelog
+++ b/packaging/debian/changelog
@@ -1,3 +1,9 @@
+ansible (1.8.3) unstable; urgency=low
+
+ * 1.8.3
+
+ -- Ansible, Inc. <supoort@ansible.com> Tue, 17 Feb 2015 16:00:00 -0500
+
ansible (1.8.2) unstable; urgency=low
* 1.8.2
diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec
index d560cc5d4e..6fae45306d 100644
--- a/packaging/rpm/ansible.spec
+++ b/packaging/rpm/ansible.spec
@@ -110,6 +110,9 @@ rm -rf %{buildroot}
%changelog
+* Tue Feb 17 2015 Ansible, Inc. <support@ansible.com> - 1.8.3
+- Release 1.8.3
+
* Thu Dec 04 2014 Michael DeHaan <michael@ansible.com> - 1.8.2
- Release 1.8.2