From c93f0439db385c483815f9eddd2f69c83c635478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Philippe=20Qu=C3=A9m=C3=A9ner?= Date: Mon, 8 Aug 2022 15:40:44 +0200 Subject: [PATCH] Backport release notes of 8.5.10 Co-authored-by: Grot (@grafanabot) <43478413+grafanabot@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ docs/sources/release-notes/_index.md | 1 + docs/sources/release-notes/release-notes-8-5-10.md | 12 ++++++++++++ 3 files changed, 22 insertions(+) create mode 100644 docs/sources/release-notes/release-notes-8-5-10.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 82039a8363c..911e7bc77a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + + +# 8.5.10 (2022-08-08) + +### Bug fixes + +- **RBAC:** Fix Anonymous Editors missing dashboard controls. [#52649](https://github.com/grafana/grafana/pull/52649), [@gamab](https://github.com/gamab) + + # 8.5.9 (2022-07-14) diff --git a/docs/sources/release-notes/_index.md b/docs/sources/release-notes/_index.md index e7e5ad68af3..192ce37540d 100644 --- a/docs/sources/release-notes/_index.md +++ b/docs/sources/release-notes/_index.md @@ -10,6 +10,7 @@ weight: 10000 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. +- [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" >}}) diff --git a/docs/sources/release-notes/release-notes-8-5-10.md b/docs/sources/release-notes/release-notes-8-5-10.md new file mode 100644 index 00000000000..c2e0fab8c1b --- /dev/null +++ b/docs/sources/release-notes/release-notes-8-5-10.md @@ -0,0 +1,12 @@ ++++ +title = "Release notes for Grafana 8.5.10" +hide_menu = true ++++ + + + +# Release notes for Grafana 8.5.10 + +### Bug fixes + +- **RBAC:** Fix Anonymous Editors missing dashboard controls. [#52649](https://github.com/grafana/grafana/pull/52649), [@gamab](https://github.com/gamab)