Skip to content

Orchestrator Tools 0.49.0 Release Note

Introduction

The Orchestrator Tools simplify the management of the orchestrator.

This release note describes the changes of Orchestrator Tools version 0.49.0 compared to 0.48.0.

Orchestrator Tools 0.49.0 were released on September 23, 2024.


New features

  • Issue tools #130 Add new options to kill workflow command (--dry-run, --reason, --source)
    The kill workflow command has been updated to support the new options on the endpoint. We can now specify a reason and a source to the cancellation. The --dry-run option can also be used to test the connection. More information can be found here.

  • Issue tools #126 Allow for non-interactive token generation
    Tokens can now be generated non-interactively using command-line options by specifying all parameters explicitly, with options for algorithm, issuer, subject, expiration, and output file. More information can be found here.

  • Issue tools #127 Add 202 response code handling to get qualitygate command
    Issue tools #128 Add 202 response code handling to get datasources command
    The get qualitygate and get datasources commands have been updated to handle the new 202 response code. A new timeout option is also available on both commands. More information can be found here for get qualitygate and here for get datasource.

  • Issue tools #129 Add timeout option to the generate report command
    A new timeout option is now available for the generate report command. More information can be found here.


Bug fixes