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
5bdc1633
Commit
5bdc1633
authored
12 years ago
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release version bump for 0.9 (development branch)
parent
67b1372d
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
26 additions
and
13 deletions
+26
-13
CHANGELOG.md
+4
-0
VERSION
+1
-1
docs/man/man1/ansible-playbook.1
+3
-3
docs/man/man1/ansible-pull.1
+3
-3
docs/man/man1/ansible.1
+3
-3
lib/ansible/__init__.py
+1
-1
packaging/debian/changelog
+7
-1
packaging/rpm/ansible.spec
+4
-1
No files found.
CHANGELOG.md
View file @
5bdc1633
Ansible Changes By Release
==========================
0.
9 "Dreams" -- release pending
*
STAY TUNED!
0.
8 "Cathedral" -- Oct 19, 2012
Highlighted Core Changes:
...
...
This diff is collapsed.
Click to expand it.
VERSION
View file @
5bdc1633
0.
8
0.
9
This diff is collapsed.
Click to expand it.
docs/man/man1/ansible-playbook.1
View file @
5bdc1633
...
...
@@ -2,12 +2,12 @@
.\" Title: ansible-playbook
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
.\" Date: 10/1
2
/2012
.\" Date: 10/1
9
/2012
.\" Manual: System administration commands
.\" Source: Ansible 0.
8
.\" Source: Ansible 0.
9
.\" Language: English
.\"
.TH "ANSIBLE\-PLAYBOOK" "1" "10/1
2/2012" "Ansible 0\&.8
" "System administration commands"
.TH "ANSIBLE\-PLAYBOOK" "1" "10/1
9/2012" "Ansible 0\&.9
" "System administration commands"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
docs/man/man1/ansible-pull.1
View file @
5bdc1633
...
...
@@ -2,12 +2,12 @@
.\" Title: ansible
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
.\" Date:
09/06
/2012
.\" Date:
10/19
/2012
.\" Manual: System administration commands
.\" Source: Ansible 0.
8
.\" Source: Ansible 0.
9
.\" Language: English
.\"
.TH "ANSIBLE" "1" "
09/06/2012" "Ansible 0\&.8
" "System administration commands"
.TH "ANSIBLE" "1" "
10/19/2012" "Ansible 0\&.9
" "System administration commands"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
docs/man/man1/ansible.1
View file @
5bdc1633
...
...
@@ -2,12 +2,12 @@
.\" Title: ansible
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
.\" Date: 10/1
2
/2012
.\" Date: 10/1
9
/2012
.\" Manual: System administration commands
.\" Source: Ansible 0.
8
.\" Source: Ansible 0.
9
.\" Language: English
.\"
.TH "ANSIBLE" "1" "10/1
2/2012" "Ansible 0\&.8
" "System administration commands"
.TH "ANSIBLE" "1" "10/1
9/2012" "Ansible 0\&.9
" "System administration commands"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
lib/ansible/__init__.py
View file @
5bdc1633
...
...
@@ -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__
=
'0.
8
'
__version__
=
'0.
9
'
__author__
=
'Michael DeHaan'
This diff is collapsed.
Click to expand it.
packaging/debian/changelog
View file @
5bdc1633
ansible (0.9) unstable; urgency=low
* 0.9 release pending
-- Michael DeHaan <michael.dehaan@gmail.com> Fri, 19 Oct 2012 20:50:01 -0400
ansible (0.8) unstable; urgency=low
* 0.8
release pending
* 0.8
update
-- Michael DeHaan <michael.dehaan@gmail.com> Fri, 19 Oct 2012 20:50:00 -0400
...
...
This diff is collapsed.
Click to expand it.
packaging/rpm/ansible.spec
View file @
5bdc1633
...
...
@@ -6,7 +6,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Name: ansible
Release: 1%{?dist}
Summary: SSH-based configuration management, deployment, and task execution system
Version: 0.
8
Version: 0.
9
Group: Development/Libraries
License: GPLv3
...
...
@@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
%doc examples/playbooks
%changelog
* Fri Oct 19 2012 Michael DeHaan <michael.dehaan@gmail.com> - 0.9-0
- Release pending
* Fri Oct 19 2012 Michael DeHaan <michael.dehaan@gmail.com> - 0.8-0
- Release of 0.8
...
...
This diff is collapsed.
Click to expand it.
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