Skip to content

Commit 8c73503

Browse files
committed
Promote ResourceAdoption and ReadOnlyResources features from Alpha to Beta status
1 parent 445c03f commit 8c73503

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/featuregate/features.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ const (
3636
// defaultACKFeatureGates is a map of feature names to Feature structs
3737
// representing the default feature gates for ACK controllers.
3838
var defaultACKFeatureGates = FeatureGates{
39-
ResourceAdoption: {Stage: Alpha, Enabled: false},
40-
ReadOnlyResources: {Stage: Alpha, Enabled: false},
39+
ResourceAdoption: {Stage: Beta, Enabled: true},
40+
ReadOnlyResources: {Stage: Beta, Enabled: true},
4141
TeamLevelCARM: {Stage: Alpha, Enabled: false},
4242
ServiceLevelCARM: {Stage: Alpha, Enabled: false},
4343
}

0 commit comments

Comments
 (0)