Skip to content

v0.10.11

Choose a tag to compare

@github-actions github-actions released this 12 Mar 11:19
· 780 commits to main since this release
Immutable release. Only release title and notes can be modified.
v0.10.11
3dcc8a0

Changelog

New Features

  • 4267972: feat(bundler): add pre-flight checks to deploy.sh and post-flight to undeploy.sh (#364) (@yuanchen8911)
  • 8312960: feat(validator): add Kubeflow Trainer to robust-controller and skip inference-gateway on training clusters (#349) (@yuanchen8911)

Bug Fixes

  • 662809b: fix(ci): use root directory for github-actions dependabot scanning (@mchmarny)
  • ca0551d: fix(recipe): bump NCCL all-reduce bandwidth threshold to 300 Gbps (#350) (@xdu31)
  • 48e878b: fix(test): eliminate dead tests, non-deterministic skips, and flaky sleeps (@mchmarny)
  • a9162f0: fix(validator): truncate long stdout lines to prevent oversized reports (#363) (@xdu31)
  • 103f5b0: fix: replace magic duration literals with named constants from pkg/defaults (@mchmarny)
  • 8945569: fix: wrap bare errors and check writable Close() returns (@mchmarny)

Other Tasks