Squash Orchestrator 3.1.0 Release Note
Introduction
Squash Orchestrator is a set of micro-services to perform automated test execution workflows described in a specific format.
This release note describes the changes of Squash Orchestrator version 3.1.0 compared to 3.0.0.
Squash Orchestrator 3.1.0 was released on December 23, 2021.
New features
- In order to limit the size of its answers, the Observer now uses paginated answsers instead of returning the whole data in a single answer.
Bug fixes
-
Issue orchestrator #32 Arranger limits are hardcoded
The limits (max number of jobs, maxnumber of steps…) of the arranger can now be defined in its configuration file. -
Issue orchestrator #40 Invalid steps origin status summary when using conditionals
The counting of steps was incorrect if conditional steps were used. -
Issue orchestrator #48 Allow variable redefinition on workflow execution
The value of a variable value is defined with the following order:- on the command line using the
-e
option ofopentf-ctl run
- otherwise, by a OPENTF_RUN_… environment variable
- otherwise, in the PEaC file
- on the command line using the