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
7b319d86
Commit
7b319d86
authored
Apr 18, 2014
by
James Cammarata
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump for 1.5.5
parent
a0e027fe
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
18 additions
and
3 deletions
+18
-3
CHANGELOG.md
+5
-0
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 @
7b319d86
Ansible Changes By Release
==========================
## 1.5.5 "Love Walks In" - April 18, 2014
-
Security fix for vault, to ensure the umask is set to a restrictive mode before creating/editing vault files.
-
Backported apt_repository security fixes relating to filename/mode upon sources list file creation.
## 1.5.4 "Love Walks In" - April 1, 2014
-
Security fix for safe_eval, which further hardens the checking of the evaluation function.
...
...
RELEASES.txt
View file @
7b319d86
...
...
@@ -2,6 +2,7 @@ Ansible Releases at a Glance
============================
1.6 "The Cradle Will Rock" - NEXT
1.5.5 "Love Walks In" -------- 04-18-2014
1.5.4 "Love Walks In" -------- 04-01-2014
1.5.3 "Love Walks In" -------- 03-13-2014
1.5.2 "Love Walks In" -------- 03-11-2014
...
...
VERSION
View file @
7b319d86
1.5.
4
1.5.
5
lib/ansible/__init__.py
View file @
7b319d86
...
...
@@ -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.5.
4
'
__version__
=
'1.5.
5
'
__author__
=
'Michael DeHaan'
packaging/debian/changelog
View file @
7b319d86
ansible (1.5.5) unstable; urgency=low
* 1.5.5 release
-- Michael DeHaan <michael@ansible.com> Fri, 18 April 2014 15:00:00 -0500
ansible (1.5.4) unstable; urgency=low
* 1.5.4 release
...
...
packaging/rpm/ansible.spec
View file @
7b319d86
...
...
@@ -5,7 +5,7 @@
%endif
Name: %{name}
Version: 1.5.
4
Version: 1.5.
5
Release: 1%{?dist}
Url: http://www.ansible.com
Summary: SSH-based application deployment, configuration management, and IT orchestration platform
...
...
@@ -102,6 +102,9 @@ rm -rf %{buildroot}
%changelog
* Fri Apr 18 2014 Michael DeHaan <michael@ansible.com> - 1.5.5
- Release 1.5.5
* Tue Apr 01 2014 Michael DeHaan <michael@ansible.com> - 1.5.4
- Release 1.5.4
...
...
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