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
d4e11c5c
Commit
d4e11c5c
authored
May 07, 2014
by
James Cammarata
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump for 1.6.1 release
parent
08f4984d
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
21 additions
and
4 deletions
+21
-4
CHANGELOG.md
+8
-1
RELEASES.txt
+1
-0
VERSION
+1
-1
lib/ansible/__init__.py
+1
-1
packaging/debian/changelog
+6
-0
packaging/rpm/ansible.spec
+4
-1
No files found.
CHANGELOG.md
View file @
d4e11c5c
Ansible Changes By Release
==========================
## 1.6 "And the Cradle Will Rock"
## 1.6.1 "And the Cradle Will Rock" - May 7, 2014
-
Fixed a bug in group_by, where systems were being grouped incorrectly.
-
Fixed a bug where file descriptors may leak to a child process when using accelerate.
-
Fixed a bug in apt_repository triggered when python-apt not being installed/available.
-
Fixed a bug in the apache2_module module, where modules were not being disabled correctly.
## 1.6 "And the Cradle Will Rock" - May 5, 2014
Major features/changes:
...
...
RELEASES.txt
View file @
d4e11c5c
...
...
@@ -6,6 +6,7 @@ Active Development
1.7 "Summer Nights" -------- CURRENT DEVEL BRANCH
1.6.1 "The Cradle Will Rock" - 05-07-2014
1.6 "The Cradle Will Rock" - 05-05-2014
1.5.5 "Love Walks In" -------- 04-18-2014
1.5.4 "Love Walks In" -------- 04-01-2014
...
...
VERSION
View file @
d4e11c5c
1.6
1.6
.1
lib/ansible/__init__.py
View file @
d4e11c5c
...
...
@@ -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.6'
__version__
=
'1.6
.1
'
__author__
=
'Michael DeHaan'
packaging/debian/changelog
View file @
d4e11c5c
ansible (1.6.1) unstable; urgency=low
* 1.6.1 release
-- Michael DeHaan <michael.dehaan@gmail.com> Wed, 07 May 2014 13:30:00 -0500
ansible (1.6) unstable; urgency=low
* 1.6.0 release
...
...
packaging/rpm/ansible.spec
View file @
d4e11c5c
...
...
@@ -5,7 +5,7 @@
%endif
Name: %{name}
Version: 1.6
Version: 1.6
.1
Release: 1%{?dist}
Url: http://www.ansible.com
Summary: SSH-based application deployment, configuration management, and IT orchestration platform
...
...
@@ -114,6 +114,9 @@ rm -rf %{buildroot}
%changelog
* Wed May 07 2014 Michael DeHaan <michael@ansible.com> - 1.6.1
- Release 1.6.1
* Mon May 05 2014 Michael DeHaan <michael@ansible.com> - 1.6.0
- Release 1.6.0
...
...
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