mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ReleaseNotes: Updated changelog and release notes for 8.4.5 (#47145)
This commit is contained in:
parent
c5cfc1645a
commit
bea392eabf
17
CHANGELOG.md
17
CHANGELOG.md
@ -1,3 +1,20 @@
|
|||||||
|
<!-- 8.4.5 START -->
|
||||||
|
|
||||||
|
# 8.4.5 (2022-03-31)
|
||||||
|
|
||||||
|
### Features and enhancements
|
||||||
|
|
||||||
|
- **Instrumentation:** Make backend plugin metrics endpoints available with optional authentication. [#46467](https://github.com/grafana/grafana/pull/46467), [@marefr](https://github.com/marefr)
|
||||||
|
- **Table panel:** Show datalinks for cell display modes JSON View and Gauge derivates. [#46020](https://github.com/grafana/grafana/pull/46020), [@mdvictor](https://github.com/mdvictor)
|
||||||
|
|
||||||
|
### Bug fixes
|
||||||
|
|
||||||
|
- **Azure Monitor:** Small bug fixes for Resource Picker. [#46665](https://github.com/grafana/grafana/pull/46665), [@sarahzinger](https://github.com/sarahzinger)
|
||||||
|
- **Logger:** Use specified format for file logger. [#46970](https://github.com/grafana/grafana/pull/46970), [@sakjur](https://github.com/sakjur)
|
||||||
|
- **Logs:** Handle missing fields in dataframes better. [#46963](https://github.com/grafana/grafana/pull/46963), [@gabor](https://github.com/gabor)
|
||||||
|
- **ManageDashboards:** Fix error when deleting all dashboards from folder view. [#46877](https://github.com/grafana/grafana/pull/46877), [@joshhunt](https://github.com/joshhunt)
|
||||||
|
|
||||||
|
<!-- 8.4.5 END -->
|
||||||
<!-- 8.4.4 START -->
|
<!-- 8.4.4 START -->
|
||||||
|
|
||||||
# 8.4.4 (2022-03-16)
|
# 8.4.4 (2022-03-16)
|
||||||
|
@ -8,6 +8,7 @@ weight = 10000
|
|||||||
Here you can find detailed release notes that list everything that is included in every release as well as notices
|
Here you can find detailed release notes that list everything that is included in every release as well as notices
|
||||||
about deprecations, breaking changes as well as changes that relate to plugin development.
|
about deprecations, breaking changes as well as changes that relate to plugin development.
|
||||||
|
|
||||||
|
- [Release notes for 8.4.5]({{< relref "release-notes-8-4-5" >}})
|
||||||
- [Release notes for 8.4.4]({{< relref "release-notes-8-4-4" >}})
|
- [Release notes for 8.4.4]({{< relref "release-notes-8-4-4" >}})
|
||||||
- [Release notes for 8.4.3]({{< relref "release-notes-8-4-3" >}})
|
- [Release notes for 8.4.3]({{< relref "release-notes-8-4-3" >}})
|
||||||
- [Release notes for 8.4.2]({{< relref "release-notes-8-4-2" >}})
|
- [Release notes for 8.4.2]({{< relref "release-notes-8-4-2" >}})
|
||||||
|
20
docs/sources/release-notes/release-notes-8-4-5.md
Normal file
20
docs/sources/release-notes/release-notes-8-4-5.md
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
+++
|
||||||
|
title = "Release notes for Grafana 8.4.5"
|
||||||
|
hide_menu = true
|
||||||
|
+++
|
||||||
|
|
||||||
|
<!-- Auto generated by update changelog github action -->
|
||||||
|
|
||||||
|
# Release notes for Grafana 8.4.5
|
||||||
|
|
||||||
|
### Features and enhancements
|
||||||
|
|
||||||
|
- **Instrumentation:** Make backend plugin metrics endpoints available with optional authentication. [#46467](https://github.com/grafana/grafana/pull/46467), [@marefr](https://github.com/marefr)
|
||||||
|
- **Table panel:** Show datalinks for cell display modes JSON View and Gauge derivates. [#46020](https://github.com/grafana/grafana/pull/46020), [@mdvictor](https://github.com/mdvictor)
|
||||||
|
|
||||||
|
### Bug fixes
|
||||||
|
|
||||||
|
- **Azure Monitor:** Small bug fixes for Resource Picker. [#46665](https://github.com/grafana/grafana/pull/46665), [@sarahzinger](https://github.com/sarahzinger)
|
||||||
|
- **Logger:** Use specified format for file logger. [#46970](https://github.com/grafana/grafana/pull/46970), [@sakjur](https://github.com/sakjur)
|
||||||
|
- **Logs:** Handle missing fields in dataframes better. [#46963](https://github.com/grafana/grafana/pull/46963), [@gabor](https://github.com/gabor)
|
||||||
|
- **ManageDashboards:** Fix error when deleting all dashboards from folder view. [#46877](https://github.com/grafana/grafana/pull/46877), [@joshhunt](https://github.com/joshhunt)
|
Loading…
Reference in New Issue
Block a user