You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As python 3.7 reached EOL support in December of 2022, we dropped support for that version on this release.
Platform
Support for PodTemplate at the task-level.
Users can now define PodTemplate as part of the definition of a task. For example, note how we have access a full V1PodSpec as part of the task definition:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Flyte 1.4 release
The main features of the 1.4 release are:
PodTemplate
at the task-levelAs python 3.7 reached EOL support in December of 2022, we dropped support for that version on this release.
Platform
Support for
PodTemplate
at the task-level.Users can now define PodTemplate as part of the definition of a task. For example, note how we have access a full V1PodSpec as part of the task definition:
We are working on more examples in our documentation. Stay tuned!
Flytekit
As promised in https://github.com/flyteorg/flytekit/releases/tag/v1.3.0, we're backporting important changes to the 1.2.x release branch. In the past month we had 2 releases: https://github.com/flyteorg/flytekit/releases/tag/v1.2.8 and https://github.com/flyteorg/flytekit/releases/tag/v1.2.9.
Here's some of the highlights of this release. For a full changelog please visit https://github.com/flyteorg/flytekit/releases/tag/v1.4.0.
Revamped auth system
In flyteorg/flytekit#1458 we introduced a new OAuth2 handling system based on client-side grpc interceptors.
New sandbox features
In this new release
flytectl demo
brings the following new features:Flyteconsole
This discussion was created from the release Flyte v1.4.0 milestone release.
Beta Was this translation helpful? Give feedback.
All reactions