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

v1.14.0 - Update Flyte components #6093

Merged
merged 5 commits into from
Dec 6, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Format changelog section
Signed-off-by: Eduardo Apolinario <[email protected]>
eapolinario committed Dec 6, 2024
commit ff601707a74f07bf29e2485a80a8e35ec4dc806b
2 changes: 2 additions & 0 deletions CHANGELOG/CHANGELOG-v1.14.0.md
Original file line number Diff line number Diff line change
@@ -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(
Loading