Skip to content

Releases: flyteorg/flyte

v2.0.12

16 Apr 16:21
4213fef

Choose a tag to compare

What's Changed

  • Remove org field from tables, CRD, and API layer by @pingsutw in #7157
  • [V2] Add dummy org to task pod by @popojk in #7158
  • [V2] Implement trace action by @popojk in #7151
  • [V2] Remove sqlite by @popojk in #7159
  • feat: add Knative serving dependency and app service config structs by @AdilFayyaz in #7161
  • [V2] Fix pod owner reference to enable watch-triggered reconciles by @pingsutw in #7167
  • [V2] Fix WatchRun not updating in UI by @popojk in #7169
  • [V2] Replace GORM with sqlx for database operations by @pingsutw in #7160
  • [V2] Speed up check-generate CI with parallelization, caching, and cargo check by @pingsutw in #7168
  • [V2] Rename flyte-sandbox to flyte-demo and simplify pod names by @pingsutw in #7170
  • Add .gitattributes to collapse generated files and mocks in Github diffs by @katrogan in #7185
  • [V2] Dataproxy support CreateDownloadLink by @machichima in #7191
  • [V2] Add Trigger service and Scheler by @machichima in #7163
  • Add cluster service and SelectCluster method by @katrogan in #7187
  • Revert "[V2] Dataproxy support CreateDownloadLink (#7191)" by @pingsutw in #7195
  • Move GetActionData from RunsService to Dataproxy by @katrogan in #7184
  • [V2] Fix CRD update conflict error by @popojk in #7181
  • [V2] Fix trace issue by @popojk in #7178
  • [V2] Replace minio with rustfs by @popojk in #7180
  • [V2] Fix manager module object store config by @popojk in #7202
  • [V2] Upgrade Kubernetes version to 1.34 in demo and dev environments by @pingsutw in #7190
  • [V2] Fix sandbox yaml by @popojk in #7208
  • [V2] Dataproxy support CreateDownloadLink by @popojk in #7199
  • Bump boilerplate golang_support_tools to Go 1.25 and refresh deps by @pingsutw in #7213
  • [V2] Set ReportUri in ActionEvent output references by @pingsutw in #7214
  • [V2] Fix dataproxy doc by @popojk in #7219
  • [V2] Fix dataproxy proto: add code bundle artifact type and fix field numbering by @pingsutw in #7220
  • Move TailLogs endpoint to dataproxy by @katrogan in #7194

Full Changelog: v2.0.11...v2.0.12

v2.0.11

03 Apr 22:47
57c779f

Choose a tag to compare

What's Changed

  • fix: add git safe.directory config for publish-python workflow by @pingsutw in #7156

Full Changelog: v2.0.10...v2.0.11

v2.0.10

03 Apr 20:44
fef062b

Choose a tag to compare

What's Changed

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

Full Changelog: v2.0.9...v2.0.10

Flyte v1.16.5 milestone release

01 Apr 00:25
82a2e12

Choose a tag to compare

Flyte 1.16.5

What's Changed

  • Fix: Prevent dropping of empty string args when constructing RayJob entrypoint by @fg91 in #6947
  • don't reuse parent wf state for array node subnodes by @pvditt in #6929
  • Feat: Make RayCluster head node ingress optional by @fg91 in #6852
  • Flyte 2 update by @kumare3 in #6961
  • Add RBAC support for cross-namespace secret reading by @rohitrsh in #6919
  • set run_all_sub_nodes for array node idl by @pvditt in #6966
  • Add Config struct with DisableConfigEndpoint option to profutils profiling server. Register config section under "prof" key with pflags generation and conditionally skip the /config HTTP handler when disabled. by @EngHabu in #7016
  • Modernize codespell config: move from inline workflow to .codespellrc by @yarikoptic in #7104

New Contributors

Full Changelog: v1.16.4...v1.16.5

v2.0.9

25 Mar 04:31
9561ff2

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.8...v2.0.9

v2.0.8

18 Mar 23:45
e001908

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.7...v2.0.8

v2.0.7

02 Mar 20:02
b5d03e7

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.6...v2.0.7

v2.0.6

14 Feb 01:32
b142044

Choose a tag to compare

What's Changed

  • feat(idl/actions): Add Actions message and change EnqueueRequest to use it by @SVilgelm in #6916
  • Add permission action proto by @popojk in #6898

Full Changelog: v2.0.5...v2.0.6

Flyte v1.16.4 milestone release

12 Feb 19:52
b5f898c

Choose a tag to compare

Flyte 1.16.4

What's Changed

New Contributors

Full Changelog: v1.16.3...v1.16.4

v2.0.5

11 Feb 21:48
7c3649a

Choose a tag to compare

What's Changed

Full Changelog: v2.0.4...v2.0.5