From e651f011b18941d1658cb1104845eedf3a4bdc83 Mon Sep 17 00:00:00 2001 From: Horst Gutmann Date: Thu, 12 Oct 2023 13:24:22 +0200 Subject: [PATCH] [v10.0.x] Changelog: Updated changelog for 10.0.9 (#76426) Changelog: Updated changelog for 10.0.9 (#76425) Co-authored-by: grafanabot (cherry picked from commit 99e2f404387c99c699b70f761c10948babbaec62) Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddef29101fd..ecc3361fd38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ + + +# 10.0.9 (2023-10-11) + +### Bug fixes + +- **BrowseDashboards:** Only remember the most recent expanded folder. [#74819](https://github.com/grafana/grafana/issues/74819), [@joshhunt](https://github.com/joshhunt) +- **Licensing:** Pass func to update env variables when starting plugin. [#74679](https://github.com/grafana/grafana/issues/74679), [@leandro-deveikis](https://github.com/leandro-deveikis) +- **Nested folders:** Fix folder hierarchy in folder responses. [#74581](https://github.com/grafana/grafana/issues/74581), [@papagian](https://github.com/papagian) +- **RBAC:** Chore fix hasPermissionInOrg. (Enterprise) +- **Licensing:** Updated grpc plugin factory newPlugin signature. (Enterprise) + + # 10.0.8 (2023-09-29)