diff --git a/pkg/services/featuremgmt/registry.go b/pkg/services/featuremgmt/registry.go index 5b0fde051e6..802d8100db1 100644 --- a/pkg/services/featuremgmt/registry.go +++ b/pkg/services/featuremgmt/registry.go @@ -963,8 +963,8 @@ var ( { Name: "queryLibrary", Description: "Enables Query Library feature in Explore", - Stage: FeatureStageExperimental, - Owner: grafanaFrontendPlatformSquad, + Stage: FeatureStagePrivatePreview, + Owner: grafanaSharingSquad, FrontendOnly: false, AllowSelfServe: false, }, diff --git a/pkg/services/featuremgmt/toggles_gen.csv b/pkg/services/featuremgmt/toggles_gen.csv index 797c0f90489..4081c90fb38 100644 --- a/pkg/services/featuremgmt/toggles_gen.csv +++ b/pkg/services/featuremgmt/toggles_gen.csv @@ -124,7 +124,7 @@ newDashboardWithFiltersAndGroupBy,experimental,@grafana/dashboards-squad,false,f cloudWatchNewLabelParsing,GA,@grafana/aws-datasources,false,false,false disableNumericMetricsSortingInExpressions,experimental,@grafana/oss-big-tent,false,true,false grafanaManagedRecordingRules,experimental,@grafana/alerting-squad,false,false,false -queryLibrary,experimental,@grafana/grafana-frontend-platform,false,false,false +queryLibrary,privatePreview,@grafana/sharing-squad,false,false,false logsExploreTableDefaultVisualization,experimental,@grafana/observability-logs,false,false,true newDashboardSharingComponent,GA,@grafana/sharing-squad,false,false,true alertingListViewV2,privatePreview,@grafana/alerting-squad,false,false,true diff --git a/pkg/services/featuremgmt/toggles_gen.json b/pkg/services/featuremgmt/toggles_gen.json index 2178f0ff123..e1dee2bf9d3 100644 --- a/pkg/services/featuremgmt/toggles_gen.json +++ b/pkg/services/featuremgmt/toggles_gen.json @@ -2486,14 +2486,17 @@ { "metadata": { "name": "queryLibrary", - "resourceVersion": "1750434297879", + "resourceVersion": "1750876431546", "creationTimestamp": "2022-10-07T18:31:45Z", - "deletionTimestamp": "2023-03-20T16:00:14Z" + "deletionTimestamp": "2023-03-20T16:00:14Z", + "annotations": { + "grafana.app/updatedTimestamp": "2025-06-25 18:33:51.546111 +0000 UTC" + } }, "spec": { "description": "Enables Query Library feature in Explore", - "stage": "experimental", - "codeowner": "@grafana/grafana-frontend-platform" + "stage": "privatePreview", + "codeowner": "@grafana/sharing-squad" } }, {