docs: clarify release stage for frontend sandbox (#95530)

This commit is contained in:
David Harris 2024-10-29 10:39:01 +00:00 committed by GitHub
parent f062c66f89
commit 985b390a46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -230,6 +230,10 @@ If you're developing a plugin, then you can enable development mode to allow all
## Plugin Frontend Sandbox ## Plugin Frontend Sandbox
{{% admonition type="caution" %}}
Plugin Frontend Sandbox is currently in [public preview](/docs/release-life-cycle/). Grafana Labs offers limited support, and breaking changes might occur prior to the feature being made generally available.
{{% /admonition %}}
The Plugin Frontend Sandbox is a security feature that isolates plugin frontend code from the main Grafana application. The Plugin Frontend Sandbox is a security feature that isolates plugin frontend code from the main Grafana application.
When enabled, plugins run in a separate JavaScript context, which provides several security benefits: When enabled, plugins run in a separate JavaScript context, which provides several security benefits:
@ -256,7 +260,7 @@ Enabling the Frontend Sandbox might impact the performance of certain plugins. O
### Compatibility ### Compatibility
The Frontend Sandbox is available 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.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.
### When to Use Frontend Sandbox ### When to Use Frontend Sandbox