Version bump for release 1.8.1

This commit is contained in:
James Cammarata 2014-11-26 21:35:53 -06:00
parent 5b3c82f4ba
commit 6598c83b02
8 changed files with 22 additions and 5 deletions

View file

@ -1,7 +1,14 @@
Ansible Changes By Release
==========================
## 1.8 "You Really Got Me" - Active Development
## 1.8.1 "You Really Got Me" - Nov 26, 2014
* Various bug fixes in postgresql and mysql modules.
* Fixed a bug related to lookup plugins used within roles not finding files based on the relative paths to the roles files/ directory.
* Fixed a bug related to vars specified in plays being templated too early, resulting in incorrect variable interpolation.
* Fixed a bug related to git submodules in bare repos.
## 1.8 "You Really Got Me" - Nov 25, 2014
Major changes:

View file

@ -9,6 +9,7 @@ Active Development
Released
++++++++
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
1.7.1 "Summer Nights" -------- 08-14-2014

View file

@ -1 +1 @@
1.8
1.8.1

View file

@ -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'
__version__ = '1.8.1'
__author__ = 'Michael DeHaan'

@ -1 +1 @@
Subproject commit 922a2ebb7a965679a540b1a3e5f0f5254efd52e7
Subproject commit dd4095137a00b1ddec1de5fe21495a28be0b9f03

@ -1 +1 @@
Subproject commit ca94781d5c29f78f6a380a024821ba8360b67b78
Subproject commit cf54dc46b49adfccf377d646727d922cf7c7d659

View file

@ -1,3 +1,9 @@
ansible (1.8.1) unstable; urgency=low
* 1.8.1
-- Michael DeHaan <michael@ansible.com> Wed, 26 Nov 2014 23:00:00 -0500
ansible (1.8.0) unstable; urgency=low
* 1.8.0

View file

@ -110,6 +110,9 @@ rm -rf %{buildroot}
%changelog
* Wed Nov 26 2014 Michael DeHaan <michael@ansible.com> - 1.8.1
- Release 1.8.1
* Tue Nov 25 2014 Michael DeHaan <michael@ansible.com> - 1.8.0
- Release 1.8.0