From a5cef4e3f2110e152225a3dba8206019d03a120f Mon Sep 17 00:00:00 2001 From: Ketan Umare Date: Mon, 29 Jun 2020 22:45:37 -0700 Subject: [PATCH] Added RawContainer support to changelog (#375) --- CHANGELOG/CHANGELOG-v0.5.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG/CHANGELOG-v0.5.0.md b/CHANGELOG/CHANGELOG-v0.5.0.md index e9a4c18472..ed6d4bb6be 100644 --- a/CHANGELOG/CHANGELOG-v0.5.0.md +++ b/CHANGELOG/CHANGELOG-v0.5.0.md @@ -9,6 +9,7 @@ - [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. - Fixed retries for dynamically yielded nodes. +- PreAlpha Support for Raw container with FlyteCoPilot. (docs coming soon). [Sample Notebooks](https://github.com/lyft/flytekit/blob/master/sample-notebooks/raw-container-shell.ipynb). This makes it possible to run workflows with arbitrary containers ## Plugins - Cleaned up Presto executor to send namespace as user to improve queueing