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
37e44bbc
Commit
37e44bbc
authored
Feb 17, 2015
by
James Cammarata
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump for release 1.8.3
parent
cdd1cf59
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
19 additions
and
4 deletions
+19
-4
CHANGELOG.md
+5
-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 @
37e44bbc
Ansible Changes By Release
Ansible Changes By Release
==========================
==========================
## 1.8.3 "You Really Got Me" - Feb 17, 2015
*
Fixing a security bug related to the default permissions set on a tempoary file created when using "ansible-vault view
<filename>
".
*
Many bug fixes, for both core code and core modules.
## 1.8.2 "You Really Got Me" - Dec 04, 2014
## 1.8.2 "You Really Got Me" - Dec 04, 2014
*
Various bug fixes for packaging issues related to modules.
*
Various bug fixes for packaging issues related to modules.
...
...
RELEASES.txt
View file @
37e44bbc
...
@@ -9,6 +9,7 @@ Active Development
...
@@ -9,6 +9,7 @@ Active Development
Released
Released
++++++++
++++++++
1.8.3 "You Really Got Me" ---- 02-17-2015
1.8.2 "You Really Got Me" ---- 12-04-2014
1.8.2 "You Really Got Me" ---- 12-04-2014
1.8.1 "You Really Got Me" ---- 11-26-2014
1.8.1 "You Really Got Me" ---- 11-26-2014
1.8 "You Really Got Me" ---- 11-25-2014
1.8 "You Really Got Me" ---- 11-25-2014
...
...
VERSION
View file @
37e44bbc
1.8.
2
1.8.
3
lib/ansible/__init__.py
View file @
37e44bbc
...
@@ -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.8.
2
'
__version__
=
'1.8.
3
'
__author__
=
'Michael DeHaan'
__author__
=
'Michael DeHaan'
core
@
6bed6e6b
Subproject commit
54ee8aa8e8b5f03b1b81642c0087ce6b8e68686f
Subproject commit
6bed6e6bbb56d0a7260c189183590d246885373a
extras
@
7b4f8c3e
Subproject commit
c60441fddd7433c9d258b3837be1669f4d73e725
Subproject commit
7b4f8c3ef958e7e4e2acf77197526b80702ce90a
packaging/debian/changelog
View file @
37e44bbc
ansible (1.8.3) unstable; urgency=low
* 1.8.3
-- Ansible, Inc. <supoort@ansible.com> Tue, 17 Feb 2015 16:00:00 -0500
ansible (1.8.2) unstable; urgency=low
ansible (1.8.2) unstable; urgency=low
* 1.8.2
* 1.8.2
...
...
packaging/rpm/ansible.spec
View file @
37e44bbc
...
@@ -110,6 +110,9 @@ rm -rf %{buildroot}
...
@@ -110,6 +110,9 @@ rm -rf %{buildroot}
%changelog
%changelog
* Tue Feb 17 2015 Ansible, Inc. <support@ansible.com> - 1.8.3
- Release 1.8.3
* Thu Dec 04 2014 Michael DeHaan <michael@ansible.com> - 1.8.2
* Thu Dec 04 2014 Michael DeHaan <michael@ansible.com> - 1.8.2
- Release 1.8.2
- Release 1.8.2
...
...
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