Skip to content

Flyte v0.19.2 milestone release

Compare
Choose a tag to compare
@flyte-bot flyte-bot released this 05 Feb 03:32
· 3969 commits to master since this release
cb382d0

0.19.2 Change Log

UX

  • Added support for Archive/Unarchive Workflow Executions
  • Added Support for viewing node metadata on unexecuted nodes
  • Minor bug fixes

FlyteKit

  • Introducing the new StructuredDataset type. Turn it on by setting the env var FLYTE_SDK_USE_STRUCTURED_DATASET=TRUE. It'll be turned on by default in v1.0. Docs
  • This release also removes the legacy API.

Review the full changelog here.

System

  • Archive (issue).
    Expose the ability to archive/unarchive executions to remove clutter from the UI.
  • Security Updates:
    • Access token validation supports multiple-audience tokens (issue)
    • flytectl supports caching access tokens for multiple endpoints at the same time (issue)
  • You can use flytectl to update projects' display names and descriptions (issue)
    flytectl update project  --id data --name datadata --description "Team that manage Data Platform" --labels "team=data,managedby=flyte"