Graduate GKEAutopilotExtendedDurationPods to Stable
Is your feature request related to a problem? Please describe.
The "GKEAutopilotExtendedDurationPods" feature has been in Beta since 1.44.0. There have been no associated issues filed since it went into Beta. Open to comment if anyone has had issues with this feature.
Describe the solution you'd like
Move it to stable, since it's been in Beta and turned on by default for a while.
Describe alternatives you've considered
Let soak for longer.
Additional context
Task list:
[agones/pkg/util/runtime/features.go
Lines 93 to 98 in 065052a
// To promote a feature from beta->GA: // * remove all places consuming the feature gate and fold logic to true // * consider cleanup - often folding a gate to true allows refactoring // * invert the "new alpha feature" steps above // // In each of these, keep the feature sorted by descending maturity then alphabetical](https://github.com/googleforgames/agones/blob/47fa016a616ff8c60e67b739de63e5513efb07d0/pkg/util/runtime/features.go#L139-L146)
Also like it!