diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ab214ec..37e90912 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.8.2 (2023-09-21) +- Browser: Revert to old headless mode to fix usage with Kubernetes [#459](https://github.com/grafana/grafana-image-renderer/pull/459), [AgnesToulet](https://github.com/AgnesToulet) + ## 3.8.1 (2023-09-18) - Fix check condition to avoid timeouts in invalid panels [#299](https://github.com/grafana/grafana-image-renderer/pull/299), [spinillos](https://github.com/spinillos) - Plugin: fix Chrome path [#451](https://github.com/grafana/grafana-image-renderer/pull/451), [AgnesToulet](https://github.com/AgnesToulet) diff --git a/plugin.json b/plugin.json index d0eca2a2..b0c21d5c 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.1", - "updated": "2023-09-18" + "version": "3.8.2", + "updated": "2023-09-21" }, "dependencies": { "grafanaDependency": ">=8.3.11"