Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
982bad78
Commit
982bad78
authored
May 15, 2015
by
James Cammarata
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump for release candidate 1.9.2-0.1.rc1
parent
127a669a
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
4 deletions
+11
-4
CHANGELOG.md
+7
-0
VERSION
+1
-1
lib/ansible/__init__.py
+1
-1
lib/ansible/modules/core
+1
-1
lib/ansible/modules/extras
+1
-1
No files found.
CHANGELOG.md
View file @
982bad78
...
...
@@ -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.
...
...
VERSION
View file @
982bad78
1.9.
1
1
1.9.
2 0.1.rc
1
lib/ansible/__init__.py
View file @
982bad78
...
...
@@ -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.'
core
@
016ad8a1
Subproject commit
97af895ea84a66e13735aeded5b226eb7d0df139
Subproject commit
016ad8a1cb29d54353d14503fc07c7f98c4cb853
extras
@
86d9bbae
Subproject commit
62caf8806acb874cbeda0ef2f7261ea1d46748a1
Subproject commit
86d9bbae523d42f26da3d54fb1b20565f241b657
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment