Orchestrator Tools 0.48.0 Release Note
Introduction
The Orchestrator Tools simplify the management of the orchestrator.
This release note describes the changes of Orchestrator Tools version 0.48.0 compared to 0.47.0.
Orchestrator Tools 0.48.0 were released on August 2, 2024.
New features
-
Issue tools #121 Tweak and improve opentf-ctl in CI scenario
Tools integrate now new options--warmup-delay
,--polling-delay
,--tags
and--max-retry
to improve opentf-tools usage in various CI scenario. More information here. -
Issue tools #106 Add a
--dry-run
option foropentf-ctl run workflow
A new option--dry-run
has been added to theopentf-ctl run workflow
command on the receptionist endpoint. This helps to check if the workflow is valid without creating a new run workflow. More information is available here.
Bug fixes
-
Issue tools # 122 [Performance]Really slow request on opentf-ctl get workflows
The commandopentf-ctl get workflows
encountered some performance issues when there was a certain quantity of workflows. The command is now faster to respond. -
Issue tools # 123 Fixing minor bugs in ctlconfig
Some services were missing in the command opentf-ctl config generate. This is now fixed. -
Issue tools # 124 Fix JSON/YAML generation, fix sort if timestamp not available
The JSON/YAML outputs now have a proper format, and when a workflow without anymetadata.creationTimestamp
entry is running, it no longer generates an error. -
Issue tools #125 Fix incorrect generator start report
The start of agenerator
will now be logged as agenerator
job rather than a function.