Bug fixes
- Fixed a bug where the kubectl plugin did not re-check RayJob status after losing the port-forward connection, which could leave
kubectl ray job submithanging. #5147 - Fixed a bug where the History Server could lose rotated Ray logs by collecting them only after they were overwritten. #5101
- Reduced History Server memory usage by caching the decoded snapshot struct in the session LRU instead of raw JSON bytes. #5208
- Fixed broken sample manifests. #5154
- Repinned the ML samples to a base Ray image with runtime-installed deps, since the
rayproject/ray-ml:2.46.0.0e19ea-*tags were removed from Docker Hub and the samples failed with ImagePullBackOff. #5194
Breaking Changes
- Disabled History Server live-cluster support by default to avoid unintended proxying to running clusters. #5199
Changelog
Full Changelog: v1.7.0...v1.7.1