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
f88bf574
Commit
f88bf574
authored
Jul 22, 2014
by
James Cammarata
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump for release 1.6.8
parent
b35e1a66
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
20 additions
and
6 deletions
+20
-6
CHANGELOG.md
+5
-1
RELEASES.txt
+2
-1
VERSION
+1
-1
lib/ansible/__init__.py
+1
-1
packaging/debian/changelog
+7
-1
packaging/rpm/ansible.spec
+4
-1
No files found.
CHANGELOG.md
View file @
f88bf574
Ansible Changes By Release
Ansible Changes By Release
==========================
==========================
## 1.6.7 "And the Cradle Will Rock" - Jul 17, 2014
## 1.6.8 "And the Cradle Will Rock" - Jul 22, 2014
-
Corrects a regression in the way shell and command parameters were being parsed
## 1.6.7 "And the Cradle Will Rock" - Jul 21, 2014
-
Security fixes:
-
Security fixes:
*
Strip lookup calls out of inventory variables and clean unsafe data
*
Strip lookup calls out of inventory variables and clean unsafe data
...
...
RELEASES.txt
View file @
f88bf574
...
@@ -6,7 +6,8 @@ Active Development
...
@@ -6,7 +6,8 @@ Active Development
1.7 "Summer Nights" -------- CURRENT DEVEL BRANCH
1.7 "Summer Nights" -------- CURRENT DEVEL BRANCH
1.6.7 "The Cradle Will Rock" - 07-17-2014
1.6.8 "The Cradle Will Rock" - 07-22-2014
1.6.7 "The Cradle Will Rock" - 07-21-2014
1.6.6 "The Cradle Will Rock" - 07-01-2014
1.6.6 "The Cradle Will Rock" - 07-01-2014
1.6.5 "The Cradle Will Rock" - 06-25-2014
1.6.5 "The Cradle Will Rock" - 06-25-2014
1.6.4 "The Cradle Will Rock" - 06-25-2014
1.6.4 "The Cradle Will Rock" - 06-25-2014
...
...
VERSION
View file @
f88bf574
1.6.
7
1.6.
8
lib/ansible/__init__.py
View file @
f88bf574
...
@@ -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.6.
7
'
__version__
=
'1.6.
8
'
__author__
=
'Michael DeHaan'
__author__
=
'Michael DeHaan'
packaging/debian/changelog
View file @
f88bf574
ansible (1.6.8) unstable; urgency=low
* 1.6.8 release
-- Michael DeHaan <michael@ansible.com> Tue, 22 Jul 2014 17:30:00 -0500
ansible (1.6.7) unstable; urgency=low
ansible (1.6.7) unstable; urgency=low
* 1.6.7 release
* 1.6.7 release
-- Michael DeHaan <michael@ansible.com>
Thu, 17 Jul 2014 10
:30:00 -0500
-- Michael DeHaan <michael@ansible.com>
Mon, 21 Jul 2014 12
:30:00 -0500
ansible (1.6.6) unstable; urgency=low
ansible (1.6.6) unstable; urgency=low
...
...
packaging/rpm/ansible.spec
View file @
f88bf574
...
@@ -115,7 +115,10 @@ rm -rf %{buildroot}
...
@@ -115,7 +115,10 @@ rm -rf %{buildroot}
%changelog
%changelog
* Thu Jul 17 2014 Michael DeHaan <michael@ansible.com> - 1.6.7
* Tue Jul 22 2014 Michael DeHaan <michael@ansible.com> - 1.6.8
- Release 1.6.8
* Mon Jul 21 2014 Michael DeHaan <michael@ansible.com> - 1.6.7
- Release 1.6.7
- Release 1.6.7
* Tue Jul 01 2014 Michael DeHaan <michael@ansible.com> - 1.6.6
* Tue Jul 01 2014 Michael DeHaan <michael@ansible.com> - 1.6.6
...
...
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