Chore: Update ssoSettingsApi feature toggle state to Public Preview (#82521)

Update feature toggle state to Public Preview
This commit is contained in:
Misi
2024-02-16 12:20:08 +02:00
committed by GitHub
parent 691115da7a
commit fe0fc08b93
5 changed files with 12 additions and 9 deletions
+2 -2
View File
@@ -1010,8 +1010,8 @@ var (
},
{
Name: "ssoSettingsApi",
Description: "Enables the SSO settings API",
Stage: FeatureStageExperimental,
Description: "Enables the SSO settings API and the OAuth configuration UIs in Grafana",
Stage: FeatureStagePublicPreview,
FrontendOnly: false,
Owner: identityAccessTeam,
},
+1 -1
View File
@@ -135,7 +135,7 @@ dashboardSceneSolo,experimental,@grafana/dashboards-squad,false,false,true
dashboardScene,experimental,@grafana/dashboards-squad,false,false,true
panelFilterVariable,experimental,@grafana/dashboards-squad,false,false,true
pdfTables,preview,@grafana/sharing-squad,false,false,false
ssoSettingsApi,experimental,@grafana/identity-access-team,false,false,false
ssoSettingsApi,preview,@grafana/identity-access-team,false,false,false
canvasPanelPanZoom,preview,@grafana/dataviz-squad,false,false,true
logsInfiniteScrolling,experimental,@grafana/observability-logs,false,false,true
flameGraphItemCollapsing,experimental,@grafana/observability-traces-and-profiling,false,false,true
1 Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
135 dashboardScene experimental @grafana/dashboards-squad false false true
136 panelFilterVariable experimental @grafana/dashboards-squad false false true
137 pdfTables preview @grafana/sharing-squad false false false
138 ssoSettingsApi experimental preview @grafana/identity-access-team false false false
139 canvasPanelPanZoom preview @grafana/dataviz-squad false false true
140 logsInfiniteScrolling experimental @grafana/observability-logs false false true
141 flameGraphItemCollapsing experimental @grafana/observability-traces-and-profiling false false true
+1 -1
View File
@@ -552,7 +552,7 @@ const (
FlagPdfTables = "pdfTables"
// FlagSsoSettingsApi
// Enables the SSO settings API
// Enables the SSO settings API and the OAuth configuration UIs in Grafana
FlagSsoSettingsApi = "ssoSettingsApi"
// FlagCanvasPanelPanZoom
+7 -4
View File
@@ -1385,12 +1385,15 @@
{
"metadata": {
"name": "ssoSettingsApi",
"resourceVersion": "1707928895402",
"creationTimestamp": "2024-02-14T16:41:35Z"
"resourceVersion": "1707991575438",
"creationTimestamp": "2024-02-14T16:41:35Z",
"annotations": {
"grafana.app/updatedTimestamp": "2024-02-15 10:06:15.438523 +0000 UTC"
}
},
"spec": {
"description": "Enables the SSO settings API",
"stage": "experimental",
"description": "Enables the SSO settings API and the OAuth configuration UIs in Grafana",
"stage": "preview",
"codeowner": "@grafana/identity-access-team"
}
},