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
b186f7b8
Commit
b186f7b8
authored
Apr 06, 2015
by
James Cammarata
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump for 1.9.1-0.1.rc1
parent
b8554568
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
15 additions
and
4 deletions
+15
-4
CHANGELOG.md
+10
-0
RELEASES.txt
+1
-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 @
b186f7b8
...
@@ -9,6 +9,16 @@ New Modules:
...
@@ -9,6 +9,16 @@ New Modules:
Other Notable Changes:
Other Notable Changes:
## 1.9.1 "Dancing In the Street" - TBD
*
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.
*
Added support for PostgreSQL 9.4 in rds_param_group
*
Several other minor fixes.
## 1.9 "Dancing In the Street" - Mar 25, 2015
## 1.9 "Dancing In the Street" - Mar 25, 2015
Major changes:
Major changes:
...
...
RELEASES.txt
View file @
b186f7b8
...
@@ -9,6 +9,7 @@ Active Development
...
@@ -9,6 +9,7 @@ Active Development
Released
Released
++++++++
++++++++
1.9.1 "Dancing In the Streets" TBD
1.9.0 "Dancing In the Streets" 03-25-2015
1.9.0 "Dancing In the Streets" 03-25-2015
1.8.4 "You Really Got Me" ---- 02-19-2015
1.8.4 "You Really Got Me" ---- 02-19-2015
1.8.3 "You Really Got Me" ---- 02-17-2015
1.8.3 "You Really Got Me" ---- 02-17-2015
...
...
VERSION
View file @
b186f7b8
1.9.
0.1
1
1.9.
1 0.1.rc
1
lib/ansible/__init__.py
View file @
b186f7b8
...
@@ -14,5 +14,5 @@
...
@@ -14,5 +14,5 @@
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
__version__
=
'1.9.
0.
1'
__version__
=
'1.9.1'
__author__
=
'Michael DeHaan'
__author__
=
'Michael DeHaan'
core
@
ca118c06
Subproject commit
1ec3024d9a7ae48b7c2f4ac05eacc4e240a274d1
Subproject commit
ca118c06eb71a8f16d91e0041c5c80742c8e2869
extras
@
01fe4149
Subproject commit
1e02e02fc5bc3704d24c659aba17e09f219b822d
Subproject commit
01fe4149df486832384aac289726fcfad3f1ccec
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