flyte

Scalable and flexible workflow orchestration platform that seamlessly unifies data, ML and analytics stacks.

APACHE-2.0 License

Downloads
463.7K
Stars
4.9K
Committers
253

Bot releases are hidden (Show)

flyte - Flyte v1.10.6-b0 milestone release

Published by eapolinario 11 months ago

Flyte v1.10.6-b0 Release

Beta release.

flyte - Flyte v0.19.2-b1 milestone release

Published by wild-endeavor almost 3 years ago

Flyte v0.19.2-b1

Resolving the minio port conflict.

flyte - Update sandbox image with latest versions

Published by EngHabu about 3 years ago

flyte - Fix flyte sandbox and dind docker images startup

Published by EngHabu about 3 years ago

flyte - Update flyte docker images

Published by EngHabu over 3 years ago

flyte - Add hack for cgroup v2 to sandbox entrypoints

Published by katrogan over 3 years ago

flyte - Wait for deployments to be created using rollout before checking for availability

Published by pmahindrakar-oss over 3 years ago

Fixes a race condition with checking availability status on flyte pods

Wait for deployments to be created using rollout before checking for availability

Signed-off-by: Prafulla Mahindrakar [email protected]

flyte - Flyte v0.13.0 milestone release

Published by wild-endeavor over 3 years ago

https://github.com/flyteorg/flyte/pull/979

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.

flyte - Milestone 0.12.0

Published by EngHabu over 3 years ago

General

  • Added CoPilot configuration to sandbox manifest
  • Updated and streamlined documentation navigation and themes. Better content organization coming soon!

Performance

  • Improved execution performance including:
    • Reduced cache lookups
    • Improved GetWorkflowExecution performance
    • Capped max number of nodes in each propeller round
    • Misc. propeller performance tweaks
  • TaskTemplate offloading

Housekeeping

  • Migrated Datacatalog protobuf definitions to flyteidl [thanks @tnsetting]
  • Upgraded stow version used in flytestdlib
  • Moved off lyft kubernetes forks and onto official kubernetes library dependencies
  • Revamped pod tasks to use official kubernetes python client library for defining PodSpecs

Events

  • Richer event metadata for task executions
  • Better merging of custom info across task events

Bug fixes

  • Resolved non-backwards protobuf role changes that prevented launching single task executions [thanks @kanterov]
  • Better handling of large workflows and errors in flytepropeller

Flytekit (Python)

  • Access to secrets
  • Bug fixes around the 0.16 release.
    • Use original FlyteFile/FlyteDirectory
    • Fix serialization of pod specs in pod plugin [thanks @jeevb]
    • Accept auth role arg in single task execution
    • Fixed task resolver in map task
    • Requests and limits added to ContainerTask [thanks @migueltol22]
flyte - Update sandbox images to allow overriding api port

Published by EngHabu over 3 years ago

flyte - Flyte v0.11.0

Published by EngHabu over 3 years ago

Flyte Platform

  • New to flyte? https://start.flyte.org takes you through first run experience. (Thanks to @jeevb)
  • Grafana templates for monitoring Flyte System and User Workflows.
  • Extend Flyte docs.
  • FlyteIdl Docs are published! You can learn about the core language that makes it all work.
  • Additional knob for fine tuning flyte propeller performance that speeds up executions drastically.
  • OidC support for Google Idp (And other OidC compliant Idps)
  • Various stabilization bugs.

Flytekit

Since v0.16.0a2, the last flytekit milestone release, all effort has been towards stabilizing the new API. Please see the individual releases for detailed information. The highlights are

  • Serialization/registration processes have been firmed up and utilities to ease that process introduced (not having to build a container to serialize for instance).
  • Plugins structure revamped (eventually we'll move to a separate new repo entirely)
  • User-facing imports have been organized into three top-level subpackages (flytekit, flytekit.testing, and flytekit.extend)
  • Retries added to read-only Admin calls in client
  • Lots of cleanup and additions to the cookbook and documentation generally.
  • Bug fixes.
flyte - Include Kubernetes Dashboard in Sandbox

Published by jeevb over 3 years ago

flyte - Release containerd & dind docker images

Published by EngHabu over 3 years ago

flyte - Test tag creation

Published by EngHabu over 3 years ago

flyte - Flyte v0.10.0 Milestone release

Published by EngHabu almost 4 years ago

Flytekit

  • Alpha release of Flytekit (v0.16.0a2). Please check the release for the detailed changelog.
  • Alpha A revamp of the flytekit examples can be found here.

FlyteConsole

  • Show all executions across project and domain
  • Yielding launch plans from dynamic tasks will now show links for executions in the UI
  • Ability to pass role/service account for single task executions in the launch form
  • If auth is enabled, Console will automatically attempt login, saving you a click
  • Bug and stability fixes

Flyte Platform

  • SparkOperator v1beta2 support
  • Bug Fixes
flyte - Flyte v0.9.0 Milestone release

Published by kumare3 almost 4 years ago

Flytekit

  • Fast register - code only changes no longer need a rebuild of the container to run (read the docs!)
  • Project archive/activate command in flyte-cli
  • Bug fixes and misc improvements

Please take a look at the newest alpha release of Flytekit (v0.16.0a0) which introduces native Python based typing, and a new way of workflow authoring that enables local workflow execution.
For examples of the native typed SDK usage refer to: Cookbook Examples

FlyteConsole

  • Better Single task launch support
  • Launch form with more types supported
  • Bug and stability fixes

Flyte Platform

  • SparkOperator v1beta2 support
  • Archive/Unarchive projects
  • Bug Fixes
flyte - v0.8.0: September month-end release - "foundation"

Published by kumare3 about 4 years ago

Flyte v0.8.0

Core Platform

  • Metadata available for every task execution (First one: if the task was executed on interruptible nodes, useful when running on spot instances)
  • Support for Cron schedules with offset (only on supported schedulers - e.g. Styx)
  • Plugin overrides using Admin (docs coming soon)
  • Custom model support in Sagemaker for single node and distributed training

Console

  • Full inputs and outputs from Execution data
  • Timestamp rendering always in UTC

Flytekit

  • Dynamic overridable Spark configuration for spark tasks
  • New Tensorflow task
  • Formally removed python 2.x support. Supports only 3.6+
  • Refactor - getting ready for enhanced auto-typed flytekit
flyte - Release v0.7.0

Published by kumare3 about 4 years ago

flyte - Milestone 0.5.0 release

Published by kumare3 over 4 years ago