Skip to content

Orchestrator Tools 0.36.0 Release Note

Introduction

The Orchestrator Tools simplify the management of the orchestrator.

This release note describes the changes of Orchestrator Tools version 0.36.0 compared to 0.34.0. (A 0.35.0 was available on PyPI but it was identical to 0.34.0.)

Orchestrator Tools 0.36.0 were released on September 23, 2022.


New features

  • Issue tools #47 Allow for distinct endpoints for services in orchestrator configurations
    opentf-ctl command line and configuration file now support

    • the definition of different endpoints for each service in case routes or ports have been customized, and
    • using force-base-url to force the URL in case of a misconfigured reverse proxy
  • Issue tools #49 Cut command lines with opentf-ctl get workflow
    The lines of workflow logs are now truncated. The --max-command-length command line option can be used to define the truncation length.
    Some default values for --job-depth, --step-depth, and --max-command-length can now be configured.


Bug fixes

  • Issue tools #41 opentf-ctl get workflow does not display information related to namespace when no environment is available
    opentf-ctl get workflow now indicates the namespace in which the workflow is running.

  • Issue tools #48 opentf-ctl config view fails if a users entry is null
    opentf-ctl config view was failing for users with no configured token.