Announcement banner: Enable feature toggle by default (#94041)

* Announcement banner: Enable by default

* Update feature stage
This commit is contained in:
Alex Khomenko
2024-10-01 13:23:21 +03:00
committed by GitHub
parent 38ad0d3ebf
commit 95d379368a
4 changed files with 27 additions and 22 deletions

View File

@@ -72,6 +72,7 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
| `tlsMemcached` | Use TLS-enabled memcached in the enterprise caching feature | Yes | | `tlsMemcached` | Use TLS-enabled memcached in the enterprise caching feature | Yes |
| `cloudWatchNewLabelParsing` | Updates CloudWatch label parsing to be more accurate | Yes | | `cloudWatchNewLabelParsing` | Updates CloudWatch label parsing to be more accurate | Yes |
| `newDashboardSharingComponent` | Enables the new sharing drawer design | | | `newDashboardSharingComponent` | Enables the new sharing drawer design | |
| `notificationBanner` | Enables the notification banner UI and API | Yes |
| `pluginProxyPreserveTrailingSlash` | Preserve plugin proxy trailing slash. | | | `pluginProxyPreserveTrailingSlash` | Preserve plugin proxy trailing slash. | |
| `openSearchBackendFlowEnabled` | Enables the backend query flow for Open Search datasource plugin | Yes | | `openSearchBackendFlowEnabled` | Enables the backend query flow for Open Search datasource plugin | Yes |
| `cloudWatchRoundUpEndTime` | Round up end time for metric queries to the next minute to avoid missing data | Yes | | `cloudWatchRoundUpEndTime` | Round up end time for metric queries to the next minute to avoid missing data | Yes |
@@ -186,7 +187,6 @@ Experimental features might be changed or removed without prior notice.
| `queryLibrary` | Enables Query Library feature in Explore | | `queryLibrary` | Enables Query Library feature in Explore |
| `logsExploreTableDefaultVisualization` | Sets the logs table as default visualisation in logs explore | | `logsExploreTableDefaultVisualization` | Sets the logs table as default visualisation in logs explore |
| `alertingListViewV2` | Enables the new alert list view design | | `alertingListViewV2` | Enables the new alert list view design |
| `notificationBanner` | Enables the notification banner UI and API |
| `dashboardRestore` | Enables deleted dashboard restore feature (backend only) | | `dashboardRestore` | Enables deleted dashboard restore feature (backend only) |
| `alertingCentralAlertHistory` | Enables the new central alert history. | | `alertingCentralAlertHistory` | Enables the new central alert history. |
| `pinNavItems` | Enables pinning of nav items | | `pinNavItems` | Enables pinning of nav items |

View File

@@ -1237,9 +1237,10 @@ var (
{ {
Name: "notificationBanner", Name: "notificationBanner",
Description: "Enables the notification banner UI and API", Description: "Enables the notification banner UI and API",
Stage: FeatureStageExperimental, Stage: FeatureStageGeneralAvailability,
Owner: grafanaFrontendPlatformSquad, Owner: grafanaFrontendPlatformSquad,
FrontendOnly: false, FrontendOnly: false,
Expression: "true",
}, },
{ {
Name: "dashboardRestore", Name: "dashboardRestore",

View File

@@ -161,7 +161,7 @@ queryLibrary,experimental,@grafana/explore-squad,false,false,false
logsExploreTableDefaultVisualization,experimental,@grafana/observability-logs,false,false,true logsExploreTableDefaultVisualization,experimental,@grafana/observability-logs,false,false,true
newDashboardSharingComponent,GA,@grafana/sharing-squad,false,false,true newDashboardSharingComponent,GA,@grafana/sharing-squad,false,false,true
alertingListViewV2,experimental,@grafana/alerting-squad,false,false,true alertingListViewV2,experimental,@grafana/alerting-squad,false,false,true
notificationBanner,experimental,@grafana/grafana-frontend-platform,false,false,false notificationBanner,GA,@grafana/grafana-frontend-platform,false,false,false
dashboardRestore,experimental,@grafana/search-and-storage,false,false,false dashboardRestore,experimental,@grafana/search-and-storage,false,false,false
datasourceProxyDisableRBAC,GA,@grafana/identity-access-team,false,false,false datasourceProxyDisableRBAC,GA,@grafana/identity-access-team,false,false,false
alertingDisableSendAlertsExternal,experimental,@grafana/alerting-squad,false,false,false alertingDisableSendAlertsExternal,experimental,@grafana/alerting-squad,false,false,false
1 Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
161 logsExploreTableDefaultVisualization experimental @grafana/observability-logs false false true
162 newDashboardSharingComponent GA @grafana/sharing-squad false false true
163 alertingListViewV2 experimental @grafana/alerting-squad false false true
164 notificationBanner experimental GA @grafana/grafana-frontend-platform false false false
165 dashboardRestore experimental @grafana/search-and-storage false false false
166 datasourceProxyDisableRBAC GA @grafana/identity-access-team false false false
167 alertingDisableSendAlertsExternal experimental @grafana/alerting-squad false false false

View File

@@ -2108,13 +2108,17 @@
{ {
"metadata": { "metadata": {
"name": "notificationBanner", "name": "notificationBanner",
"resourceVersion": "1718727528075", "resourceVersion": "1727777007488",
"creationTimestamp": "2024-05-13T09:32:34Z" "creationTimestamp": "2024-05-13T09:32:34Z",
"annotations": {
"grafana.app/updatedTimestamp": "2024-10-01 10:03:27.48823 +0000 UTC"
}
}, },
"spec": { "spec": {
"description": "Enables the notification banner UI and API", "description": "Enables the notification banner UI and API",
"stage": "experimental", "stage": "GA",
"codeowner": "@grafana/grafana-frontend-platform" "codeowner": "@grafana/grafana-frontend-platform",
"expression": "true"
} }
}, },
{ {
@@ -2999,6 +3003,20 @@
"requiresRestart": true "requiresRestart": true
} }
}, },
{
"metadata": {
"name": "unifiedStorageSearch",
"resourceVersion": "1726771421439",
"creationTimestamp": "2024-09-19T18:43:41Z"
},
"spec": {
"description": "Enable unified storage search",
"stage": "experimental",
"codeowner": "@grafana/search-and-storage",
"hideFromAdminPage": true,
"hideFromDocs": true
}
},
{ {
"metadata": { "metadata": {
"name": "useSeessionStorageForRedirection", "name": "useSeessionStorageForRedirection",
@@ -3024,20 +3042,6 @@
"codeowner": "@grafana/identity-access-team" "codeowner": "@grafana/identity-access-team"
} }
}, },
{
"metadata": {
"name": "unifiedStorageSearch",
"resourceVersion": "1726771421439",
"creationTimestamp": "2024-09-19T18:43:41Z"
},
"spec": {
"description": "Enable unified storage search",
"stage": "experimental",
"codeowner": "@grafana/search-and-storage",
"hideFromAdminPage": true,
"hideFromDocs": true
}
},
{ {
"metadata": { "metadata": {
"name": "vizActions", "name": "vizActions",