Skip to content

Commit

Permalink
Release 3.10.0 (#499)
Browse files Browse the repository at this point in the history
* Release 3.10.0

* fix chrome download
  • Loading branch information
AgnesToulet authored Feb 20, 2024
1 parent 6a876f4 commit 95fdaab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.10.0 (2024-02-20)
- WaitingForPanels: Change waiting logic for Scenes [#496](https://github.com/grafana/grafana-image-renderer/pull/496), [torkelo](https://github.com/torkelo)
- Experimental: Support PDF rendering [#487](https://github.com/grafana/grafana-image-renderer/pull/487), [ryantxu](https://github.com/ryantxu)

## 3.9.1 (2024-01-29)
- Chore: Upgrade jimp and node [#492](https://github.com/grafana/grafana-image-renderer/pull/492), [AgnesToulet](https://github.com/AgnesToulet)
- 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)
Expand Down
4 changes: 2 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"url": "https://github.com/grafana/grafana-image-renderer/blob/master/LICENSE"
}
],
"version": "3.9.1",
"updated": "2024-01-29"
"version": "3.10.0",
"updated": "2024-02-20"
},
"dependencies": {
"grafanaDependency": ">=8.3.11"
Expand Down
1 change: 1 addition & 0 deletions scripts/download_chrome.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ async function download() {
const buildId = await resolveBuildId(browserVersion, platform, 'latest');
console.log(`Installing ${browserVersion} into ${outputPath}`);
return install({
baseUrl: 'https://storage.googleapis.com/chrome-for-testing-public',
cacheDir: outputPath,
browser: browserVersion,
platform,
Expand Down

0 comments on commit 95fdaab

Please sign in to comment.