From ff601707a74f07bf29e2485a80a8e35ec4dc806b Mon Sep 17 00:00:00 2001 From: Eduardo Apolinario Date: Fri, 6 Dec 2024 17:42:59 -0500 Subject: [PATCH] Format changelog section Signed-off-by: Eduardo Apolinario --- CHANGELOG/CHANGELOG-v1.14.0.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG/CHANGELOG-v1.14.0.md b/CHANGELOG/CHANGELOG-v1.14.0.md index be5767ceb4..132210dfc8 100644 --- a/CHANGELOG/CHANGELOG-v1.14.0.md +++ b/CHANGELOG/CHANGELOG-v1.14.0.md @@ -7,11 +7,13 @@ A significant update to the flytekit storage interface enables downloading multi Fixed - Better handling of CORS in TLS connections (#5855) + When using Flyte with TLS certificates, CORS options were not enabled causing issues like the Flyte console UI not showing any project when multiple were created. This scenario came with relative frequency among users evaluating Flyte in non-production environments. Now, CORS will be enabled on TLS connections too. ## Changed - Enhanced flexibility for Ray plugin configurations (#5933) + This release makes the configuration of RayJobs more flexible, letting you pass Pod specs independently for each Ray node type: Worker, Head, and Submitter. This enables you to declare configuration for each group to better align with your infrastructure requirements: ```yaml ray_config = RayJobConfig(