Skip to content

0.10.0

Choose a tag to compare

@client-software-ci client-software-ci released this 26 Feb 00:05
· 80 commits to mainline since this release
5210535

0.10.0 (2025-02-25)

BREAKING CHANGES

  • When a timeout is not specified for an environment exit action, it now has a timeout of 300 seconds or five minutes. Before this change, environment exit actions would run indefinintely. To have long-running environment exit actions, job templates can specify a large timeout value when defining the action in a job or environment template.
  • The dependency openjd-model-for-python updated from Pydantic V1 to V2, see its release notes for details.

Features

  • add ability to not log banner when running a task (#204) (e8acc8a)

Bug Fixes

  • use default timeout of 5 minutes for environment exits (#213) (8bf93a0)