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 0036f786a19..9844cffb454 100644 --- a/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md +++ b/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md @@ -70,7 +70,6 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general- | `cloudWatchNewLabelParsing` | Updates CloudWatch label parsing to be more accurate | Yes | | `accessActionSets` | Introduces action sets for resource permissions. Also ensures that all folder editors and admins can create subfolders without needing any additional permissions. | Yes | | `newDashboardSharingComponent` | Enables the new sharing drawer design | Yes | -| `notificationBanner` | Enables the notification banner UI and API | Yes | | `pluginProxyPreserveTrailingSlash` | Preserve plugin proxy trailing slash. | | | `pinNavItems` | Enables pinning of nav items | Yes | | `openSearchBackendFlowEnabled` | Enables the backend query flow for Open Search datasource plugin | Yes | diff --git a/packages/grafana-data/src/types/featureToggles.gen.ts b/packages/grafana-data/src/types/featureToggles.gen.ts index 65eb9404dd1..f1d6f6a6792 100644 --- a/packages/grafana-data/src/types/featureToggles.gen.ts +++ b/packages/grafana-data/src/types/featureToggles.gen.ts @@ -181,7 +181,6 @@ export interface FeatureToggles { logsExploreTableDefaultVisualization?: boolean; newDashboardSharingComponent?: boolean; alertingListViewV2?: boolean; - notificationBanner?: boolean; dashboardRestore?: boolean; datasourceProxyDisableRBAC?: boolean; alertingDisableSendAlertsExternal?: boolean; diff --git a/pkg/services/featuremgmt/registry.go b/pkg/services/featuremgmt/registry.go index f3fbfa1c14a..acb551b8980 100644 --- a/pkg/services/featuremgmt/registry.go +++ b/pkg/services/featuremgmt/registry.go @@ -1234,14 +1234,6 @@ var ( Owner: grafanaAlertingSquad, FrontendOnly: true, }, - { - Name: "notificationBanner", - Description: "Enables the notification banner UI and API", - Stage: FeatureStageGeneralAvailability, - Owner: grafanaFrontendPlatformSquad, - FrontendOnly: false, - Expression: "true", - }, { Name: "dashboardRestore", Description: "Enables deleted dashboard restore feature", diff --git a/pkg/services/featuremgmt/toggles_gen.csv b/pkg/services/featuremgmt/toggles_gen.csv index d760b497cac..ee35a5910d5 100644 --- a/pkg/services/featuremgmt/toggles_gen.csv +++ b/pkg/services/featuremgmt/toggles_gen.csv @@ -162,7 +162,6 @@ queryLibrary,experimental,@grafana/grafana-frontend-platform,false,false,false logsExploreTableDefaultVisualization,experimental,@grafana/observability-logs,false,false,true newDashboardSharingComponent,GA,@grafana/sharing-squad,false,false,true alertingListViewV2,experimental,@grafana/alerting-squad,false,false,true -notificationBanner,GA,@grafana/grafana-frontend-platform,false,false,false dashboardRestore,experimental,@grafana/search-and-storage,false,false,false datasourceProxyDisableRBAC,GA,@grafana/identity-access-team,false,false,false alertingDisableSendAlertsExternal,experimental,@grafana/alerting-squad,false,false,false diff --git a/pkg/services/featuremgmt/toggles_gen.go b/pkg/services/featuremgmt/toggles_gen.go index 541629e58eb..d0c13cd0dd1 100644 --- a/pkg/services/featuremgmt/toggles_gen.go +++ b/pkg/services/featuremgmt/toggles_gen.go @@ -659,10 +659,6 @@ const ( // Enables the new alert list view design FlagAlertingListViewV2 = "alertingListViewV2" - // FlagNotificationBanner - // Enables the notification banner UI and API - FlagNotificationBanner = "notificationBanner" - // FlagDashboardRestore // Enables deleted dashboard restore feature FlagDashboardRestore = "dashboardRestore" diff --git a/pkg/services/featuremgmt/toggles_gen.json b/pkg/services/featuremgmt/toggles_gen.json index c1670571600..1a453448ce9 100644 --- a/pkg/services/featuremgmt/toggles_gen.json +++ b/pkg/services/featuremgmt/toggles_gen.json @@ -2569,6 +2569,7 @@ "name": "notificationBanner", "resourceVersion": "1727777007488", "creationTimestamp": "2024-05-13T09:32:34Z", + "deletionTimestamp": "2025-01-10T06:02:47Z", "annotations": { "grafana.app/updatedTimestamp": "2024-10-01 10:03:27.48823 +0000 UTC" }