Orchestrator Tools 0.45.0 Release Note
Introduction
The Orchestrator Tools simplify the management of the orchestrator.
This release note describes the changes of Orchestrator Tools version 0.45.0 compared to 0.44.0.
Orchestrator Tools 0.45.0 were released on December 18, 2023.
New features
-
Issue tools #102 Allow run workflow command to execute quality gate
Theopentf-ctl run workflow
command now has access to most parameters ofopentf-ctl get qualitygate
. This allows a user to execute directly the quality gate when the workflow is done, more information can be foundhere
. -
Issue tools #98 Provide easier way to manage report in CI/CD
A new commandopentf-ctl get attachments
is now available to print a list of every attachment available for a specific workflow.
The commandopentf-ctl cp
has also been improved:- The attachment UUID can now be shortened, it does not have to be complete anymore.
- Patterns are now accepted to retrieve multiple files.
- A type can now be set to retrieve only the files matching it.