Skip to content

Commit 9eb8e3a

Browse files
authored
update stale feature gate comments (#4174)
Signed-off-by: Andrew Sy Kim <[email protected]>
1 parent f20cb12 commit 9eb8e3a

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

ray-operator/pkg/features/features.go

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)