Skip to content

Commit 7c21ce6

Browse files
committed
Release v1.0.6
1 parent 6bfa827 commit 7c21ce6

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.0.6 (2019-11-25)
2+
3+
- Wait until all network connections to be idle before rendering [#24](https://github.com/grafana/grafana-image-renderer/pull/24), [d1ff](https://github.com/d1ff)
4+
- Support ignoring https errors using environment variable [#59](https://github.com/grafana/grafana-image-renderer/pull/59), [marefr](https://github.com/marefr)
5+
- Docker: Update dependencies to remove vulnerabilities (#53)(https://github.com/grafana/grafana-image-renderer/pull/53), [marefr](https://github.com/marefr)
6+
- Fix typo in log statement (#39)(https://github.com/grafana/grafana-image-renderer/pull/39), [ankon](https://github.com/ankon)
7+
- Updated documentation
8+
19
## 1.0.5 (2019-09-11)
210

311
- Include md5 checksums in release artifacts

plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
{"name": "Project site", "url": "https://github.com/grafana/grafana-image-renderer"},
1717
{"name": "Apache License", "url": "https://github.com/grafana/grafana-image-renderer/blob/master/LICENSE"}
1818
],
19-
"version": "1.0.5",
20-
"updated": "2019-09-11",
19+
"version": "1.0.6",
20+
"updated": "2019-11-25",
2121
"dependencies": {
2222
"grafanaVersion": "5.2"
2323
}

0 commit comments

Comments
 (0)