FeatureFlags: Change alpha/beta language to align with release staging language (#69422)

This commit is contained in:
Ryan McKinley
2023-06-08 09:16:55 -07:00
committed by GitHub
parent 4e1f69d83f
commit 8aae6b679a
7 changed files with 238 additions and 222 deletions

View File

@@ -49,7 +49,7 @@ func ProvideManagerService(cfg *setting.Cfg, licensing licensing.Licensing) (*Fe
default:
flag = &FeatureFlag{
Name: key,
State: FeatureStateUnknown,
Stage: FeatureStageUnknown,
}
mgmt.flags[key] = flag
}