|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +## [0.10.11] - 2026-03-12 |
| 6 | + |
| 7 | +### Bug Fixes |
| 8 | + |
| 9 | +- *(recipe)* Bump NCCL all-reduce bandwidth threshold to 300 Gbps by [@xdu31](https://github.com/xdu31) |
| 10 | +- *(validator)* Truncate long stdout lines to prevent oversized reports by [@xdu31](https://github.com/xdu31) |
| 11 | +- Wrap bare errors and check writable Close() returns by [@mchmarny](https://github.com/mchmarny) |
| 12 | +- Replace magic duration literals with named constants from pkg/defaults by [@mchmarny](https://github.com/mchmarny) |
| 13 | +- *(test)* Eliminate dead tests, non-deterministic skips, and flaky sleeps by [@mchmarny](https://github.com/mchmarny) |
| 14 | +- *(ci)* Use root directory for github-actions dependabot scanning by [@mchmarny](https://github.com/mchmarny) |
| 15 | + |
| 16 | +### New Features |
| 17 | + |
| 18 | +- *(validator)* Add Kubeflow Trainer to robust-controller and skip inference-gateway on training clusters by [@yuanchen8911](https://github.com/yuanchen8911) |
| 19 | +- *(bundler)* Add pre-flight checks to deploy.sh and post-flight to undeploy.sh by [@yuanchen8911](https://github.com/yuanchen8911) |
| 20 | + |
| 21 | +### Other Tasks |
| 22 | + |
| 23 | +- Image update by [@mchmarny](https://github.com/mchmarny) |
| 24 | +- *(install)* Add Homebrew installation option by [@mchmarny](https://github.com/mchmarny) |
| 25 | +- *(site)* Align Go version requirements to 1.26 by [@yuanchen8911](https://github.com/yuanchen8911) |
| 26 | +- Migrate from Hugo/Docsy to VitePress by [@tabern](https://github.com/tabern) |
| 27 | +- Dep update by [@mchmarny](https://github.com/mchmarny) |
| 28 | +- *(api)* Add missing bundle params and document CLI-only gaps by [@mchmarny](https://github.com/mchmarny) |
| 29 | +- Ignore GHSA-67mh-4wv8-2f99 (esbuild) in grype scan by [@mchmarny](https://github.com/mchmarny) |
| 30 | +- *(ci)* Bump actions/cache to v5.0.3 and goreleaser-action to v7.0.0 by [@mchmarny](https://github.com/mchmarny) |
| 31 | +- Deps: bump aws-actions/configure-aws-credentials from 5.1.1 to 6.0.0 by [@dependabot[bot]](https://github.com/dependabot[bot]) |
| 32 | +- Deps: bump actions/github-script from 7.0.1 to 8.0.0 by [@dependabot[bot]](https://github.com/dependabot[bot]) |
| 33 | +- Deps: bump docker/setup-buildx-action from 3.10.0 to 4.0.0 by [@dependabot[bot]](https://github.com/dependabot[bot]) |
| 34 | +- Deps: bump github/codeql-action from 4.32.0 to 4.32.6 by [@dependabot[bot]](https://github.com/dependabot[bot]) |
| 35 | +- Deps: bump docker/build-push-action from 6.15.0 to 7.0.0 by [@dependabot[bot]](https://github.com/dependabot[bot]) |
| 36 | +- Deps: bump actions/setup-node from 4.4.0 to 6.3.0 by [@dependabot[bot]](https://github.com/dependabot[bot]) |
| 37 | +- Deps: bump actions/download-artifact from 4.1.8 to 8.0.1 by [@dependabot[bot]](https://github.com/dependabot[bot]) |
| 38 | +- Deps: bump actions/upload-artifact from 6.0.0 to 7.0.0 by [@dependabot[bot]](https://github.com/dependabot[bot]) |
| 39 | +- Deps: bump actions/setup-go from 6.2.0 to 6.3.0 by [@dependabot[bot]](https://github.com/dependabot[bot]) |
| 40 | +- Deps: bump aquasecurity/trivy-action from 0.34.1 to 0.35.0 by [@dependabot[bot]](https://github.com/dependabot[bot]) |
| 41 | +- Deps: update hashicorp/aws requirement from ~> 5.0 to ~> 6.36 in /infra/uat-aws-account by [@dependabot[bot]](https://github.com/dependabot[bot]) |
| 42 | + |
5 | 43 | ## [0.10.10] - 2026-03-11 |
6 | 44 |
|
7 | 45 | ### Bug Fixes |
|
0 commit comments