Skip to content

Commit 8a0f463

Browse files
authored
Promote ResourceAdoption and ReadOnlyResources features from Alpha to Beta (#197)
Description of changes: - Promote ResourceAdoption and ReadOnlyResources features from Alpha to Beta More Info: aws-controllers-k8s/community#2586 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 445c03f commit 8a0f463

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)