Skip to content

Commit

Permalink
Format changelog section
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario committed Dec 6, 2024
1 parent 833537e commit ff60170
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG/CHANGELOG-v1.14.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit ff60170

Please sign in to comment.