diff --git a/docs/sources/administration/plugin-management/index.md b/docs/sources/administration/plugin-management/index.md index b4cb6983958..09566ccf250 100644 --- a/docs/sources/administration/plugin-management/index.md +++ b/docs/sources/administration/plugin-management/index.md @@ -268,7 +268,7 @@ Enabling the Frontend Sandbox might impact the performance of certain plugins. O ### Compatibility -The Frontend Sandbox is available in public preview in Grafana >=11.4. It is compatible with all types of plugins including app plugins, panel plugins, and data source plugins. Angular-based plugins are not supported. Plugins developed and signed by Grafana Labs are excluded and cannot be sandboxed. +The Frontend Sandbox is available in public preview in Grafana >=11.5. It is compatible with all types of plugins including app plugins, panel plugins, and data source plugins. Angular-based plugins are not supported. Plugins developed and signed by Grafana Labs are excluded and cannot be sandboxed. ### When to Use Frontend Sandbox 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 9844cffb454..1fdff6ae47e 100644 --- a/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md +++ b/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md @@ -153,7 +153,6 @@ Experimental features might be changed or removed without prior notice. | `alertStateHistoryLokiOnly` | Disable Grafana alerts from emitting annotations when a remote Loki instance is available. | | `extraThemes` | Enables extra themes | | `lokiPredefinedOperations` | Adds predefined query operations to Loki query editor | -| `pluginsFrontendSandbox` | Enables the plugins frontend sandbox | | `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 | diff --git a/pkg/services/featuremgmt/registry.go b/pkg/services/featuremgmt/registry.go index acb551b8980..1327e2a0a02 100644 --- a/pkg/services/featuremgmt/registry.go +++ b/pkg/services/featuremgmt/registry.go @@ -393,7 +393,7 @@ var ( { Name: "pluginsFrontendSandbox", Description: "Enables the plugins frontend sandbox", - Stage: FeatureStageExperimental, + Stage: FeatureStagePrivatePreview, Owner: grafanaPluginsPlatformSquad, }, { diff --git a/pkg/services/featuremgmt/toggles_gen.csv b/pkg/services/featuremgmt/toggles_gen.csv index ee35a5910d5..920edee152f 100644 --- a/pkg/services/featuremgmt/toggles_gen.csv +++ b/pkg/services/featuremgmt/toggles_gen.csv @@ -51,7 +51,7 @@ faroDatasourceSelector,preview,@grafana/app-o11y,false,false,true enableDatagridEditing,preview,@grafana/dataviz-squad,false,false,true extraThemes,experimental,@grafana/grafana-frontend-platform,false,false,true lokiPredefinedOperations,experimental,@grafana/observability-logs,false,false,true -pluginsFrontendSandbox,experimental,@grafana/plugins-platform-backend,false,false,false +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 sqlDatasourceDatabaseSelection,preview,@grafana/dataviz-squad,false,false,true diff --git a/pkg/services/featuremgmt/toggles_gen.json b/pkg/services/featuremgmt/toggles_gen.json index 1a453448ce9..6c62dfbdd6b 100644 --- a/pkg/services/featuremgmt/toggles_gen.json +++ b/pkg/services/featuremgmt/toggles_gen.json @@ -2846,15 +2846,15 @@ { "metadata": { "name": "pluginsFrontendSandbox", - "resourceVersion": "1728388793917", + "resourceVersion": "1736502809108", "creationTimestamp": "2023-06-05T08:51:36Z", "annotations": { - "grafana.app/updatedTimestamp": "2024-10-08 11:59:53.917243 +0000 UTC" + "grafana.app/updatedTimestamp": "2025-01-10 09:53:29.108375 +0000 UTC" } }, "spec": { "description": "Enables the plugins frontend sandbox", - "stage": "experimental", + "stage": "privatePreview", "codeowner": "@grafana/plugins-platform-backend" } },