diff --git a/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md b/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md index 5ee09ea345e..66782586393 100644 --- a/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md +++ b/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md @@ -102,6 +102,7 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general- | `regressionTransformation` | Enables regression analysis transformation | | `alertingSaveStateCompressed` | Enables the compressed protobuf-based alert state storage | | `sqlExpressions` | Enables SQL Expressions, which can execute SQL queries against data source results. | +| `savedQueries` | Enables Saved Queries feature | | `enableSCIM` | Enables SCIM support for user and group management | | `elasticsearchCrossClusterSearch` | Enables cross cluster search in the Elasticsearch datasource | | `alertRuleRestore` | Enables the alert rule restore feature | diff --git a/pkg/services/featuremgmt/registry.go b/pkg/services/featuremgmt/registry.go index 3b7cbf12635..90cfeea5cab 100644 --- a/pkg/services/featuremgmt/registry.go +++ b/pkg/services/featuremgmt/registry.go @@ -907,7 +907,7 @@ var ( { Name: "savedQueries", Description: "Enables Saved Queries feature", - Stage: FeatureStagePrivatePreview, + Stage: FeatureStagePublicPreview, Owner: grafanaSharingSquad, FrontendOnly: false, AllowSelfServe: false, diff --git a/pkg/services/featuremgmt/toggles_gen.csv b/pkg/services/featuremgmt/toggles_gen.csv index 9375805f33e..faa23982f1b 100644 --- a/pkg/services/featuremgmt/toggles_gen.csv +++ b/pkg/services/featuremgmt/toggles_gen.csv @@ -117,7 +117,7 @@ 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,privatePreview,@grafana/sharing-squad,false,false,false -savedQueries,privatePreview,@grafana/sharing-squad,false,false,false +savedQueries,preview,@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 8c83e999c64..94ecf16c3f1 100644 --- a/pkg/services/featuremgmt/toggles_gen.json +++ b/pkg/services/featuremgmt/toggles_gen.json @@ -21,7 +21,7 @@ "metadata": { "name": "adhocFiltersInTooltips", "resourceVersion": "1756814786992", - "creationTimestamp": "2025-07-28T14:25:55Z", + "creationTimestamp": "2025-07-29T17:53:43Z", "annotations": { "grafana.app/updatedTimestamp": "2025-09-02 12:06:26.992384 +0000 UTC" } @@ -912,7 +912,7 @@ "metadata": { "name": "dashboardDsAdHocFiltering", "resourceVersion": "1756814786992", - "creationTimestamp": "2025-07-25T13:06:00Z", + "creationTimestamp": "2025-07-23T08:12:25Z", "annotations": { "grafana.app/updatedTimestamp": "2025-09-02 12:06:26.992384 +0000 UTC" } @@ -2966,12 +2966,15 @@ { "metadata": { "name": "savedQueries", - "resourceVersion": "1755721444487", - "creationTimestamp": "2025-08-25T21:22:09Z" + "resourceVersion": "1756920131554", + "creationTimestamp": "2025-08-25T21:22:09Z", + "annotations": { + "grafana.app/updatedTimestamp": "2025-09-03 17:22:11.554759 +0000 UTC" + } }, "spec": { "description": "Enables Saved Queries feature", - "stage": "privatePreview", + "stage": "preview", "codeowner": "@grafana/sharing-squad" } },