-
Notifications
You must be signed in to change notification settings - Fork 669
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Flyte components - 0.18.0 release (#1669)
* Update Flyte Components Signed-off-by: Flyte-Bot <[email protected]> * Bump release version Signed-off-by: Eduardo Apolinario <[email protected]> * Add CHANGELOG-v0.18.0.md Signed-off-by: Eduardo Apolinario <[email protected]> * Fill in 0.18.0 changelog. Combined changelogs of all versions greater than 0.17.0 Signed-off-by: Eduardo Apolinario <[email protected]> * Update flytetools image Signed-off-by: Eduardo Apolinario <[email protected]> * Copy the right flytetools image SHA Signed-off-by: Eduardo Apolinario <[email protected]> Co-authored-by: eapolinario <[email protected]>
- Loading branch information
1 parent
efd4d14
commit 3ada147
Showing
18 changed files
with
155 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Flyte v0.18.0 | ||
|
||
|
||
## Platform | ||
1. [Flyte Native scheduler](https://www.youtube.com/watch?v=YljIIJx1_q8) | ||
2. [Support for Snowflake](https://github.com/flyteorg/flytesnacks/blob/master/cookbook/integrations/external_services/snowflake/README.rst) including backend plugin and flytekit tasks | ||
3. Expose default MaxParallelism in flyteadmin [configuration](https://github.com/flyteorg/flyteadmin/pull/262) | ||
4. Support [custom resource cleanup policy](https://github.com/flyteorg/flyte/issues/1345) in backend plugins | ||
5. Improved error message in the case of [images with invalid names](https://github.com/flyteorg/flyte/issues/306) | ||
6. Added default buckets in sandbox helm | ||
7. Fixed bug in helm chart propeller config. logs url will not update correctly | ||
8. Added cluster-admin read only roles for kubernetes dashboard | ||
9. Updated helm chart to include minio & kubernetes Dashboard nodePort | ||
|
||
|
||
## flytekit | ||
|
||
1. Continued changes to the FlyteRemote interface, including: | ||
- `remote.sync` now operates on the object in-place. | ||
- A `sync_nodes` argument has been added to the `remote.sync` call - by default it's True but set it to False if you want to only render inputs/outputs at the top level (rather than at every node within the execution). | ||
- The `sync` call on `FlyteWorkflowExecution` objects was removed (it was already deprecated and a noop but if you were calling it, you'll need to remove it.) | ||
- gRPC credentials to FlyteRemote | ||
2. Improved typing errors when scanning user code. Added better type inference to some of the transformers. | ||
3. Plugin tests have been moved into each individual plugin's `test` folder. | ||
4. Snowflake task has been added | ||
5. Fixes to SQLAlchemy task secrets handling | ||
6. Modin schema transformer | ||
|
||
Please see the [flytekit release](https://github.com/flyteorg/flytekit/releases/tag/v0.23.0) for the full list and more details. | ||
|
||
|
||
## UI | ||
1. Additional information when a Task in a non-terminal state | ||
2. Support for workflow versions | ||
|
||
|
||
## flytectl | ||
1. Sandbox docker images can now be provided as a parameter | ||
2. Bug fixes: | ||
- panics in calls to get execution details and launchplans. | ||
- datetime format generated in execFile are now valid |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.