mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 04:59:15 -06:00
7eb17bccca
* Set every page to have defaults of 'Enterprise' and 'Open source' labels Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set administration pages to have of 'Cloud', 'Enterprise', and 'Open source' labels Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set administration/enterprise-licensing pages to have 'Enterprise' labels Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set administration/organization-management pages to have 'Enterprise' and 'Open source' labels Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set administration/provisioning pages to have 'Enterprise' and 'Open source' labels Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set administration/recorded-queries pages to have labels cloud,enterprise * Set administration/roles-and-permissions/access-control pages to have labels cloud,enterprise Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set administration/stats-and-license pages to have labels cloud,enterprise * Set alerting pages to have labels cloud,enterprise,oss * Set breaking-changes pages to have labels cloud,enterprise,oss * Set dashboards pages to have labels cloud,enterprise,oss * Set datasources pages to have labels cloud,enterprise,oss * Set explore pages to have labels cloud,enterprise,oss * Set fundamentals pages to have labels cloud,enterprise,oss * Set introduction/grafana-cloud pages to have labels cloud Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Fix introduction pages products Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set panels-visualizations pages to have labels cloud,enterprise,oss * Set release-notes pages to have labels cloud,enterprise,oss * Set search pages to have labels cloud,enterprise,oss * Set setup-grafana/configure-security/audit-grafana pages to have labels cloud,enterprise Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set setup-grafana/configure-security/configure-authentication pages to have labels cloud,enterprise,oss * Set setup-grafana/configure-security/configure-authentication/enhanced-ldap pages to have labels cloud,enterprise * Set setup-grafana/configure-security/configure-authentication/saml pages to have labels cloud,enterprise * Set setup-grafana/configure-security/configure-database-encryption/encrypt-secrets-using-hashicorp-key-vault pages to have labels cloud,enterprise * Set setup-grafana/configure-security/configure-request-security pages to have labels cloud,enterprise,oss Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set setup-grafana/configure-security/configure-team-sync pages to have labels cloud,enterprise Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set setup-grafana/configure-security/export-logs pages to have labels cloud,enterprise Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set troubleshooting pages to have labels cloud,enterprise,oss * Set whatsnew pages to have labels cloud,enterprise,oss * Apply updated labels from review Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> --------- Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
10 KiB
10 KiB
aliases | hide_menu | labels | title | |||||
---|---|---|---|---|---|---|---|---|
true |
|
Release notes for Grafana 9.0.1 |
Release notes for Grafana 9.0.1
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 caused 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