Highlights
- Fix: Composed clustered tasks no longer get stuck in RUNNING due to long JobSet pod names (#7683)
- Fix: devbox-bundled — removed leftover istio refs so k3s applies the knative manifest (#7334)
- Feat: New
TRIGGEREDandON_ARTIFACTrun relation types (#7802) - Feat:
cluster_idadded toSelectClusterRequest(#7739) and newOPERATION_GET_CLUSTER_CONFIG(#7800) - Feat: Configurable hosts for api and well-known ingresses (#7801)
- Spark: Upgraded client library (#7744)
- Logging: Demoted steady-state discovery and per-task logs that spammed at INFO/ERROR (#7489)
What's Changed
- feat: Adding cluster_id to SelectClusterRequest by @notSoWiseOldMan in #7739
- build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.43.2 to 1.43.3 by @dependabot[bot] in #7794
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/secretsmanager from 1.44.2 to 1.44.3 by @dependabot[bot] in #7795
- Revert "Revert "Port over viper fixes from master (#7755)"" by @wild-endeavor in #7781
- feat: add TRIGGERED and ON_ARTIFACT run relation types by @kumare3 in #7802
- Make api and well known ingresses have configurable hosts by @Sovietaced in #7801
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.32 to 1.32.34 by @dependabot[bot] in #7796
- [Spark] Upgrade client library by @wild-endeavor in #7744
- fix: reject invalid run names at CreateRun instead of failing later at k8s admission by @AdilFayyaz in #7805
- Demote steady-state discovery and per-task logs that spam at INFO/ERROR by @pvditt in #7489
- Adding OPERATION_GET_CLUSTER_CONFIG by @notSoWiseOldMan in #7800
- fix(devbox-bundled): drop leftover istio refs so k3s applies the knative manifest by @pingsutw in #7334
- fix: prevent composed clustered tasks from getting stuck in RUNNING due to long JobSet pod names by @AdilFayyaz in #7683
New Contributors
- @notSoWiseOldMan made their first contribution in #7739
Full Changelog: v2.0.38...v2.0.39