Chore: Promote pluginsDetailsRightPanel to private preview (#102211)

promote FeatureStagePrivatePreview to private preview
This commit is contained in:
Timur Olzhabayev
2025-03-17 10:49:51 +01:00
committed by GitHub
parent 3ec3085416
commit f2518a2c45
4 changed files with 5 additions and 6 deletions
@@ -147,7 +147,6 @@ Experimental features might be changed or removed without prior notice.
| `extraThemes` | Enables extra themes |
| `lokiPredefinedOperations` | Adds predefined query operations to Loki query editor |
| `frontendSandboxMonitorOnly` | Enables monitor only in the plugin frontend sandbox (if enabled) |
| `pluginsDetailsRightPanel` | Enables right panel for the plugins details page |
| `awsDatasourcesTempCredentials` | Support temporary security credentials in AWS plugins for Grafana Cloud customers |
| `mlExpressions` | Enable support for Machine Learning in server-side expressions |
| `metricsSummary` | Enables metrics summary queries in the Tempo data source |
+1 -1
View File
@@ -382,7 +382,7 @@ var (
{
Name: "pluginsDetailsRightPanel",
Description: "Enables right panel for the plugins details page",
Stage: FeatureStageExperimental,
Stage: FeatureStagePrivatePreview,
FrontendOnly: true,
Owner: grafanaPluginsPlatformSquad,
},
+1 -1
View File
@@ -50,7 +50,7 @@ extraThemes,experimental,@grafana/grafana-frontend-platform,false,false,true
lokiPredefinedOperations,experimental,@grafana/observability-logs,false,false,true
pluginsFrontendSandbox,privatePreview,@grafana/plugins-platform-backend,false,false,false
frontendSandboxMonitorOnly,experimental,@grafana/plugins-platform-backend,false,false,true
pluginsDetailsRightPanel,experimental,@grafana/plugins-platform-backend,false,false,true
pluginsDetailsRightPanel,privatePreview,@grafana/plugins-platform-backend,false,false,true
sqlDatasourceDatabaseSelection,preview,@grafana/dataviz-squad,false,false,true
recordedQueriesMulti,GA,@grafana/observability-metrics,false,false,false
logsExploreTableVisualisation,GA,@grafana/observability-logs,false,false,true
1 Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
50 lokiPredefinedOperations experimental @grafana/observability-logs false false true
51 pluginsFrontendSandbox privatePreview @grafana/plugins-platform-backend false false false
52 frontendSandboxMonitorOnly experimental @grafana/plugins-platform-backend false false true
53 pluginsDetailsRightPanel experimental privatePreview @grafana/plugins-platform-backend false false true
54 sqlDatasourceDatabaseSelection preview @grafana/dataviz-squad false false true
55 recordedQueriesMulti GA @grafana/observability-metrics false false false
56 logsExploreTableVisualisation GA @grafana/observability-logs false false true
+3 -3
View File
@@ -3238,15 +3238,15 @@
{
"metadata": {
"name": "pluginsDetailsRightPanel",
"resourceVersion": "1720788722220",
"resourceVersion": "1741965023728",
"creationTimestamp": "2024-08-13T09:55:30Z",
"annotations": {
"grafana.app/updatedTimestamp": "2024-07-12 12:52:02.22099 +0000 UTC"
"grafana.app/updatedTimestamp": "2025-03-14 15:10:23.728257 +0000 UTC"
}
},
"spec": {
"description": "Enables right panel for the plugins details page",
"stage": "experimental",
"stage": "privatePreview",
"codeowner": "@grafana/plugins-platform-backend",
"frontend": true
}