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
6f568bd6
Commit
6f568bd6
authored
Dec 04, 2014
by
James Cammarata
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump for release 1.8.2
parent
1545c73d
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
20 additions
and
4 deletions
+20
-4
CHANGELOG.md
+6
-0
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 @
6f568bd6
Ansible Changes By Release
==========================
## 1.8.2 "You Really Got Me" - Dec 04, 2014
*
Various bug fixes for packaging issues related to modules.
*
Various bug fixes for lookup plugins.
*
Various bug fixes for some modules (continued cleanup of postgresql issues, etc.).
## 1.8.1 "You Really Got Me" - Nov 26, 2014
*
Various bug fixes in postgresql and mysql modules.
...
...
RELEASES.txt
View file @
6f568bd6
...
...
@@ -9,6 +9,7 @@ Active Development
Released
++++++++
1.8.2 "You Really Got Me" ---- 12-04-2014
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
...
...
VERSION
View file @
6f568bd6
1.8.
1
1.8.
2
lib/ansible/__init__.py
View file @
6f568bd6
...
...
@@ -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.
1
'
__version__
=
'1.8.
2
'
__author__
=
'Michael DeHaan'
core
@
54ee8aa8
Subproject commit
dd4095137a00b1ddec1de5fe21495a28be0b9f03
Subproject commit
54ee8aa8e8b5f03b1b81642c0087ce6b8e68686f
extras
@
c60441fd
Subproject commit c
f54dc46b49adfccf377d646727d922cf7c7d659
Subproject commit c
60441fddd7433c9d258b3837be1669f4d73e725
packaging/debian/changelog
View file @
6f568bd6
ansible (1.8.2) unstable; urgency=low
* 1.8.2
-- Michael DeHaan <michael@ansible.com> Thu, 04 Dec 2014 17:00:00 -0500
ansible (1.8.1) unstable; urgency=low
* 1.8.1
...
...
packaging/rpm/ansible.spec
View file @
6f568bd6
...
...
@@ -110,6 +110,9 @@ rm -rf %{buildroot}
%changelog
* Thu Dec 04 2014 Michael DeHaan <michael@ansible.com> - 1.8.2
- Release 1.8.2
* Wed Nov 26 2014 Michael DeHaan <michael@ansible.com> - 1.8.1
- Release 1.8.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