diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7a679ae..9263e66 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -22,6 +22,23 @@ Vincent Behar + + + Execution State - Retrieve workflow step and node state information + + + Execution Output with State - Retrieve log output with state change information + + + Execution Output - Retrieve log output for a particular node or step. + + + Execution Info - added successfulNodes and failedNodes detail. + + + Remove deprecated RundeckClient methods. + + Issue #7: Fix authentication to Tomcat container (thanks @katanafleet) diff --git a/src/site/confluence/status.confluence b/src/site/confluence/status.confluence index a665d74..3a3d96b 100644 --- a/src/site/confluence/status.confluence +++ b/src/site/confluence/status.confluence @@ -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