Announcement banner: Remove feature toggle (#98782)
This commit is contained in:
@@ -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 |
|
||||
|
||||
@@ -181,7 +181,6 @@ export interface FeatureToggles {
|
||||
logsExploreTableDefaultVisualization?: boolean;
|
||||
newDashboardSharingComponent?: boolean;
|
||||
alertingListViewV2?: boolean;
|
||||
notificationBanner?: boolean;
|
||||
dashboardRestore?: boolean;
|
||||
datasourceProxyDisableRBAC?: boolean;
|
||||
alertingDisableSendAlertsExternal?: boolean;
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
|
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user