Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.32 KB

CHANGELOG-v0.13.0.md

File metadata and controls

18 lines (14 loc) · 1.32 KB

Flyte v0.13.0

Platform

  • Oauth2 support with SingleSignOn and configuration examples for popular IDP's now available in Flyte. Please see the updated information and description of the feature, and the setup information Attention: If using Auth already - this is a BREAKING change. refer to the migration guide to update configuration to ensure Admin continues to work. (No migration needed if auth is not turned on.)
  • Backend improvements to support dynamic workflow visualization (in future releases).
  • Lot of features added to flytectl .
  • Documentation site overhaul and redesign (more in progress)

Flytekit

The first two features should be considered beta and subject to change

  • First cut of the control plane classes to replace the old Sdk... classes. These classes provide programmatic access to a Flyte backend.
  • New paradigm for flytekit-only plugins
  • SqlAlchemy/Dolt plugins.

Please see the flytekit release for the full list and more details.