Grafana v9.0.1 Release Notes

Release Date: 2022-06-21 // almost 2 years ago
  • ๐Ÿ”‹ Features and enhancements

    • Alerting: Add support for image annotation in Alertmanager alerts. #50686, @grobinson-grafana
    • Alerting: Add support for images in SensuGo alerts. #50718, @grobinson-grafana
    • Alerting: Add support for images in Threema alerts. #50734, @grobinson-grafana
    • Alerting: Adds Mimir to Alertmanager data source implementation. #50943, @gillesdemey
    • Alerting: Invalid setting of enabled for unified alerting should return error. #49876, @grobinson-grafana
    • AzureMonitor: Clean namespace when changing the resource. #50311, @andresmgot
    • AzureMonitor: Update supported namespaces and filter resources by the right type. #50788, @andresmgot
    • CLI: Allow relative symlinks in zip archives when installing plugins. #50537, @marefr
    • Dashboard: Don't show unsaved changes modal for automatic schema changes. #50822, @torkelo
    • Dashboard: Unsaved changes warning should not trigger when only pluginVersion has changed. #50677, @torkelo
    • Expression: Execute hidden expressions. #50636, @yesoreyeram
    • Geomap: Support showing tooltip content on click (not just hover). #50985, @ryantxu
    • Heatmap: Remove alpha flag from new heatmap panel. #50733, @ryantxu
    • Instrumentation: Define handlers for requests that are not handled with named handlers. #50613, @bergquist
    • ๐ŸŒฒ Log Panel: Improve log row hover contrast and visibility. #50908, @Seyaji
    • ๐Ÿ”Š Logs: Handle backend-mode errors in histogram. #50535, @gabor
    • Loki: Do not show histogram for instant queries. #50711, @gabor
    • Loki: Handle data source configs with path in the url. #50971, @gabor
    • Loki: Handle invalid query type values. #50755, @gabor
    • OAuth: Redirect to login if no oauth module is found or if module is not configured. #50661, @kalleep
    • OptionsUI: Move internal options editors out of @grafana/ui. #50739, @ryantxu
    • Prometheus: Don't show undefined for step in collapsed options in query editor when value is "auto". #50511, @aocenas
    • Prometheus: Show query patterns in all editor modes for Prometheus and Loki. #50263, @ivanahuckova
    • Tempo: Add link to Tempo Search with node service selected. #49776, @joey-grafana
    • Time Series Panel: Add Null Filling and "No Value" Support. #50907, @codeincarnate
    • TimeSeries: Add an option to set legend width. #49126, @bobrik
    • Timeseries: Improve cursor Y sync behavior. #50740, @ryantxu
    • Traces: Do not use red in span colors as this looks like an error. #50074, @joey-grafana

    ๐Ÿ› Bug fixes

    • Alerting: Fix AM config overwrite when SQLite db is locked during sync. #50951, @JacobsonMT
    • Alerting: Fix alert instances filtering for prom rules. #50850, @konrad147
    • Alerting: Fix alert rule page crashing when datasource contained URL unsafe characters. #51105, @gillesdemey
    • Alerting: Fix automatically select newly created folder option. #50949, @gillesdemey
    • Alerting: Fix removal of notification policy without labels matchers. #50678, @konrad147
    • CloudWatch: Allow hidden queries to be executed in case an ID is provided. #50987, @sunker
    • Dashboard: Prevent non-repeating panels being dropped from repeated rows when collapsed/expanded. #50764, @ashharrison90
    • Dashboards: Fix folder picker not showing correct results when typing too fast. #50303, @joshhunt
    • Datasource: Prevent panic when proxying for non-existing data source. #50667, @wbrowne
    • Explore: Fix log context scroll to bottom. #50600, @ivanahuckova
    • Explore: Revert "Remove support for compact format URLs (#49350)". #50873, @gelicia
    • Expressions: Fixes dashboard schema migration issue that casued Expression datasource to be set on panel level. #50945, @torkelo
    • Formatting: Fixes valueFormats for a value of 0. #50719, @JoaoSilvaGrafana
    • GrafanaData: Fix week start for non-English browsers. #50582, @AgnesToulet
    • LibraryPanel: Resizing a library panel to 6x3 no longer crashes the dashboard on startup. #50400, @ashharrison90
    • LogRow: Fix placement of icon. #51010, @ivanahuckova
    • Loki: Fix bug in labels framing. #51015, @gabor
    • Loki: Fix issues with using query patterns. #50414, @ivanahuckova
    • Loki: Fix showing of duplicated label values in dropdown in query builder. #50680, @ivanahuckova
    • MSSQL: Fix ParseFloat error. #50815, @zoltanbedi
    • Panels: Fixes issue with showing 'Cannot visualize data' when query returned 0 rows. #50485, @torkelo
    • Playlists: Disable Create Playlist buttons for users with viewer role. #50840, @asymness
    • ๐Ÿ”Œ Plugins: Fix typo in plugin data frames documentation. #50554, @osisoft-mbishop
    • Prometheus: Fix body not being included in resource calls if they are POST. #50833, @aocenas
    • RolePicker: Fix submenu position on horizontal space overflow. #50769, @Clarity-89
    • Tracing: Fix trace links in traces panel. #50028, @connorlindsey

    ๐Ÿ—„ Deprecations

    ๐Ÿ‘Œ Support for compact Explore URLs is deprecated and will be removed in a future release. Until then, when navigating to Explore using the deprecated format the URLs are automatically converted. If you have existing links pointing to Explore update them using the format generated by Explore upon navigation.

    โšก๏ธ You can identify a compact URL by its format. Compact URLs have the left (and optionally right) url parameter as an array of strings, for example &left=["now-1h","now"...]. The standard explore URLs follow a key/value pattern, for example &left={"datasource":"test"...}. Please be sure to check your dashboards for any hardcoded links to Explore and update them to the standard URL pattern. Issue #50873

    <!-- 9.0.1 END --> <!-- 9.0.0 START -->