-
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.
Tracker branch for Milestone v0.2.0 (#230)
- Loading branch information
Ketan Umare
authored
Apr 1, 2020
1 parent
47a2c02
commit 88cf633
Showing
14 changed files
with
155 additions
and
39 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 |
---|---|---|
|
@@ -23,4 +23,3 @@ jobs: | |
go-version: ${{ matrix.go-version }} | ||
- name: Run end-to-end tests | ||
run: make end2end | ||
|
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,33 @@ | ||
# Flyte V0.2.0 | ||
|
||
## Changes since v0.1.0 | ||
|
||
### Core Platform | ||
- Go Mod support | ||
- Go 1.13 upgrade | ||
- OAuth Support (CLI, UI, Admin) | ||
- Standardized pull request templates & OSS process standardization | ||
- PluginMachinery and flexible statemachine for Arbitrary plugins | ||
- Improved Engine performance, reliability and write requirements to etcD (scalability) | ||
- Backoff support | ||
- Timeouts | ||
- Dynamic workflow support | ||
- Resource manager per project/domain | ||
- RawOutputDirectories created in FlytePropeller | ||
- Improve visibility and observability | ||
- User/System error differentiation | ||
- Optional interruptible tasks (lets use spot instances, reduce cost) | ||
- Caps on queue time for workflows | ||
- Multi cluster improvements | ||
- Visibility into execution cluster for the execution | ||
- Add descriptions to Identifiers (Projects, Workflows etc) | ||
- Configuration improvements throughout - You can configure Flyte for your environment | ||
- Multi Cluster placement manager | ||
|
||
### Flytekit (SDK improvements) | ||
- Subworkflow support | ||
- Collaboration of Workflows support (Workflow fetch) | ||
- Three-legged OAuth and basic authentication support | ||
- Fetch the latest version of a task instead of having to specify a version | ||
|
||
### And of course Bug fixes throughout! |
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,3 @@ | ||
# ChangeLogs | ||
|
||
- [Changes between v0.1.0 -> v0.2.0](CHANGELOG-v0.2.0.md) |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.