-
Notifications
You must be signed in to change notification settings - Fork 671
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]> * Add changelog and bump version in conf.py Signed-off-by: eduardo apolinario <[email protected]> --------- Signed-off-by: Flyte-Bot <[email protected]> Signed-off-by: eduardo apolinario <[email protected]> Co-authored-by: eapolinario <[email protected]>
- Loading branch information
1 parent
41e2ef4
commit 88f6d15
Showing
26 changed files
with
231 additions
and
159 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,72 @@ | ||
# Flyte v1.6.0 release | ||
|
||
In this release we're announcing support for writing backend plugins in python. This is in experimental state, feedback | ||
and bug reports are welcome! | ||
|
||
## Database migrations | ||
|
||
This release contains a database migration that remediates an issue that we discovered with very old installations of Flyte. | ||
For more details, please read the Flyte [https://github.com/flyteorg/flyte/releases/tag/v1.5.1](1.5.1 release notes). | ||
|
||
|
||
## Platform | ||
|
||
As mentioned in the previous release, we are working to improve performance investigations. In this release we're announcing: | ||
1. Runtime metrics UI | ||
2. [Profile time spent in a task](https://github.com/flyteorg/flytekit/pull/1581) via @timeit decorator | ||
3. [Lazy loading of flytekit dependencies](https://github.com/flyteorg/flytekit/pull/1590) | ||
|
||
## flytekit | ||
|
||
Lots of features shipped in 1.6, including: | ||
1. [Prettified pyflyte run logs](https://github.com/flyteorg/flytekit/pull/1602) | ||
2. [Simplified image builds via ImageSpec](https://github.com/flyteorg/flytekit/pull/1555) | ||
3. [External backed plugins](https://github.com/flyteorg/flytekit/pull/1524) | ||
|
||
For a full changelog, go to https://github.com/flyteorg/flytekit/releases/tag/v1.6.0. | ||
|
||
## Console | ||
* feat: show launchplan in execution table by @pradithya in https://github.com/flyteorg/flyteconsole/pull/738 | ||
* feat: show launch plan information in workflow's schedules by @pradithya in https://github.com/flyteorg/flyteconsole/pull/739 | ||
* fix: passthrough runtime env vars by @ursucarina in https://github.com/flyteorg/flyteconsole/pull/741 | ||
* chore: add fallback to task execution link by @ursucarina in https://github.com/flyteorg/flyteconsole/pull/743 | ||
* chore: allow custom subnav by @ursucarina in https://github.com/flyteorg/flyteconsole/pull/734 | ||
* fix: force node executions to pull their status by @ursucarina in https://github.com/flyteorg/flyteconsole/pull/737 | ||
* chore: fix details panel card padding by @ursucarina in https://github.com/flyteorg/flyteconsole/pull/745 | ||
* chore: fix crash by @ursucarina in https://github.com/flyteorg/flyteconsole/pull/746 | ||
* [UI Feature] Add full-list log output to execution detail panel by @james-union in https://github.com/flyteorg/flyteconsole/pull/744 | ||
* TLM add log-message window to left panel by @james-union in https://github.com/flyteorg/flyteconsole/pull/748 | ||
* [Snyk] Upgrade eslint from 8.31.0 to 8.33.0 by @EngHabu in https://github.com/flyteorg/flyteconsole/pull/695 | ||
* chore: [tlm] comprehensive node execution query by @ursucarina in https://github.com/flyteorg/flyteconsole/pull/749 | ||
* chore: guard against /tasks failing by @ursucarina in https://github.com/flyteorg/flyteconsole/pull/750 | ||
* chore: propagate dynamic parent id by @ursucarina in https://github.com/flyteorg/flyteconsole/pull/751 | ||
* Add support fetching description entity by @pingsutw in https://github.com/flyteorg/flyteconsole/pull/735 | ||
|
||
## Admin | ||
* Infer GOOS and GOARCH from environment by @jeevb in https://github.com/flyteorg/flyteadmin/pull/550 | ||
* Enrich TerminateExecution error to tell propeller the execution already terminated by @EngHabu in https://github.com/flyteorg/flyteadmin/pull/551 | ||
* Address resolution by @wild-endeavor in https://github.com/flyteorg/flyteadmin/pull/546 | ||
* Add migration to turn `parent_id` column into `bigint` only if necessary by @eapolinario in https://github.com/flyteorg/flyteadmin/pull/554 | ||
|
||
## Propeller | ||
* Moved controller-runtime start out of webhook Run function by @hamersaw in https://github.com/flyteorg/flytepropeller/pull/546 | ||
* Fixing recovering of SKIPPED nodes by @hamersaw in https://github.com/flyteorg/flytepropeller/pull/551 | ||
* Remove resource injection on the node for container task by @ByronHsu in https://github.com/flyteorg/flytepropeller/pull/544 | ||
* Infer GOOS and GOARCH from environment by @jeevb in https://github.com/flyteorg/flytepropeller/pull/552 | ||
* fix makefile to read variables from environment and overrides by @jeevb in https://github.com/flyteorg/flytepropeller/pull/554 | ||
* Remove BarrierTick by @hamersaw in https://github.com/flyteorg/flytepropeller/pull/545 | ||
* Check for TerminateExecution error and eat Precondition status by @EngHabu in https://github.com/flyteorg/flytepropeller/pull/553 | ||
* Setting primaryContainerName by default on Pod plugin by @hamersaw in https://github.com/flyteorg/flytepropeller/pull/555 | ||
* Implement ability to specify additional/override annotations when using Vault Secret Manager by @pradithya in https://github.com/flyteorg/flytepropeller/pull/556 | ||
* Maintaining Interruptible and OverwriteCache for reference launchplans by @hamersaw in https://github.com/flyteorg/flytepropeller/pull/557 | ||
* Added support for aborting task nodes reported as failures by @hamersaw in https://github.com/flyteorg/flytepropeller/pull/541 | ||
* Added support for EnvironmentVariables on ExecutionConfig by @hamersaw in https://github.com/flyteorg/flytepropeller/pull/558 | ||
* Fast fail if task resource requests exceed k8s resource limits by @hamersaw in https://github.com/flyteorg/flytepropeller/pull/488 | ||
|
||
## New Contributors | ||
* @wckdman made their first contribution in https://github.com/flyteorg/flytekit/pull/1588 | ||
* @peridotml made their first contribution in https://github.com/flyteorg/flytekit/pull/1599 | ||
* @ringohoffman made their first contribution in https://github.com/flyteorg/flytekit/pull/1631 | ||
* @elibixby made their first contribution in https://github.com/flyteorg/flytekit/pull/1615 | ||
* @ByronHsu made their first contribution in https://github.com/flyteorg/flytepropeller/pull/544 | ||
|
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
Large diffs are not rendered by default.
Oops, something went wrong.
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.