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
d134b8a8
Commit
d134b8a8
authored
Aug 06, 2014
by
James Cammarata
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump for 1.8
parent
e90d2573
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
19 additions
and
6 deletions
+19
-6
CHANGELOG.md
+4
-1
RELEASES.txt
+2
-1
VERSION
+1
-1
lib/ansible/__init__.py
+1
-1
packaging/debian/changelog
+8
-2
packaging/rpm/ansible.spec
+3
-0
No files found.
CHANGELOG.md
View file @
d134b8a8
Ansible Changes By Release
==========================
## 1.7 "Summer Nights" - A
ctive Development
## 1.7 "Summer Nights" - A
ug 06, 2014
Major new features:
...
...
@@ -31,6 +31,9 @@ New Modules:
Other notable changes:
*
Security fixes
-
Prevent the use of lookups when using legaxy "{{ }}" syntax around variables and with_
*
loops.
-
Remove relative paths in TAR-archived file names used by ansible-galaxy.
*
Inventory speed improvements for very large inventories.
*
Vault password files can now be executable, to support scripts that fetch the vault password.
...
...
RELEASES.txt
View file @
d134b8a8
...
...
@@ -4,8 +4,9 @@ Ansible Releases at a Glance
Active Development
++++++++++++++++++
1.
7 "Summer Nights" -------- SUMMER
2014
1.
8 "You Really Got Me" ---- FALL
2014
1.7 "Summer Nights" -------- 08-06-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
...
...
VERSION
View file @
d134b8a8
1.
7
1.
8
lib/ansible/__init__.py
View file @
d134b8a8
...
...
@@ -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.
7
'
__version__
=
'1.
8
'
__author__
=
'Michael DeHaan'
packaging/debian/changelog
View file @
d134b8a8
ansible (1.8) unstable; urgency=low
* 1.8 release (PENDING)
-- Michael DeHaan <michael@ansible.com> TBD
ansible (1.7) unstable; urgency=low
* 1.7
release (PENDING)
* 1.7
.0 release
-- Michael DeHaan <michael@ansible.com> Wed, 0
7 May 2014 15:00:03
-0500
-- Michael DeHaan <michael@ansible.com> Wed, 0
6 Aug 2014 15:00:00
-0500
ansible (1.6.8) unstable; urgency=low
...
...
packaging/rpm/ansible.spec
View file @
d134b8a8
...
...
@@ -115,6 +115,9 @@ rm -rf %{buildroot}
%changelog
* Wed Aug 06 2014 Michael DeHaan <michael@ansible.com> - 1.7.0
- Release 1.7.0
* Tue Jul 22 2014 Michael DeHaan <michael@ansible.com> - 1.6.8
- Release 1.6.8
...
...
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