Update status and changes docs

This commit is contained in:
Greg Schueler 2014-04-23 16:37:11 -07:00
parent a59246bdf3
commit 0191bd34ff
2 changed files with 20 additions and 4 deletions

View file

@ -22,6 +22,22 @@
<author>Vincent Behar</author>
</properties>
<body>
<release date='2014-04-24' description='Rundeck API version 11' version='11.0'>
<action type='add' dev='gschueler'>Project creation</action>
<action type='add' dev='gschueler'>Get Project configuration</action>
<action type='add' dev='gschueler'>Set Project configuration</action>
<action type='add' dev='gschueler'>Get/Set Project configuration keys</action>
<action type='add' dev='gschueler'>Delete project</action>
<action type='add' dev='gschueler'>Export project archive</action>
<action type='add' dev='gschueler'>Import project archive</action>
<action type='add' dev='gschueler'>Key file upload</action>
<action type='add' dev='gschueler'>Key file delete</action>
<action type='add' dev='gschueler'>Key file list</action>
<action type='add' dev='gschueler'>Key file get</action>
<action type='add' dev='gschueler'>API Token create</action>
<action type='add' dev='gschueler'>API Token list</action>
<action type='add' dev='gschueler'>API Token delete</action>
</release>
<release date='2014-02-27' description='Rundeck API version 10' version='10.0'>
<action type='add' dev='gschueler'>
Execution State - Retrieve workflow step and node state information

View file

@ -106,10 +106,10 @@ h2. RunDeck API version 11
* Delete project - OK
* Export project archive - OK
* Import project archive - OK
* SSH Key upload - OK
* SSH Key delete - OK
* SSH Key list - OK
* SSH Key get - OK
* Key file upload - OK
* Key file delete - OK
* Key file list - OK
* Key file get - OK
* API Token create - OK
* API Token list - OK
* API Token delete - OK