diff --git a/CHANGELOG.md b/CHANGELOG.md index 19d199452c9..328f3d50b57 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 ". +* 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 80c56774a7d..178b82a5a0a 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 53adb84c822..a7ee35a3ea7 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 19adb8f28ba..6c95af513d4 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 . -__version__ = '1.8.2' +__version__ = '1.8.3' __author__ = 'Michael DeHaan' diff --git a/lib/ansible/modules/core b/lib/ansible/modules/core index 54ee8aa8e8b..6bed6e6bbb5 160000 --- a/lib/ansible/modules/core +++ b/lib/ansible/modules/core @@ -1 +1 @@ -Subproject commit 54ee8aa8e8b5f03b1b81642c0087ce6b8e68686f +Subproject commit 6bed6e6bbb56d0a7260c189183590d246885373a diff --git a/lib/ansible/modules/extras b/lib/ansible/modules/extras index c60441fddd7..7b4f8c3ef95 160000 --- a/lib/ansible/modules/extras +++ b/lib/ansible/modules/extras @@ -1 +1 @@ -Subproject commit c60441fddd7433c9d258b3837be1669f4d73e725 +Subproject commit 7b4f8c3ef958e7e4e2acf77197526b80702ce90a diff --git a/packaging/debian/changelog b/packaging/debian/changelog index ff0fc26c329..d708255ca3e 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. 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 d560cc5d4eb..6fae45306dd 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. - 1.8.3 +- Release 1.8.3 + * Thu Dec 04 2014 Michael DeHaan - 1.8.2 - Release 1.8.2