From 3e9ad2f06a30d0f336384aef0d067e5ab663c8f9 Mon Sep 17 00:00:00 2001 From: Artur Wierzbicki Date: Wed, 23 Feb 2022 16:59:54 +0400 Subject: [PATCH] Release grafana-image-renderer v3.4.1 (#327) --- CHANGELOG.md | 4 ++++ plugin.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21dd2c84..2b1602ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.4.1 (2022-02-23) + +- Fix: replace `sharp` with `jimp` to resolve issues with installing native dependencies [#325](https://github.com/grafana/grafana-image-renderer/pull/325), [ArturWierzbicki](https://github.com/ArturWierzbicki) + ## 3.4.0 (2022-02-17) - Support new concurrency mode: contextPerRenderKey [#314](https://github.com/grafana/grafana-image-renderer/pull/314), [ArturWierzbicki](https://github.com/ArturWierzbicki) diff --git a/plugin.json b/plugin.json index fd3cf1dd..e08aceb0 100644 --- a/plugin.json +++ b/plugin.json @@ -20,8 +20,8 @@ {"name": "Project site", "url": "https://github.com/grafana/grafana-image-renderer"}, {"name": "Apache License", "url": "https://github.com/grafana/grafana-image-renderer/blob/master/LICENSE"} ], - "version": "3.4.0", - "updated": "2022-02-17" + "version": "3.4.1", + "updated": "2022-02-23" }, "dependencies": { "grafanaDependency": ">=7.0.0"