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
ed0eeb3d
Commit
ed0eeb3d
authored
Sep 24, 2014
by
James Cammarata
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump for release 1.7.2
parent
39d85a9b
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
21 additions
and
2 deletions
+21
-2
CHANGELOG.md
+9
-0
RELEASES.txt
+1
-0
VERSION
+1
-1
lib/ansible/__init__.py
+1
-1
packaging/debian/changelog
+6
-0
packaging/rpm/ansible.spec
+3
-0
No files found.
CHANGELOG.md
View file @
ed0eeb3d
...
...
@@ -4,6 +4,15 @@ Ansible Changes By Release
## 1.8 "You Really Got Me" - Active Development
## 1.7.2 "Summer Nights" - Sep 24, 2014
-
Fixes a bug in accelerate mode which caused a traceback when trying to use that connection method.
-
Fixes a bug in vault where the password file option was not being used correctly internally.
-
Improved multi-line parsing when using YAML literal blocks (using > or |).
-
Fixed a bug with the file module and the creation of relative symlinks.
-
Fixed a bug where checkmode was not being honored during the templating of files.
-
Other various bug fixes.
## 1.7.1 "Summer Nights" - Aug 14, 2014
-
Security fix to disallow specifying 'args:' as a string, which could allow the insertion of extra module parameters through variables.
...
...
RELEASES.txt
View file @
ed0eeb3d
...
...
@@ -6,6 +6,7 @@ Active Development
1.8 "You Really Got Me" ---- FALL 2014
1.7.2 "Summer Nights" -------- 09-24-2014
1.7.1 "Summer Nights" -------- 08-14-2014
1.7 "Summer Nights" -------- 08-06-2014
1.6.10 "The Cradle Will Rock" - 07-25-2014
...
...
VERSION
View file @
ed0eeb3d
1.7.
1
1.7.
2
lib/ansible/__init__.py
View file @
ed0eeb3d
...
...
@@ -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.
1
'
__version__
=
'1.7.
2
'
__author__
=
'Michael DeHaan'
packaging/debian/changelog
View file @
ed0eeb3d
ansible (1.7.2) unstable; urgency=low
* 1.7.2 release
-- Michael DeHaan <michael@ansible.com> Wed, 24 Sep 2014 15:00:00 -0500
ansible (1.7.1) unstable; urgency=low
* 1.7.1 release
...
...
packaging/rpm/ansible.spec
View file @
ed0eeb3d
...
...
@@ -115,6 +115,9 @@ rm -rf %{buildroot}
%changelog
* Wed Sep 24 2014 Michael DeHaan <michael@ansible.com> - 1.7.2
- Release 1.7.2
* Thu Aug 14 2014 Michael DeHaan <michael@ansible.com> - 1.7.1
- Release 1.7.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