File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
ray-operator/pkg/features Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -14,26 +14,28 @@ const (
1414 // owner: @rueian @kevin85421 @andrewsykim
1515 // rep: https://github.com/ray-project/enhancements/pull/54
1616 // alpha: v1.2
17+ // beta: v1.3
1718 //
1819 // Enables new conditions in RayCluster status
1920 RayClusterStatusConditions featuregate.Feature = "RayClusterStatusConditions"
2021
21- // owner: @andrewsykim
22+ // owner: @andrewsykim @seanlaii
2223 // rep: N/A
2324 // alpha: v1.3
2425 //
2526 // Enables new deletion policy API in RayJob
2627 RayJobDeletionPolicy featuregate.Feature = "RayJobDeletionPolicy"
2728
28- // owner: @aaronliang
29+ // owner: @aaronliang @ryanaoleary
2930 // rep: N/A
30- // alpha: v1.0
31+ // alpha: v1.5
32+ //
3133 // Enables multi-host worker indexing
3234 RayMultiHostIndexing featuregate.Feature = "RayMultiHostIndexing"
3335
3436 // owner: @ryanaoleary
35- // rep: N/A
36- // alpha: v1.0
37+ // rep: https://github.com/ray-project/enhancements/pull/58
38+ // alpha: v1.5
3739 //
3840 // Enabled NewClusterWithIncrementalUpgrade type for RayService zero-downtime upgrades.
3941 RayServiceIncrementalUpgrade featuregate.Feature = "RayServiceIncrementalUpgrade"
You can’t perform that action at this time.
0 commit comments