Chore: Promoting feature toggle pluginsSriChecks GA (#102212)

* Making pluginsSriChecks GA

* make it disabled by default
This commit is contained in:
Timur Olzhabayev 2025-03-19 18:45:04 +01:00 committed by GitHub
parent 8767a8f9a1
commit 5f0faf2dd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 13 additions and 7 deletions

View File

@ -73,6 +73,7 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
| `newFiltersUI` | Enables new combobox style UI for the Ad hoc filters variable in scenes architecture | Yes |
| `alertingQueryAndExpressionsStepMode` | Enables step mode for alerting queries and expressions | Yes |
| `useSessionStorageForRedirection` | Use session storage for handling the redirection after login | Yes |
| `pluginsSriChecks` | Enables SRI checks for plugin assets | |
| `userStorageAPI` | Enables the user storage API | Yes |
| `azureMonitorDisableLogLimit` | Disables the log limit restriction for Azure Monitor when true. The limit is enabled by default. | |
| `preinstallAutoUpdate` | Enables automatic updates for pre-installed plugins | Yes |
@ -203,7 +204,6 @@ Experimental features might be changed or removed without prior notice.
| `homeSetupGuide` | Used in Home for users who want to return to the onboarding flow or quickly find popular config pages |
| `appSidecar` | Enable the app sidecar feature that allows rendering 2 apps at the same time |
| `rolePickerDrawer` | Enables the new role picker drawer design |
| `pluginsSriChecks` | Enables SRI checks for plugin assets |
| `unifiedStorageBigObjectsSupport` | Enables to save big objects in blob storage |
| `timeRangeProvider` | Enables time pickers sync |
| `prometheusUsesCombobox` | Use new combobox component for Prometheus query editor |

View File

@ -826,6 +826,7 @@ export interface FeatureToggles {
managedDualWriter?: boolean;
/**
* Enables SRI checks for plugin assets
* @default false
*/
pluginsSriChecks?: boolean;
/**

View File

@ -1421,8 +1421,9 @@ var (
{
Name: "pluginsSriChecks",
Description: "Enables SRI checks for plugin assets",
Stage: FeatureStageExperimental,
Stage: FeatureStageGeneralAvailability,
Owner: grafanaPluginsPlatformSquad,
Expression: "false", // disabled by default
},
{
Name: "unifiedStorageBigObjectsSupport",

View File

@ -186,7 +186,7 @@ unifiedStorageSearch,experimental,@grafana/search-and-storage,false,false,false
unifiedStorageSearchSprinkles,experimental,@grafana/search-and-storage,false,false,false
unifiedStorageSearchPermissionFiltering,experimental,@grafana/search-and-storage,false,false,false
managedDualWriter,experimental,@grafana/search-and-storage,false,false,false
pluginsSriChecks,experimental,@grafana/plugins-platform-backend,false,false,false
pluginsSriChecks,GA,@grafana/plugins-platform-backend,false,false,false
unifiedStorageBigObjectsSupport,experimental,@grafana/search-and-storage,false,false,false
timeRangeProvider,experimental,@grafana/grafana-frontend-platform,false,false,false
prometheusUsesCombobox,experimental,@grafana/oss-big-tent,false,false,false

1 Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
186 unifiedStorageSearchSprinkles experimental @grafana/search-and-storage false false false
187 unifiedStorageSearchPermissionFiltering experimental @grafana/search-and-storage false false false
188 managedDualWriter experimental @grafana/search-and-storage false false false
189 pluginsSriChecks experimental GA @grafana/plugins-platform-backend false false false
190 unifiedStorageBigObjectsSupport experimental @grafana/search-and-storage false false false
191 timeRangeProvider experimental @grafana/grafana-frontend-platform false false false
192 prometheusUsesCombobox experimental @grafana/oss-big-tent false false false

View File

@ -3281,13 +3281,17 @@
{
"metadata": {
"name": "pluginsSriChecks",
"resourceVersion": "1727785264632",
"creationTimestamp": "2024-10-04T12:55:09Z"
"resourceVersion": "1742405194835",
"creationTimestamp": "2024-10-04T12:55:09Z",
"annotations": {
"grafana.app/updatedTimestamp": "2025-03-19 17:26:34.83562 +0000 UTC"
}
},
"spec": {
"description": "Enables SRI checks for plugin assets",
"stage": "experimental",
"codeowner": "@grafana/plugins-platform-backend"
"stage": "GA",
"codeowner": "@grafana/plugins-platform-backend",
"expression": "false"
}
},
{