From 982bad78862029346577e805be9f33a73ef2ec84 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Fri, 15 May 2015 21:02:17 -0500 Subject: [PATCH] Version bump for release candidate 1.9.2-0.1.rc1 --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- lib/ansible/__init__.py | 2 +- lib/ansible/modules/core | 2 +- lib/ansible/modules/extras | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16178a8177a..64dd7da08b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ New Modules: Other Notable Changes: +## 1.9.2 "Dancing In the Street" - TBD + +* Fixed a bug in the service module where init scripts were being incorrectly used instead of upstart/systemd. +* Fixed a bug where sudo/su settings were not inherited from ansible.cfg correctly. +* Fixed a bug in the rds module where a traceback may occur due to an unbound variable. +* Fixed a bug where certain remote file systems where the SELinux context was not being properly set. + ## 1.9.1 "Dancing In the Street" - Apr 27, 2015 * Fixed a bug related to Kerberos auth when using winrm with a domain account. diff --git a/VERSION b/VERSION index f49a9d4b69c..60617c32e9d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.9.1 1 +1.9.2 0.1.rc1 diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py index 3196f4b36a8..3bf3c67d88c 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.9.1' +__version__ = '1.9.2' __author__ = 'Ansible, Inc.' diff --git a/lib/ansible/modules/core b/lib/ansible/modules/core index 97af895ea84..016ad8a1cb2 160000 --- a/lib/ansible/modules/core +++ b/lib/ansible/modules/core @@ -1 +1 @@ -Subproject commit 97af895ea84a66e13735aeded5b226eb7d0df139 +Subproject commit 016ad8a1cb29d54353d14503fc07c7f98c4cb853 diff --git a/lib/ansible/modules/extras b/lib/ansible/modules/extras index 62caf8806ac..86d9bbae523 160000 --- a/lib/ansible/modules/extras +++ b/lib/ansible/modules/extras @@ -1 +1 @@ -Subproject commit 62caf8806acb874cbeda0ef2f7261ea1d46748a1 +Subproject commit 86d9bbae523d42f26da3d54fb1b20565f241b657