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
ce4883bc
Commit
ce4883bc
authored
May 23, 2014
by
James Cammarata
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump for 1.6.2
parent
a75a84b4
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
26 additions
and
3 deletions
+26
-3
CHANGELOG.md
+12
-0
RELEASES.txt
+1
-0
VERSION
+1
-1
lib/ansible/__init__.py
+1
-1
packaging/debian/changelog
+6
-0
packaging/rpm/ansible.spec
+5
-1
No files found.
CHANGELOG.md
View file @
ce4883bc
Ansible Changes By Release
==========================
## 1.6.2 "And the Cradle Will Rock" - May 23, 2014
-
If an improper locale is specified, core modules will now automatically revert to using the 'C' locale.
-
Modules using the fetch_url utility will now obey proxy environment variables.
-
The SSL validation step in fetch_url will likewise obey proxy settings, however only proxies using the http protocol are supported.
-
Fixed multiple bugs in docker module related to version changes upstream.
-
Fixed a bug in the ec2_group module where egress rules were lost when a VPC was specified.
-
Fixed two bugs in the synchronize module:
*
a trailing slash might be lost when calculating relative paths, resulting in an incorrect destination.
*
the sync might use the inventory directory incorrectly instead of the playbook or role directory.
-
Files will now only be chown'd on an atomic move if the src/dest uid/gid do not match.
## 1.6.1 "And the Cradle Will Rock" - May 7, 2014
-
Fixed a bug in group_by, where systems were being grouped incorrectly.
...
...
RELEASES.txt
View file @
ce4883bc
...
...
@@ -6,6 +6,7 @@ Active Development
1.7 "Summer Nights" -------- CURRENT DEVEL BRANCH
1.6.2 "The Cradle Will Rock" - 05-23-2014
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
...
...
VERSION
View file @
ce4883bc
1.6.
1
1.6.
2
lib/ansible/__init__.py
View file @
ce4883bc
...
...
@@ -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.
1
'
__version__
=
'1.6.
2
'
__author__
=
'Michael DeHaan'
packaging/debian/changelog
View file @
ce4883bc
ansible (1.6.2) unstable; urgency=low
* 1.6.2 release
-- Michael DeHaan <michael.dehaan@gmail.com> Fri, 23 May 2014 17:30:00 -0500
ansible (1.6.1) unstable; urgency=low
* 1.6.1 release
...
...
packaging/rpm/ansible.spec
View file @
ce4883bc
%define name ansible
%define ansible_version $VERSION
%if 0%{?rhel} == 5
%define __python /usr/bin/python26
%endif
Name: %{name}
Version:
1.6.1
Version:
%{ansible_version}
Release: 1%{?dist}
Url: http://www.ansible.com
Summary: SSH-based application deployment, configuration management, and IT orchestration platform
...
...
@@ -114,6 +115,9 @@ rm -rf %{buildroot}
%changelog
* Fri May 23 2014 Michael DeHaan <michael@ansible.com> - 1.6.2
- Release 1.6.2
* Wed May 07 2014 Michael DeHaan <michael@ansible.com> - 1.6.1
- Release 1.6.1
...
...
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