Release bump to start development on 0.6
This commit is contained in:
parent
e3aba7770f
commit
a490213d45
7 changed files with 21 additions and 9 deletions
|
@ -1,7 +1,11 @@
|
||||||
Ansible Changes By Release
|
Ansible Changes By Release
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
0.5 "Amsterdam" ------- July XX, 2012
|
0.6 "Cabo" ------------ pending
|
||||||
|
|
||||||
|
* ...
|
||||||
|
|
||||||
|
0.5 "Amsterdam" ------- July 04, 2012
|
||||||
|
|
||||||
* Service module gets more accurate service states when running with upstart
|
* Service module gets more accurate service states when running with upstart
|
||||||
* Jinja2 usage in playbooks (not templates), reinstated, supports %include directive
|
* Jinja2 usage in playbooks (not templates), reinstated, supports %include directive
|
||||||
|
|
|
@ -43,6 +43,7 @@ Contributions to the core and modules are greatly welcome.
|
||||||
* Make sure "make tests" passes before submitting any requests.
|
* Make sure "make tests" passes before submitting any requests.
|
||||||
* Bonus points:
|
* Bonus points:
|
||||||
* Joining the mailing list
|
* Joining the mailing list
|
||||||
|
* Fixing bugs instead of sending bug reports.
|
||||||
* Using squash merges
|
* Using squash merges
|
||||||
* Updating the "rst/*" files in the docs project and "docs/" manpage content
|
* Updating the "rst/*" files in the docs project and "docs/" manpage content
|
||||||
* Adding more unit tests
|
* Adding more unit tests
|
||||||
|
@ -51,6 +52,7 @@ Contributions to the core and modules are greatly welcome.
|
||||||
* Sending feature pull requests to the 'master' branch instead of the devel branch
|
* Sending feature pull requests to the 'master' branch instead of the devel branch
|
||||||
* Sending pull requests to mpdehaan's personal ansible fork.
|
* Sending pull requests to mpdehaan's personal ansible fork.
|
||||||
|
|
||||||
|
|
||||||
Author
|
Author
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
0.5
|
0.6
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
.\" Title: ansible-playbook
|
.\" Title: ansible-playbook
|
||||||
.\" Author: [see the "AUTHOR" section]
|
.\" Author: [see the "AUTHOR" section]
|
||||||
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
||||||
.\" Date: 06/19/2012
|
.\" Date: 07/04/2012
|
||||||
.\" Manual: System administration commands
|
.\" Manual: System administration commands
|
||||||
.\" Source: Ansible 0.5
|
.\" Source: Ansible 0.6
|
||||||
.\" Language: English
|
.\" Language: English
|
||||||
.\"
|
.\"
|
||||||
.TH "ANSIBLE\-PLAYBOOK" "1" "06/19/2012" "Ansible 0\&.5" "System administration commands"
|
.TH "ANSIBLE\-PLAYBOOK" "1" "07/04/2012" "Ansible 0\&.6" "System administration commands"
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
.\" * set default formatting
|
.\" * set default formatting
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
.\" Title: ansible
|
.\" Title: ansible
|
||||||
.\" Author: [see the "AUTHOR" section]
|
.\" Author: [see the "AUTHOR" section]
|
||||||
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
||||||
.\" Date: 06/19/2012
|
.\" Date: 07/04/2012
|
||||||
.\" Manual: System administration commands
|
.\" Manual: System administration commands
|
||||||
.\" Source: Ansible 0.5
|
.\" Source: Ansible 0.6
|
||||||
.\" Language: English
|
.\" Language: English
|
||||||
.\"
|
.\"
|
||||||
.TH "ANSIBLE" "1" "06/19/2012" "Ansible 0\&.5" "System administration commands"
|
.TH "ANSIBLE" "1" "07/04/2012" "Ansible 0\&.6" "System administration commands"
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
.\" * set default formatting
|
.\" * set default formatting
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
|
|
|
@ -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__ = '0.5'
|
__version__ = '0.6'
|
||||||
__author__ = 'Michael DeHaan'
|
__author__ = 'Michael DeHaan'
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
ansible (0.6) debian; urgency=low
|
||||||
|
|
||||||
|
* 0.6 not released yet
|
||||||
|
|
||||||
|
-- Michael DeHaan <michael.dehaan@gmail.com> Wed, 04 Jul 2012 13:40:01 -0400
|
||||||
|
|
||||||
ansible (0.5) debian; urgency=low
|
ansible (0.5) debian; urgency=low
|
||||||
|
|
||||||
* 0.5 update
|
* 0.5 update
|
||||||
|
|
Loading…
Reference in a new issue