From ff8d96602adaaeac922854d2d5dbc1e5687c9370 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Mon, 8 Aug 2022 14:16:29 +0100 Subject: [PATCH] ReleaseNotes: Updated changelog and release notes for 8.5.10 (#53395) --- CHANGELOG.md | 10 ++++++++++ docs/sources/release-notes/_index.md | 1 + docs/sources/release-notes/release-notes-8-5-10.md | 12 ++++++++++++ 3 files changed, 23 insertions(+) create mode 100644 docs/sources/release-notes/release-notes-8-5-10.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 0747b0d9f45..67ffdee2e3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -917,6 +917,16 @@ In the Loki data source, for consistency and performance reasons, we changed how The dependency to [grafana/aws-sdk](https://github.com/grafana/grafana-aws-sdk-react) is moved from [grafana/ui](https://github.com/grafana/grafana/blob/main/packages/grafana-ui/package.json) to the plugin. This means that any plugin that use SIGV4 auth need to pass a SIGV4 editor component as a prop to the `DataSourceHttpSettings` component. Issue [#43559](https://github.com/grafana/grafana/issues/43559) + + +# 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 98159de8c7f..81db5fe0c86 100644 --- a/docs/sources/release-notes/_index.md +++ b/docs/sources/release-notes/_index.md @@ -21,6 +21,7 @@ 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.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)