ReleaseNotes: Updated changelog and release notes for 8.3.11, 8.4.11, 8.5.11 and 9.0.8 (#54493) (#54498)
* ReleaseNotes: Updated changelog and release notes for 8.3.11, 8.4.11, 8.5.11 and 9.0.8 (#54493)
Co-authored-by: Joan López de la Franca Beltran <joanjan14@gmail.com>
(cherry picked from commit 3a9a145ef7)
Co-authored-by: Grot (@grafanabot) <43478413+grafanabot@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
af18359063
commit
ba4dc6e77b
@@ -14,6 +14,8 @@ about deprecations, breaking changes as well as changes that relate to plugin de
|
||||
- [Release notes for 9.1.1]({{< relref "release-notes-9-1-1" >}})
|
||||
- [Release notes for 9.1.0]({{< relref "release-notes-9-1-0" >}})
|
||||
- [Release notes for 9.1.0-beta1]({{< relref "release-notes-9-1-0-beta1" >}})
|
||||
- [Release notes for 9.0.8]({{< relref "release-notes-9-0-8" >}})
|
||||
- [Release notes for 9.0.7]({{< relref "release-notes-9-0-7" >}})
|
||||
- [Release notes for 9.0.6]({{< relref "release-notes-9-0-6" >}})
|
||||
- [Release notes for 9.0.5]({{< relref "release-notes-9-0-5" >}})
|
||||
- [Release notes for 9.0.4]({{< relref "release-notes-9-0-4" >}})
|
||||
@@ -24,6 +26,8 @@ about deprecations, breaking changes as well as changes that relate to plugin de
|
||||
- [Release notes for 9.0.0-beta3]({{< relref "release-notes-9-0-0-beta3/" >}})
|
||||
- [Release notes for 9.0.0-beta2]({{< relref "release-notes-9-0-0-beta2/" >}})
|
||||
- [Release notes for 9.0.0-beta1]({{< relref "release-notes-9-0-0-beta1/" >}})
|
||||
- [Release notes for 8.5.11]({{< relref "release-notes-8-5-11" >}})
|
||||
- [Release notes for 8.5.10]({{< relref "release-notes-8-5-10" >}})
|
||||
- [Release notes for 8.5.9]({{< relref "release-notes-8-5-9" >}})
|
||||
- [Release notes for 8.5.6]({{< relref "release-notes-8-5-6/" >}})
|
||||
- [Release notes for 8.5.5]({{< relref "release-notes-8-5-5/" >}})
|
||||
@@ -33,6 +37,7 @@ about deprecations, breaking changes as well as changes that relate to plugin de
|
||||
- [Release notes for 8.5.1]({{< relref "release-notes-8-5-1/" >}})
|
||||
- [Release notes for 8.5.0]({{< relref "release-notes-8-5-0/" >}})
|
||||
- [Release notes for 8.5.0-beta1]({{< relref "release-notes-8-5-0-beta1/" >}})
|
||||
- [Release notes for 8.4.11]({{< relref "release-notes-8-4-11" >}})
|
||||
- [Release notes for 8.4.10]({{< relref "release-notes-8-4-10" >}})
|
||||
- [Release notes for 8.4.7]({{< relref "release-notes-8-4-7/" >}})
|
||||
- [Release notes for 8.4.6]({{< relref "release-notes-8-4-6/" >}})
|
||||
@@ -42,6 +47,7 @@ about deprecations, breaking changes as well as changes that relate to plugin de
|
||||
- [Release notes for 8.4.2]({{< relref "release-notes-8-4-2/" >}})
|
||||
- [Release notes for 8.4.1]({{< relref "release-notes-8-4-1/" >}})
|
||||
- [Release notes for 8.4.0-beta1]({{< relref "release-notes-8-4-0-beta1/" >}})
|
||||
- [Release notes for 8.3.11]({{< relref "release-notes-8-3-11/" >}})
|
||||
- [Release notes for 8.3.7]({{< relref "release-notes-8-3-7/" >}})
|
||||
- [Release notes for 8.3.6]({{< relref "release-notes-8-3-6/" >}})
|
||||
- [Release notes for 8.3.5]({{< relref "release-notes-8-3-5/" >}})
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
+++
|
||||
title = "Release notes for Grafana 8.3.11"
|
||||
hide_menu = true
|
||||
+++
|
||||
|
||||
<!-- Auto generated by update changelog github action -->
|
||||
|
||||
# Release notes for Grafana 8.3.11
|
||||
|
||||
### Features and enhancements
|
||||
|
||||
- **Rendering:** Add support for renderer token (#54425). [#54436](https://github.com/grafana/grafana/pull/54436), [@joanlopez](https://github.com/joanlopez)
|
||||
@@ -0,0 +1,12 @@
|
||||
+++
|
||||
title = "Release notes for Grafana 8.4.11"
|
||||
hide_menu = true
|
||||
+++
|
||||
|
||||
<!-- Auto generated by update changelog github action -->
|
||||
|
||||
# Release notes for Grafana 8.4.11
|
||||
|
||||
### Features and enhancements
|
||||
|
||||
- **Rendering:** Add support for renderer token (#54425). [#54437](https://github.com/grafana/grafana/pull/54437), [@joanlopez](https://github.com/joanlopez)
|
||||
@@ -0,0 +1,13 @@
|
||||
+++
|
||||
title = "Release notes for Grafana 8.5.11"
|
||||
hide_menu = true
|
||||
+++
|
||||
|
||||
<!-- Auto generated by update changelog github action -->
|
||||
|
||||
# Release notes for Grafana 8.5.11
|
||||
|
||||
### Features and enhancements
|
||||
|
||||
- **Rendering:** Add support for renderer token (#54425). [#54438](https://github.com/grafana/grafana/pull/54438), [@joanlopez](https://github.com/joanlopez)
|
||||
- **Alerting:** AlertingProxy to elevate permissions for request forwarded to data proxy when RBAC enabled. [#53681](https://github.com/grafana/grafana/pull/53681), [@yuri-tceretian](https://github.com/yuri-tceretian)
|
||||
@@ -0,0 +1,15 @@
|
||||
+++
|
||||
title = "Release notes for Grafana 9.0.8"
|
||||
hide_menu = true
|
||||
+++
|
||||
|
||||
<!-- Auto generated by update changelog github action -->
|
||||
|
||||
# Release notes for Grafana 9.0.8
|
||||
|
||||
### Features and enhancements
|
||||
|
||||
- **Alerting:** Hide "no rules" message when we are fetching from data sources. [#53778](https://github.com/grafana/grafana/pull/53778), [@gillesdemey](https://github.com/gillesdemey)
|
||||
- **Rendering:** Add support for renderer token (#54425). [#54439](https://github.com/grafana/grafana/pull/54439), [@joanlopez](https://github.com/joanlopez)
|
||||
- **Reports:** Title is showing under panels. (Enterprise)
|
||||
- **Alerting:** AlertingProxy to elevate permissions for request forwarded to data proxy when RBAC enabled. [#53680](https://github.com/grafana/grafana/pull/53680), [@yuri-tceretian](https://github.com/yuri-tceretian)
|
||||
Reference in New Issue
Block a user