Orchestrator Tools 0.54.0 Release Note
Introduction
The Orchestrator Tools simplify the management of the orchestrator.
This release note describes the changes of Orchestrator Tools version 0.54.0 compared to 0.53.0.
Orchestrator Tools 0.54.0 were released on May 5, 2025.
New features
-
Issue tools #150 Add color to get workflow output
The console output of bothrun workflow -w
andget workflow
commands are now colored to help users to differentiate the different elements (errors, console output of an action…). A default color scheme is now applied and it can be customizable in the configuration file. More information can be found here. -
Issue tools #145 Show cancellation reason if any when using 'get workflow'
Theget workflow
command will now show the reason for a cancellation. This should improve the user experience. -
Issue tools #149 Show concurrency group notifications
Theget workflow
command has been updated to show the information related to the concurrency groups. -
Issue tools #142 Allow to pass inputs when running a workflow
Therun workflow
command has now access to a new option to pass input values. This is done with-i
. -
Issue tools #144 Handle PENDING status for workflows
The tools can now handle the newPENDING
status available in the 6.0.0 orchestrator. It is used to define a workflow that has not done anything yet, for example if it is still waiting for an execution environment (and no job already started). -
Issue tools #146 Add new workflow status message to get datasource output
Some messages have been improved to be more explicit.
Bug fixes
- Issue tools #143 Fix handling of allure-report.tar
Theopentf-ctl get attachments
command had some issues when one of the attachments had a name containingallure
. This has been fixed.