Skip to content

Commit 95fdaab

Browse files
authored
Release 3.10.0 (#499)
* Release 3.10.0 * fix chrome download
1 parent 6a876f4 commit 95fdaab

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.10.0 (2024-02-20)
2+
- WaitingForPanels: Change waiting logic for Scenes [#496](https://github.com/grafana/grafana-image-renderer/pull/496), [torkelo](https://github.com/torkelo)
3+
- Experimental: Support PDF rendering [#487](https://github.com/grafana/grafana-image-renderer/pull/487), [ryantxu](https://github.com/ryantxu)
4+
15
## 3.9.1 (2024-01-29)
26
- Chore: Upgrade jimp and node [#492](https://github.com/grafana/grafana-image-renderer/pull/492), [AgnesToulet](https://github.com/AgnesToulet)
37
- Bump follow-redirects from 1.15.3 to 1.15.4 [#489](https://github.com/grafana/grafana-image-renderer/pull/489), [dependabot[bot]](https://github.com/apps/dependabot)

plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"url": "https://github.com/grafana/grafana-image-renderer/blob/master/LICENSE"
2525
}
2626
],
27-
"version": "3.9.1",
28-
"updated": "2024-01-29"
27+
"version": "3.10.0",
28+
"updated": "2024-02-20"
2929
},
3030
"dependencies": {
3131
"grafanaDependency": ">=8.3.11"

scripts/download_chrome.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ async function download() {
3030
const buildId = await resolveBuildId(browserVersion, platform, 'latest');
3131
console.log(`Installing ${browserVersion} into ${outputPath}`);
3232
return install({
33+
baseUrl: 'https://storage.googleapis.com/chrome-for-testing-public',
3334
cacheDir: outputPath,
3435
browser: browserVersion,
3536
platform,

0 commit comments

Comments
 (0)