summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cammarata <jimi@sngx.net>2014-12-04 16:17:10 -0600
committerJames Cammarata <jimi@sngx.net>2014-12-04 17:08:36 -0600
commit6f568bd649efecae3e4f832a82ee7015b67ba7ff (patch)
treeac85ccf9046e321cdf13a6f408f0a39904c8afbb
parent1545c73d270da87c47f2f706cf1b1f18af0281e9 (diff)
downloadansible-6f568bd649efecae3e4f832a82ee7015b67ba7ff.tar.gz
Version bump for release 1.8.2v1.8.2
-rw-r--r--CHANGELOG.md6
-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/extras10
-rw-r--r--packaging/debian/changelog6
-rw-r--r--packaging/rpm/ansible.spec3
8 files changed, 23 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7d09618692..ee03fb3427 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
Ansible Changes By Release
==========================
+## 1.8.2 "You Really Got Me" - Dec 04, 2014
+
+* Various bug fixes for packaging issues related to modules.
+* Various bug fixes for lookup plugins.
+* Various bug fixes for some modules (continued cleanup of postgresql issues, etc.).
+
## 1.8.1 "You Really Got Me" - Nov 26, 2014
* Various bug fixes in postgresql and mysql modules.
diff --git a/RELEASES.txt b/RELEASES.txt
index 0dcf706d7a..80c56774a7 100644
--- a/RELEASES.txt
+++ b/RELEASES.txt
@@ -9,6 +9,7 @@ Active Development
Released
++++++++
+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
1.7.2 "Summer Nights" -------- 09-24-2014
diff --git a/VERSION b/VERSION
index a8fdfda1c7..53adb84c82 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.8.1
+1.8.2
diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py
index c9c5f4cfb0..19adb8f28b 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.1'
+__version__ = '1.8.2'
__author__ = 'Michael DeHaan'
diff --git a/lib/ansible/modules/core b/lib/ansible/modules/core
-Subproject dd4095137a00b1ddec1de5fe21495a28be0b9f0
+Subproject 54ee8aa8e8b5f03b1b81642c0087ce6b8e68686
diff --git a/lib/ansible/modules/extras b/lib/ansible/modules/extras
-Subproject cf54dc46b49adfccf377d646727d922cf7c7d65
+Subproject c60441fddd7433c9d258b3837be1669f4d73e72
diff --git a/packaging/debian/changelog b/packaging/debian/changelog
index 3573628797..ff0fc26c32 100644
--- a/packaging/debian/changelog
+++ b/packaging/debian/changelog
@@ -1,3 +1,9 @@
+ansible (1.8.2) unstable; urgency=low
+
+ * 1.8.2
+
+ -- Michael DeHaan <michael@ansible.com> Thu, 04 Dec 2014 17:00:00 -0500
+
ansible (1.8.1) unstable; urgency=low
* 1.8.1
diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec
index 1eb8f1d224..d560cc5d4e 100644
--- a/packaging/rpm/ansible.spec
+++ b/packaging/rpm/ansible.spec
@@ -110,6 +110,9 @@ rm -rf %{buildroot}
%changelog
+* Thu Dec 04 2014 Michael DeHaan <michael@ansible.com> - 1.8.2
+- Release 1.8.2
+
* Wed Nov 26 2014 Michael DeHaan <michael@ansible.com> - 1.8.1
- Release 1.8.1