From 99e2f404387c99c699b70f761c10948babbaec62 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 14:18:00 +0300 Subject: [PATCH] Changelog: Updated changelog for 10.0.9 (#76425) Co-authored-by: grafanabot --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20340a4d5a2..ae12cf5ebf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -446,6 +446,19 @@ Starting with 10.0, changing the folder UID is deprecated. It will be removed in - **Grafana/ui:** Fix margin in RadioButtonGroup option when only icon is present. [#68899](https://github.com/grafana/grafana/issues/68899), [@aocenas](https://github.com/aocenas) + + +# 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)