Skip to content

Commit 434277f

Browse files
authored
Release 3.8.2 (#461)
1 parent 12c8779 commit 434277f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 3.8.2 (2023-09-21)
2+
- 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+
14
## 3.8.1 (2023-09-18)
25
- Fix check condition to avoid timeouts in invalid panels [#299](https://github.com/grafana/grafana-image-renderer/pull/299), [spinillos](https://github.com/spinillos)
36
- Plugin: fix Chrome path [#451](https://github.com/grafana/grafana-image-renderer/pull/451), [AgnesToulet](https://github.com/AgnesToulet)

plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"url": "https://github.com/grafana/grafana-image-renderer/blob/master/LICENSE"
3030
}
3131
],
32-
"version": "3.8.1",
33-
"updated": "2023-09-18"
32+
"version": "3.8.2",
33+
"updated": "2023-09-21"
3434
},
3535
"dependencies": {
3636
"grafanaDependency": ">=8.3.11"

0 commit comments

Comments
 (0)