From ca957d310bb486f73fbebe4febca35c902a6c410 Mon Sep 17 00:00:00 2001 From: Ezequiel Victorero Date: Fri, 30 Aug 2024 09:58:36 -0300 Subject: [PATCH 1/2] Release 3.11.4 --- CHANGELOG.md | 4 ++++ plugin.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb36db25..b5b6e1a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.11.4 (2024-08-30) +- Upgrade poolpeteer to fix contextPerRenderKey mode [#560](https://github.com/grafana/grafana-image-renderer/pull/560), [AgnesToulet](https://github.com/AgnesToulet) +- Puppeteer: Upgrade to v22 [#556](https://github.com/grafana/grafana-image-renderer/pull/556), [evictorero](https://github.com/evictorero) + ## 3.11.3 (2024-08-13) - Full page image: Fix blank page screenshot when scenes is turned on [#554](https://github.com/grafana/grafana-image-renderer/pull/554), [juanicabanas](https://github.com/juanicabanas) diff --git a/plugin.json b/plugin.json index adbd8c8d..c52fee44 100644 --- a/plugin.json +++ b/plugin.json @@ -24,8 +24,8 @@ "url": "https://github.com/grafana/grafana-image-renderer/blob/master/LICENSE" } ], - "version": "3.11.3", - "updated": "2024-08-13" + "version": "3.11.4", + "updated": "2024-08-30" }, "dependencies": { "grafanaDependency": ">=8.3.11" From cff78dbfa6c8f643bd0e307473e03ed310c53a5a Mon Sep 17 00:00:00 2001 From: Ezequiel Victorero Date: Fri, 30 Aug 2024 10:35:12 -0300 Subject: [PATCH 2/2] remove commit from changelog --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5b6e1a5..c6142352 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,4 @@ ## 3.11.4 (2024-08-30) -- Upgrade poolpeteer to fix contextPerRenderKey mode [#560](https://github.com/grafana/grafana-image-renderer/pull/560), [AgnesToulet](https://github.com/AgnesToulet) - Puppeteer: Upgrade to v22 [#556](https://github.com/grafana/grafana-image-renderer/pull/556), [evictorero](https://github.com/evictorero) ## 3.11.3 (2024-08-13)