Update project status

This commit is contained in:
Greg Schueler 2014-01-18 11:28:06 -08:00
parent 7409d30d93
commit bf13167363
2 changed files with 18 additions and 1 deletions

View file

@ -22,6 +22,23 @@
<author>Vincent Behar</author>
</properties>
<body>
<release date='TBD' description='Rundeck API version 10' version='10.0-SNAPSHOT'>
<action type='add' dev='gschueler'>
Execution State - Retrieve workflow step and node state information
</action>
<action type='add' dev='gschueler'>
Execution Output with State - Retrieve log output with state change information
</action>
<action type='add' dev='gschueler'>
Execution Output - Retrieve log output for a particular node or step.
</action>
<action type='add' dev='gschueler'>
Execution Info - added successfulNodes and failedNodes detail.
</action>
<action type='remove' dev='gschueler'>
Remove deprecated RundeckClient methods.
</action>
</release>
<release date='2014-01-24' description='Bugfix' version='9.3'>
<action type='fix' dev='gschueler'>
Issue #7: Fix authentication to Tomcat container (thanks @katanafleet)

View file

@ -92,4 +92,4 @@ h2. RunDeck API version 10
* Execution Output with State - Retrieve log output with state change information - OK
* Execution Output - Retrieve log output for a particular node or step - OK
* Execution Info - added successfulNodes and failedNodes detail. - OK
* Deprecation: Remove methods deprecated until version 10. - *TODO*
* Deprecation: Remove methods deprecated until version 10. - OK