From b47d1d7e697bbc2346d128d7d1857e53b80a9eb9 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Mon, 27 Apr 2015 16:13:52 -0500 Subject: Version bump for release 1.9.1-1 --- CHANGELOG.md | 4 +++- RELEASES.txt | 2 +- VERSION | 2 +- lib/ansible/modules/core | 2 +- lib/ansible/modules/extras | 2 +- packaging/debian/changelog | 6 ++++++ packaging/rpm/ansible.spec | 3 +++ 7 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0867eea74d..16178a8177 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,13 +9,15 @@ New Modules: Other Notable Changes: -## 1.9.1 "Dancing In the Street" - TBD +## 1.9.1 "Dancing In the Street" - Apr 27, 2015 +* Fixed a bug related to Kerberos auth when using winrm with a domain account. * Fixing several bugs in the s3 module. * Fixed a bug with upstart service detection in the service module. * Fixed several bugs with the user module when used on OSX. * Fixed unicode handling in some module situations (assert and shell/command execution). * Fixed a bug in redhat_subscription when using the activationkey parameter. +* Fixed a traceback in the gce module on EL6 distros when multiple pycrypto installations are available. * Added support for PostgreSQL 9.4 in rds_param_group * Several other minor fixes. diff --git a/RELEASES.txt b/RELEASES.txt index 389f732303..37bc7d7d17 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -9,7 +9,7 @@ Active Development Released ++++++++ -1.9.1 "Dancing In the Streets" TBD +1.9.1 "Dancing In the Streets" 04-27-2015 1.9.0 "Dancing In the Streets" 03-25-2015 1.8.4 "You Really Got Me" ---- 02-19-2015 1.8.3 "You Really Got Me" ---- 02-17-2015 diff --git a/VERSION b/VERSION index 00ecebeaa1..f49a9d4b69 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.9.1 0.4.rc4 +1.9.1 1 diff --git a/lib/ansible/modules/core b/lib/ansible/modules/core index d0b95a4b9e..e84392b14b 160000 --- a/lib/ansible/modules/core +++ b/lib/ansible/modules/core @@ -1 +1 @@ -Subproject commit d0b95a4b9e716bc6bb5ff6e04962f716be1d10e9 +Subproject commit e84392b14be1e9eabfbfc6c40484c9d494f480db diff --git a/lib/ansible/modules/extras b/lib/ansible/modules/extras index c11f901389..62caf8806a 160000 --- a/lib/ansible/modules/extras +++ b/lib/ansible/modules/extras @@ -1 +1 @@ -Subproject commit c11f9013895a7e19d61b093b213c1a371a18b722 +Subproject commit 62caf8806acb874cbeda0ef2f7261ea1d46748a1 diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 34708e14dc..311da7fda7 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -4,6 +4,12 @@ ansible (%VERSION%-%RELEASE%~%DIST%) %DIST%; urgency=low -- Ansible, Inc. %DATE% +ansible (1.9.1) unstable; urgency=low + + * 1.9.1 + + -- Ansible, Inc. Mon, 27 Apr 2015 17:00:00 -0500 + ansible (1.9.0.1) unstable; urgency=low * 1.9.0.1 diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec index 61f27d47c4..0db807c64d 100644 --- a/packaging/rpm/ansible.spec +++ b/packaging/rpm/ansible.spec @@ -111,6 +111,9 @@ rm -rf %{buildroot} %changelog +* Mon Apr 27 2015 Ansible, Inc. - 1.9.1 +- Release 1.9.1 + * Wed Mar 25 2015 Ansible, Inc. - 1.9.0 - Release 1.9.0 -- cgit v1.2.1