Orchestrator Tools 0.46.0 Release Note
Introduction
The Orchestrator Tools simplify the management of the orchestrator.
This release note describes the changes of Orchestrator Tools version 0.46.0 compared to 0.45.0.
Orchestrator Tools 0.46.0 were released on April 25, 2024.
New features
-
Issue tools #111 Generate report
Issue tools #113 Minor change to generate report command syntax (using is no more an option)
Theopentf-ctl generate report {workflow_id} using {definition_file}
command has been added, allowing the generation of HTML reports based on a user-provided local configuration file. More information can be found here. -
Issue tools #105 Harmonize WorkflowResult attachments handling in attachment commands
The attachments produced by workflows such as the execution log or Allure report now have their UUIDs which are displayed in the attachments list and can be used to retrieve these attachments. The UUID of the Allure report is the same as the workflow UUID to simplify attachment retrieval.
Bug fixes
- Issue tools #108 Display attachements related verbs/methods on the general opentf-ctl help message
Updated theopentf-ctl --help
command to includeget attachments
andcp
under the new "Attachments Commands" section, ensuring all available commands are displayed and accessible.