From eedf522a5d00e67bca89a0619ae1894984c2e218 Mon Sep 17 00:00:00 2001 From: Niels Bantilan Date: Tue, 4 Aug 2026 10:51:40 -0400 Subject: [PATCH 1/3] update readme for flyte 2 GA announcement Signed-off-by: Niels Bantilan --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d1eae5331..1a79b0b65 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,15 @@ +> [!IMPORTANT] +> ## Looking for Flyte 2? +> +> - **⭐️ Flyte 2 is now generally available!** Check out the deployment guide [here](https://www.union.ai/docs/v2/flyte/oss-deployment/) +> - **Want to try Flyte 2 locally?** Run the **[Devbox](https://www.union.ai/docs/v2/flyte/user-guide/get-started/run-modes/running-devbox/)** with the new Python SDK for Flyte 2. +> - **Want to contribute to the Flyte 2 UI?** See the new **[repo](https://github.com/unionai-oss/flyte2-ui/)** of this repo. +> +> **The README below is for Flyte 1.x.** +

- Flyte Logo + Flyte Logo

Flyte Console From 83017e046444d6e345cd5bf6bccdc24d7effb2b2 Mon Sep 17 00:00:00 2001 From: Niels Bantilan Date: Tue, 4 Aug 2026 11:00:17 -0400 Subject: [PATCH 2/3] Fix formatting for Flyte 2 UI contribution note --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a79b0b65..76b5cc862 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ > > - **⭐️ Flyte 2 is now generally available!** Check out the deployment guide [here](https://www.union.ai/docs/v2/flyte/oss-deployment/) > - **Want to try Flyte 2 locally?** Run the **[Devbox](https://www.union.ai/docs/v2/flyte/user-guide/get-started/run-modes/running-devbox/)** with the new Python SDK for Flyte 2. -> - **Want to contribute to the Flyte 2 UI?** See the new **[repo](https://github.com/unionai-oss/flyte2-ui/)** of this repo. +> - **Want to contribute to the Flyte 2 UI?** See the new **[repo](https://github.com/unionai-oss/flyte2-ui/)**. > > **The README below is for Flyte 1.x.** From 936904687386fcf6d24fb0b6d262413860fd15b8 Mon Sep 17 00:00:00 2001 From: Niels Bantilan Date: Tue, 4 Aug 2026 11:29:32 -0400 Subject: [PATCH 3/3] Change Flyte 2 announcement link in README Updated the Flyte 2 announcement link in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76b5cc862..caa2e655d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ > [!IMPORTANT] > ## Looking for Flyte 2? > -> - **⭐️ Flyte 2 is now generally available!** Check out the deployment guide [here](https://www.union.ai/docs/v2/flyte/oss-deployment/) +> - **⭐️ Flyte 2 is now generally available!** Read more in the announcement [here](https://www.union.ai/blog-post/flyte-2-is-generally-available-the-durable-open-source-ai-runtime). > - **Want to try Flyte 2 locally?** Run the **[Devbox](https://www.union.ai/docs/v2/flyte/user-guide/get-started/run-modes/running-devbox/)** with the new Python SDK for Flyte 2. > - **Want to contribute to the Flyte 2 UI?** See the new **[repo](https://github.com/unionai-oss/flyte2-ui/)**. >