diff options
author | James Cammarata <jimi@sngx.net> | 2015-05-15 21:02:17 -0500 |
---|---|---|
committer | James Cammarata <jimi@sngx.net> | 2015-05-15 21:02:17 -0500 |
commit | 982bad78862029346577e805be9f33a73ef2ec84 (patch) | |
tree | b73dfa1352192449e54c6789ff0351af9b7b6b73 | |
parent | 127a669a23446f0cb43d2f8d1df3a2cca24ff2ce (diff) | |
download | ansible-982bad78862029346577e805be9f33a73ef2ec84.tar.gz |
Version bump for release candidate 1.9.2-0.1.rc1v1.9.2-0.1.rc1
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | lib/ansible/__init__.py | 2 | ||||
m--------- | lib/ansible/modules/core | 0 | ||||
m--------- | lib/ansible/modules/extras | 0 |
5 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 16178a8177..64dd7da08b 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. @@ -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 3196f4b36a..3bf3c67d88 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.9.1' +__version__ = '1.9.2' __author__ = 'Ansible, Inc.' diff --git a/lib/ansible/modules/core b/lib/ansible/modules/core -Subproject 97af895ea84a66e13735aeded5b226eb7d0df13 +Subproject 016ad8a1cb29d54353d14503fc07c7f98c4cb85 diff --git a/lib/ansible/modules/extras b/lib/ansible/modules/extras -Subproject 62caf8806acb874cbeda0ef2f7261ea1d46748a +Subproject 86d9bbae523d42f26da3d54fb1b20565f241b65 |