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
6598c83b
Commit
6598c83b
authored
Nov 26, 2014
by
James Cammarata
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump for release 1.8.1
parent
5b3c82f4
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
22 additions
and
5 deletions
+22
-5
CHANGELOG.md
+8
-1
RELEASES.txt
+1
-0
VERSION
+1
-1
lib/ansible/__init__.py
+1
-1
lib/ansible/modules/core
+1
-1
lib/ansible/modules/extras
+1
-1
packaging/debian/changelog
+6
-0
packaging/rpm/ansible.spec
+3
-0
No files found.
CHANGELOG.md
View file @
6598c83b
Ansible Changes By Release
==========================
## 1.8 "You Really Got Me" - Active Development
## 1.8.1 "You Really Got Me" - Nov 26, 2014
*
Various bug fixes in postgresql and mysql modules.
*
Fixed a bug related to lookup plugins used within roles not finding files based on the relative paths to the roles files/ directory.
*
Fixed a bug related to vars specified in plays being templated too early, resulting in incorrect variable interpolation.
*
Fixed a bug related to git submodules in bare repos.
## 1.8 "You Really Got Me" - Nov 25, 2014
Major changes:
...
...
RELEASES.txt
View file @
6598c83b
...
...
@@ -9,6 +9,7 @@ Active Development
Released
++++++++
1.8.1 "You Really Got Me" ---- 11-26-2014
1.8 "You Really Got Me" ---- 11-25-2014
1.7.2 "Summer Nights" -------- 09-24-2014
1.7.1 "Summer Nights" -------- 08-14-2014
...
...
VERSION
View file @
6598c83b
1.8
1.8
.1
lib/ansible/__init__.py
View file @
6598c83b
...
...
@@ -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.8'
__version__
=
'1.8
.1
'
__author__
=
'Michael DeHaan'
core
@
dd409513
Subproject commit
922a2ebb7a965679a540b1a3e5f0f5254efd52e7
Subproject commit
dd4095137a00b1ddec1de5fe21495a28be0b9f03
extras
@
cf54dc46
Subproject commit c
a94781d5c29f78f6a380a024821ba8360b67b78
Subproject commit c
f54dc46b49adfccf377d646727d922cf7c7d659
packaging/debian/changelog
View file @
6598c83b
ansible (1.8.1) unstable; urgency=low
* 1.8.1
-- Michael DeHaan <michael@ansible.com> Wed, 26 Nov 2014 23:00:00 -0500
ansible (1.8.0) unstable; urgency=low
* 1.8.0
...
...
packaging/rpm/ansible.spec
View file @
6598c83b
...
...
@@ -110,6 +110,9 @@ rm -rf %{buildroot}
%changelog
* Wed Nov 26 2014 Michael DeHaan <michael@ansible.com> - 1.8.1
- Release 1.8.1
* Tue Nov 25 2014 Michael DeHaan <michael@ansible.com> - 1.8.0
- Release 1.8.0
...
...
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