Skip to content

v0.31.0

Compare
Choose a tag to compare
@vishalbollu vishalbollu released this 17 Mar 01:38
· 6 commits to 0.31 since this release

v0.31.0

New features

Breaking changes

  • on_demand_backup in cluster configuration has been removed in favour of using a cluster with a mixture of spot and on-demand nodegroups. See multi-instance documentation for aws and gcp for more details.

Bug fixes

  • Fix Python client not respecting CORTEX_CLI_CONFIG_DIR environment variable for client-id.txt #1953 (jackmpcollins)
  • Prevent threads from being stuck in DynamicBatcher #1915 (cbensimon)
  • Fix unexpected cortex logs termination by increasing buffer size #1939 (vishalbollu)
  • Decouple cluster deletion from EBS volume deletion for cortex cluster down #1954 (deliahu)
  • Fix spot/on-demand GPU instances not joining the cluster by upgrading to eksctl 0.40.0 #1955 (vishalbollu)
  • Prevent premature queue not found errors by preserving the SQS for minutes till after the job has completed #1952 (vishalbollu)

Docs

Misc