Skip to content

Squash Orchestrator 3.2.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.2.0 compared to 3.1.0.

Squash Orchestrator 3.2.0 was released on January 24, 2022.


New features

  • Issue orchestrator #68 Improve agent performance
    The agent/orchestrator communication has been tuned so the agent can execute all steps of a PEaC more quickly (delay between two steps is shorter).

  • Issue orchestrator #51 No version information in launcher logs
    At its startup, the orchestrator prints in the logs its versions and the values of the environment variables it uses.

  • Issue orchestrator #71 There is no way for an agent to know the version of the channel plugin it registers to
    An agent now indicates in its logs the version of the orchestrator which is piloting it.

  • Issue orchestrator #58 Keep track of running agents
    GET /agents now returns the ID of the job (if any) done by each agent.


Bug fixes

  • Issue orchestrator #37 S3 and Local publishers may generate stacktraces in logs
    A clear error message is recorded in the logs when the S3 publisher or the local publisher is badly configured.

  • Issue orchestrator #70 The observer does not validate incoming schemas
    The observer now properly validates the messages it consumes.