Skip to content

Commit ac6a52a

Browse files
authored
Release 3.8.4 (#474)
* Release 3.8.4 * Update changelog and plugin.json
1 parent 817e0cf commit ac6a52a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.8.4 (2023-10-17)
2+
- Bump xml2js to 0.6.2 [#473](https://github.com/grafana/grafana-image-renderer/pull/473), [AgnesToulet](https://github.com/AgnesToulet)
3+
- Browser: Fix panel rendered waiting condition [#472](https://github.com/grafana/grafana-image-renderer/pull/472), [AgnesToulet](https://github.com/AgnesToulet)
4+
- Docker: Add build for arm64 [#468](https://github.com/grafana/grafana-image-renderer/pull/468), [michbeck100](https://github.com/michbeck100)
5+
- Fix timezone config always overwritten [#463](https://github.com/grafana/grafana-image-renderer/pull/463), [zhichli](https://github.com/zhichli)
6+
17
## 3.8.3 (2023-09-29)
28
- Chore: Upgrade to Node 18 [#448](https://github.com/grafana/grafana-image-renderer/pull/448), [Clarity-89](https://github.com/Clarity-89)
39

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.3",
33-
"updated": "2023-09-29"
32+
"version": "3.8.4",
33+
"updated": "2023-10-17"
3434
},
3535
"dependencies": {
3636
"grafanaDependency": ">=8.3.11"

0 commit comments

Comments
 (0)