From dd7d0e8883b53c80f1413eb589b27f210a2cdef5 Mon Sep 17 00:00:00 2001 From: Kevin Minehart Date: Thu, 22 Jun 2023 15:56:12 -0500 Subject: [PATCH] [v9.5.x] Changelog: Updated changelog for 9.5.5 (#70547) Changelog: Updated changelog for 9.5.5 (#70542) Co-authored-by: grafanabot (cherry picked from commit 45439bea86419a8146bbfd84f3765d079d2fd73c) 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 c002ebc4848..0b800b934da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ + + +# 9.5.5 (2023-06-22) + +### Bug fixes + +- **Auth:** Show invite button if disable login form is set to false. [#70154](https://github.com/grafana/grafana/issues/70154), [@grafanabot](https://github.com/grafanabot) +- **Azure:** Fix Kusto auto-completion for Azure datasources (#69685). [#69694](https://github.com/grafana/grafana/issues/69694), [@aangelisc](https://github.com/aangelisc) +- **RBAC:** Remove legacy AC editor and admin role on new dashboard route. [#68776](https://github.com/grafana/grafana/issues/68776), [@grafanabot](https://github.com/grafanabot) +- **Revert:** Allow editors to access GET /datasources. [#68654](https://github.com/grafana/grafana/issues/68654), [@grafanabot](https://github.com/grafanabot) +- **Settings:** Add ability to override `skip_org_role_sync` with Env variables. [#68375](https://github.com/grafana/grafana/issues/68375), [@grafanabot](https://github.com/grafanabot) + + # 9.5.3 (2023-06-06)