From 85c68cc734c9a71bfeabfec898d32cc9cb3c8144 Mon Sep 17 00:00:00 2001 From: Leonard Gram Date: Tue, 15 Jan 2019 10:49:46 +0100 Subject: [PATCH] 5.4.3 changelog --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e03282256f..dd0339d1991 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,12 +25,19 @@ * **Search**: Fix for issue with scrolling the "tags filter" dropdown, fixes [#14486](https://github.com/grafana/grafana/issues/14486) # 5.4.3 (2019-01-14) + +### Tech + * **Docker**: Build and publish docker images for armv7 and arm64 [#14617](https://github.com/grafana/grafana/pull/14617), thx [@johanneswuerbach](https://github.com/johanneswuerbach) +* **Backend**: Upgrade to golang 1.11.4 [#14580](https://github.com/grafana/grafana/issues/14580) +* **MySQL** only update session in mysql database when required [#14540](https://github.com/grafana/grafana/pull/14540) ### Bug fixes * **Alerting** Invalid frequency causes division by zero in alert scheduler [#14810](https://github.com/grafana/grafana/issues/14810) * **Dashboard** Dashboard links do not update when time range changes [#14493](https://github.com/grafana/grafana/issues/14493) - +* **Limits** Support more than 1000 datasources per org [#13883](https://github.com/grafana/grafana/issues/13883) +* **Backend** fix signed in user for orgId=0 result should return active org id [#14574](https://github.com/grafana/grafana/pull/14574) +* **Provisioning** Adds orgId to user dto for provisioned dashboards [#14678](https://github.com/grafana/grafana/pull/14678) # 5.4.2 (2018-12-13)