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
ebc8d48d
Commit
ebc8d48d
authored
Feb 19, 2015
by
James Cammarata
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump for release 1.8.4
parent
5fa7f5b2
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16 additions
and
2 deletions
+16
-2
CHANGELOG.md
+4
-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 @
ebc8d48d
Ansible Changes By Release
==========================
## 1.8.4 "You Really Got Me" - Feb 19, 2015
*
Fixed regressions in ec2 and mount modules, introduced in 1.8.3
## 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>
".
...
...
RELEASES.txt
View file @
ebc8d48d
...
...
@@ -9,6 +9,7 @@ Active Development
Released
++++++++
1.8.4 "You Really Got Me" ---- 02-19-2015
1.8.3 "You Really Got Me" ---- 02-17-2015
1.8.2 "You Really Got Me" ---- 12-04-2014
1.8.1 "You Really Got Me" ---- 11-26-2014
...
...
VERSION
View file @
ebc8d48d
1.8.
3
1.8.
4
lib/ansible/__init__.py
View file @
ebc8d48d
...
...
@@ -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.
3
'
__version__
=
'1.8.
4
'
__author__
=
'Michael DeHaan'
packaging/debian/changelog
View file @
ebc8d48d
ansible (1.8.4) unstable; urgency=low
* 1.8.4
-- Ansible, Inc. <supoort@ansible.com> Thu, 19 Feb 2015 12:00:00 -0500
ansible (1.8.3) unstable; urgency=low
* 1.8.3
...
...
packaging/rpm/ansible.spec
View file @
ebc8d48d
...
...
@@ -110,6 +110,9 @@ rm -rf %{buildroot}
%changelog
* Thu Feb 19 2015 Ansible, Inc. <support@ansible.com> - 1.8.4
- Release 1.8.4
* Tue Feb 17 2015 Ansible, Inc. <support@ansible.com> - 1.8.3
- Release 1.8.3
...
...
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