Skip to content

Commit fa6627f

Browse files
committed
[all] move operator.observability.prometheus feature gate to stable
1 parent 885ccf7 commit fa6627f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/featuregate/featuregate.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ var (
3838
// PrometheusOperatorIsAvailable is the feature gate that enables features associated to the Prometheus Operator.
3939
PrometheusOperatorIsAvailable = featuregate.GlobalRegistry().MustRegister(
4040
"operator.observability.prometheus",
41-
featuregate.StageBeta,
41+
featuregate.StageStable,
4242
featuregate.WithRegisterDescription("enables features associated to the Prometheus Operator"),
4343
featuregate.WithRegisterFromVersion("v0.82.0"),
44+
featuregate.WithRegisterToVersion("v0.122.0"),
4445
)
4546
// SetGolangFlags is the feature gate that enables automatically setting GOMEMLIMIT and GOMAXPROCS for the
4647
// collector, bridge, and target allocator.

0 commit comments

Comments
 (0)