Library Panels: Mark library panel RBAC as GA & enable by default (#106833)
This commit is contained in:
@@ -42,6 +42,7 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
|
||||
| `awsAsyncQueryCaching` | Enable caching for async queries for Redshift and Athena. Requires that the datasource has caching and async query support enabled | Yes |
|
||||
| `angularDeprecationUI` | Display Angular warnings in dashboards and panels | Yes |
|
||||
| `dashgpt` | Enable AI powered features in dashboards | Yes |
|
||||
| `libraryPanelRBAC` | Enables RBAC support for library panels | Yes |
|
||||
| `externalCorePlugins` | Allow core plugins to be loaded as external | Yes |
|
||||
| `panelMonitoring` | Enables panel monitoring through logs and measurements | Yes |
|
||||
| `formatString` | Enable format string transformer | Yes |
|
||||
|
||||
@@ -262,6 +262,7 @@ export interface FeatureToggles {
|
||||
sseGroupByDatasource?: boolean;
|
||||
/**
|
||||
* Enables RBAC support for library panels
|
||||
* @default true
|
||||
*/
|
||||
libraryPanelRBAC?: boolean;
|
||||
/**
|
||||
|
||||
@@ -430,10 +430,11 @@ var (
|
||||
{
|
||||
Name: "libraryPanelRBAC",
|
||||
Description: "Enables RBAC support for library panels",
|
||||
Stage: FeatureStageExperimental,
|
||||
Stage: FeatureStageGeneralAvailability,
|
||||
FrontendOnly: false,
|
||||
Owner: grafanaDashboardsSquad,
|
||||
RequiresRestart: true,
|
||||
Expression: "true",
|
||||
},
|
||||
{
|
||||
Name: "lokiRunQueriesInParallel",
|
||||
|
||||
@@ -55,7 +55,7 @@ dashgpt,GA,@grafana/dashboards-squad,false,false,true
|
||||
aiGeneratedDashboardChanges,experimental,@grafana/dashboards-squad,false,false,true
|
||||
reportingRetries,preview,@grafana/sharing-squad,false,true,false
|
||||
sseGroupByDatasource,experimental,@grafana/observability-metrics,false,false,false
|
||||
libraryPanelRBAC,experimental,@grafana/dashboards-squad,false,true,false
|
||||
libraryPanelRBAC,GA,@grafana/dashboards-squad,false,true,false
|
||||
lokiRunQueriesInParallel,privatePreview,@grafana/observability-logs,false,false,false
|
||||
externalCorePlugins,GA,@grafana/plugins-platform-backend,false,false,false
|
||||
externalServiceAccounts,preview,@grafana/identity-access-team,false,false,false
|
||||
|
||||
|
@@ -1850,14 +1850,18 @@
|
||||
{
|
||||
"metadata": {
|
||||
"name": "libraryPanelRBAC",
|
||||
"resourceVersion": "1743693517832",
|
||||
"creationTimestamp": "2023-10-11T23:30:50Z"
|
||||
"resourceVersion": "1750162291839",
|
||||
"creationTimestamp": "2023-10-11T23:30:50Z",
|
||||
"annotations": {
|
||||
"grafana.app/updatedTimestamp": "2025-06-17 12:11:31.83962 +0000 UTC"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enables RBAC support for library panels",
|
||||
"stage": "experimental",
|
||||
"stage": "GA",
|
||||
"codeowner": "@grafana/dashboards-squad",
|
||||
"requiresRestart": true
|
||||
"requiresRestart": true,
|
||||
"expression": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user