Skip to content

v0.43.0

Choose a tag to compare

@teo teo released this 30 May 15:00
· 990 commits to master since this release

This release adds the auto-stop feature to environment, as well as bug fixes and improvements to error message clarity and relevance.

  • Auto-stop:

    • [core] Add auto-stop functionality for environments
    • [core] Auto-stop: use getKV and improve error logging
  • Miscellaneous:

    • [coconut] Update default apricot endpoint
    • [core] Only send curated properties to ODC
    • [core] New --version convenience parameter for manual deployment
    • [core] Increase commandqueue max length and improve error handling
    • [core] Show list of inactive roles on deployment failure
    • [core] String representation of descriptors slice
    • [core] Increase TaskMan queue size and improve error handling
    • [core] Improve error output of undeployed task descriptors
    • [core] Env deployment timeout is now governed by var deploy_timeout
    • [core] Improve core/scheduler debug output (utils.TimeTrack)
    • [executor] Ensure stdout/stderr pipes are closed
    • [task] Add a random sleep of up to 10s before each task for debugging purposes