Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Milestone v0.5.0 #369

Merged
merged 13 commits into from
Jun 30, 2020
14 changes: 14 additions & 0 deletions CHANGELOG/CHANGELOG-v0.5.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Flyte V0.5.0
EngHabu marked this conversation as resolved.
Show resolved Hide resolved

## Infrastructure
- Moved CI/CD to Github Actions
- Added end-to-end tests as part of the PR & master merges.
- Enable CI system to run on forks.

EngHabu marked this conversation as resolved.
Show resolved Hide resolved
## Core Platform
- [Single Task Execution](https://flyte.readthedocs.io/en/latest/user/features/single_task_execution.html) to enable registering and launching tasks outside the scope of a workflow to enable faster iteration and a more intuitive development workflow.
- [Run to completion](https://flyte.readthedocs.io/en/latest/user/features/on_failure_policy.html) to enable workflows to continue executing even if one or more branches fail.
EngHabu marked this conversation as resolved.
Show resolved Hide resolved
- Fixed retries for dynamically yielded nodes.

EngHabu marked this conversation as resolved.
Show resolved Hide resolved
## Plugins
- Cleaned up Presto executor to send namespace as user to improve queueing