From ac6a52a22b23f7ded1dbb360b29bdfcb094a1536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agn=C3=A8s=20Toulet?= <35176601+AgnesToulet@users.noreply.github.com> Date: Tue, 17 Oct 2023 15:33:29 +0200 Subject: [PATCH] Release 3.8.4 (#474) * Release 3.8.4 * Update changelog and plugin.json --- CHANGELOG.md | 6 ++++++ plugin.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8897eb2..50d43d82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 3.8.4 (2023-10-17) +- Bump xml2js to 0.6.2 [#473](https://github.com/grafana/grafana-image-renderer/pull/473), [AgnesToulet](https://github.com/AgnesToulet) +- Browser: Fix panel rendered waiting condition [#472](https://github.com/grafana/grafana-image-renderer/pull/472), [AgnesToulet](https://github.com/AgnesToulet) +- Docker: Add build for arm64 [#468](https://github.com/grafana/grafana-image-renderer/pull/468), [michbeck100](https://github.com/michbeck100) +- Fix timezone config always overwritten [#463](https://github.com/grafana/grafana-image-renderer/pull/463), [zhichli](https://github.com/zhichli) + ## 3.8.3 (2023-09-29) - Chore: Upgrade to Node 18 [#448](https://github.com/grafana/grafana-image-renderer/pull/448), [Clarity-89](https://github.com/Clarity-89) diff --git a/plugin.json b/plugin.json index b99c34de..eda89090 100644 --- a/plugin.json +++ b/plugin.json @@ -29,8 +29,8 @@ "url": "https://github.com/grafana/grafana-image-renderer/blob/master/LICENSE" } ], - "version": "3.8.3", - "updated": "2023-09-29" + "version": "3.8.4", + "updated": "2023-10-17" }, "dependencies": { "grafanaDependency": ">=8.3.11"