| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-08 | 2.6 kB | |
| v2.0.39 source code.tar.gz | 2026-08-08 | 3.6 MB | |
| v2.0.39 source code.zip | 2026-08-08 | 4.8 MB | |
| Totals: 3 Items | 8.3 MB | 0 | |
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 https://github.com/flyteorg/flyte/pull/7739
- build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.43.2 to 1.43.3 by @dependabot[bot] in https://github.com/flyteorg/flyte/pull/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 https://github.com/flyteorg/flyte/pull/7795
- Revert "Revert "Port over viper fixes from master (#7755)"" by @wild-endeavor in https://github.com/flyteorg/flyte/pull/7781
- feat: add TRIGGERED and ON_ARTIFACT run relation types by @kumare3 in https://github.com/flyteorg/flyte/pull/7802
- Make api and well known ingresses have configurable hosts by @Sovietaced in https://github.com/flyteorg/flyte/pull/7801
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.32 to 1.32.34 by @dependabot[bot] in https://github.com/flyteorg/flyte/pull/7796
- [Spark] Upgrade client library by @wild-endeavor in https://github.com/flyteorg/flyte/pull/7744
- fix: reject invalid run names at CreateRun instead of failing later at k8s admission by @AdilFayyaz in https://github.com/flyteorg/flyte/pull/7805
- Demote steady-state discovery and per-task logs that spam at INFO/ERROR by @pvditt in https://github.com/flyteorg/flyte/pull/7489
- Adding OPERATION_GET_CLUSTER_CONFIG by @notSoWiseOldMan in https://github.com/flyteorg/flyte/pull/7800
- fix(devbox-bundled): drop leftover istio refs so k3s applies the knative manifest by @pingsutw in https://github.com/flyteorg/flyte/pull/7334
- fix: prevent composed clustered tasks from getting stuck in RUNNING due to long JobSet pod names by @AdilFayyaz in https://github.com/flyteorg/flyte/pull/7683
New Contributors
- @notSoWiseOldMan made their first contribution in https://github.com/flyteorg/flyte/pull/7739
Full Changelog: https://github.com/flyteorg/flyte/compare/v2.0.38...v2.0.39