Skip to content
Merged
Changes from all commits
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
12 changes: 7 additions & 5 deletions ray-operator/pkg/features/features.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,28 @@ const (
// owner: @rueian @kevin85421 @andrewsykim
// rep: https://github.com/ray-project/enhancements/pull/54
// alpha: v1.2
// beta: v1.3
//
// Enables new conditions in RayCluster status
RayClusterStatusConditions featuregate.Feature = "RayClusterStatusConditions"

// owner: @andrewsykim
// owner: @andrewsykim @seanlaii
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI @seanlaii added you as an owner for this feature. Will you be able to follow-up on graduating this feature to Beta in a future release?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the info!
Sure, I can follow up on graduating this feature to Beta.
Do you have any existing guidance or checklist for the graduation process that I can refer to?

Copy link
Member Author

@andrewsykim andrewsykim Nov 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No this is prettty new process for this project. But I think as long as we've done some testing and heard feedback from 1-2 users, we are good to graduate and enable by default

// rep: N/A
// alpha: v1.3
//
// Enables new deletion policy API in RayJob
RayJobDeletionPolicy featuregate.Feature = "RayJobDeletionPolicy"

// owner: @aaronliang
// owner: @aaronliang @ryanaoleary
// rep: N/A
// alpha: v1.0
// alpha: v1.5
//
// Enables multi-host worker indexing
RayMultiHostIndexing featuregate.Feature = "RayMultiHostIndexing"

// owner: @ryanaoleary
// rep: N/A
// alpha: v1.0
// rep: https://github.com/ray-project/enhancements/pull/58
// alpha: v1.5
//
// Enabled NewClusterWithIncrementalUpgrade type for RayService zero-downtime upgrades.
RayServiceIncrementalUpgrade featuregate.Feature = "RayServiceIncrementalUpgrade"
Expand Down
Loading