| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-03 | 4.7 kB | |
| v2.0.10 source code.tar.gz | 2026-04-03 | 2.9 MB | |
| v2.0.10 source code.zip | 2026-04-03 | 3.9 MB | |
| Totals: 3 Items | 6.8 MB | 1 | |
What's Changed
- [V2] Fix single binary and proxy pod slow start issue by @popojk in https://github.com/flyteorg/flyte/pull/7088
- [v2] Event update time bug by @machichima in https://github.com/flyteorg/flyte/pull/7090
- feat(runs): async abort reconciler with retry and crash recovery by @AdilFayyaz in https://github.com/flyteorg/flyte/pull/7080
- [V2]Fix secret injection error in sandbox by @popojk in https://github.com/flyteorg/flyte/pull/7101
- fix: send actual EndTime in UpdateActionStatus to fix inflated durations by @pingsutw in https://github.com/flyteorg/flyte/pull/7089
- [Run Service] Fix CreateRun response fields and fill missing default … by @WangWang0226 in https://github.com/flyteorg/flyte/pull/7058
- fix: adjust name for ActionIdentifier to a fixed value "a0" by @SZL741023 in https://github.com/flyteorg/flyte/pull/7092
- fix: suppress pflag usage output on startup errors by @pingsutw in https://github.com/flyteorg/flyte/pull/7106
- [v2] DB migration with version by @machichima in https://github.com/flyteorg/flyte/pull/7103
- Use dedicated connection for NOTIFY to avoid pool contention by @pingsutw in https://github.com/flyteorg/flyte/pull/7107
- feat(executor): in-place task retry with scoped output paths per attempt by @AdilFayyaz in https://github.com/flyteorg/flyte/pull/7093
- fix: pin docker-registry haSharedSecret to avoid sandbox manifest churn by @pingsutw in https://github.com/flyteorg/flyte/pull/7108
- fix(connector): move plugin initialization into PluginLoader for lazy init by @pingsutw in https://github.com/flyteorg/flyte/pull/6932
- [V2] Set global secret if both project and domain not provided by @popojk in https://github.com/flyteorg/flyte/pull/7102
- fix(runs): allow phase update after terminal state for retry by @pingsutw in https://github.com/flyteorg/flyte/pull/7120
- [V2] Pass run context to subaction + return in GetRunDetails by @machichima in https://github.com/flyteorg/flyte/pull/7094
- [V2] Merge k3s kubeconfig to default kubeconfig by @popojk in https://github.com/flyteorg/flyte/pull/7113
- fix(runs): fix B-tree index contention on actions table by @AdilFayyaz in https://github.com/flyteorg/flyte/pull/7122
- perf: parallel worker pool for TaskAction watch event processing by @AdilFayyaz in https://github.com/flyteorg/flyte/pull/7119
- [v2] Event watcher by @machichima in https://github.com/flyteorg/flyte/pull/7091
- [v2] Informer cache by @machichima in https://github.com/flyteorg/flyte/pull/7129
- [v2][Service] Change the return of the app and trigger service endpoint by @SZL741023 in https://github.com/flyteorg/flyte/pull/7110
- README updated by @kumare3 in https://github.com/flyteorg/flyte/pull/7131
- [CON2-143] Add provider based email templates for notifications by @pmahindrakar-oss in https://github.com/flyteorg/flyte/pull/7126
- fix: sanitize generatedName in tasklog template to be DNS-1123 compatible by @pingsutw in https://github.com/flyteorg/flyte/pull/7130
- Remove buildkit server from sandbox by @pingsutw in https://github.com/flyteorg/flyte/pull/7132
- feat(sandbox): Replace PostgreSQL pod with embedded-postgres by @pingsutw in https://github.com/flyteorg/flyte/pull/7123
- Replace envoy proxy with Traefik ingress in sandbox by @pingsutw in https://github.com/flyteorg/flyte/pull/7134
- fix: always call writeOutput on connector SUCCEEDED by @pvditt in https://github.com/flyteorg/flyte/pull/7135
- [V2] phase info reason to cluster event by @machichima in https://github.com/flyteorg/flyte/pull/7142
- fix: set isDir to true when upload dir by @machichima in https://github.com/flyteorg/flyte/pull/7143
- Return dataproxy url in publicconfig api and implement auth metadata server stub by @katrogan in https://github.com/flyteorg/flyte/pull/7137
- fix: propagate action group through TaskAction CRD to runs service by @AdilFayyaz in https://github.com/flyteorg/flyte/pull/7141
- fix(actions): remove minimum length validation from state field by @SVilgelm in https://github.com/flyteorg/flyte/pull/7136
- Remove kubernetes-dashboard from sandbox by @pingsutw in https://github.com/flyteorg/flyte/pull/7140
- Migrate mockery from v2 to v3.7.0 by @SVilgelm in https://github.com/flyteorg/flyte/pull/7148
- refactor settings api to be simpler and more type safe by @afbrock in https://github.com/flyteorg/flyte/pull/7127
- Create separate CreateRun & UploadInputs APIs by @katrogan in https://github.com/flyteorg/flyte/pull/7139
- Implement CreateRun and UploadInputs APIs by @katrogan in https://github.com/flyteorg/flyte/pull/7152
Full Changelog: https://github.com/flyteorg/flyte/compare/v2.0.9...v2.0.10