-
Notifications
You must be signed in to change notification settings - Fork 681
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 Signed-off-by: Flyte-Bot <[email protected]> Signed-off-by: Haytham Abuelfutuh <[email protected]> * update endtoend to flytekit 0.17 Signed-off-by: wild-endeavor <[email protected]> Signed-off-by: Haytham Abuelfutuh <[email protected]> * empty changelog Signed-off-by: wild-endeavor <[email protected]> Signed-off-by: Haytham Abuelfutuh <[email protected]> * Update ChangeLog Signed-off-by: Haytham Abuelfutuh <[email protected]> * before pull from flyte-bot-update-releases Signed-off-by: Haytham Abuelfutuh <[email protected]> Co-authored-by: EngHabu <[email protected]> Co-authored-by: wild-endeavor <[email protected]> Co-authored-by: HackMD <[email protected]>
- Loading branch information
1 parent
79cde74
commit 6a43402
Showing
10 changed files
with
79 additions
and
44 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,35 @@ | ||
# 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] | ||
|
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
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.