Flyte v0.13.0 milestone release
wild-endeavor
released this
05 May 23:26
·
4285 commits
to master
since this release
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.