Skip to content

Releases: flyteorg/flyte

Flyte v0.11.0

05 Mar 17:56
aca98e8
Compare
Choose a tag to compare

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.

Include Kubernetes Dashboard in Sandbox

03 Mar 18:41
f149af8
Compare
Choose a tag to compare
Pre-release
Add kubernetes dashboard to sandbox overlay (#789)

* Add kubernetes dashboard to sandbox overlay

Signed-off-by: Jeev B <[email protected]>

* Remove task logs from headless kustomize module

Signed-off-by: Jeev B <[email protected]>

* Update first run doc to expose 30082 for kubernetes dashboard

Signed-off-by: Jeev B <[email protected]>

* use kubernetes-template-url for specifying log URL in sandbox overlay

Signed-off-by: Jeev B <[email protected]>

* Update flytepropeller to v0.6.1 to leverage `kubernetes-template-uri` config

Signed-off-by: Jeev B <[email protected]>

Release containerd & dind docker images

23 Feb 00:22
2400a05
Compare
Choose a tag to compare
Pre-release
v0.11.0b1

Fix push image condition (#767)

Test tag creation

23 Feb 00:14
d3ec2c2
Compare
Choose a tag to compare
Test tag creation Pre-release
Pre-release
v0.11.0b0

Fix push image condition

Flyte v0.10.0 Milestone release

15 Jan 18:16
17352c7
Compare
Choose a tag to compare

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 v0.9.0 Milestone release

19 Nov 00:37
8ea26d5
Compare
Choose a tag to compare

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

v0.8.0: September month-end release - "foundation"

07 Oct 04:00
ecb63bd
Compare
Choose a tag to compare

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

Release v0.7.0

11 Sep 16:34
4a084bb
Compare
Choose a tag to compare
Release 0.7.0 (#473)

* bump

* 0.12.0b0

* set admin to 0.3.3

* kustomize

* console 0.9

* bump propeller

* kustomize

* Contributors

* updated

* updated

* updated

* updated

* Updated milestones

* Changelog updated

* Update end2end/tests/endtoend.yaml

* Update versions

Flytepropeller: v0.4.5
FlyteAdmin: v0.3.5
DataCatalog: v0.2.2
FlyteConsole: v0.11.0

* Updated Flytepropeller

* updated

* update image

* up

* fixed changelog

* updated flytepropeller

* docs updated

* end to end updated

* version updated

Co-authored-by: Ketan Umare <[email protected]>

Milestone 0.5.0 release

30 Jun 15:53
a5cef4e
Compare
Choose a tag to compare
v0.5.0

Added RawContainer support to changelog (#375)

Milestone 0.4.0 Release

25 Jun 02:26
1cfce06
Compare
Choose a tag to compare
Milestone v0.4.0 (#331)

Versions:
IDL: [v0.17.32](https://github.com/lyft/flyteidl/releases/tag/v0.17.30)
Admin: [v0.2.8](https://github.com/lyft/flyteadmin/releases/tag/v0.2.8)
Propeller: [v0.2.45](https://github.com/lyft/flytepropeller/releases/tag/v0.2.45)
DataCatalog: [v0.2.1](https://github.com/lyft/datacatalog/releases/tag/v0.2.1)
Flytekit: [v0.8.1](https://github.com/lyft/flytekit/releases/tag/v0.8.1)
FlyteConsole: [v0.5.3](https://github.com/lyft/flyteconsole/releases/tag/v0.5.3)
FlytePlugins: [v0.3.28](https://github.com/lyft/flyteplugins/releases/tag/v0.3.28)