Skip to content

Commit 695f0ff

Browse files
authored
Actions: Include only files from old object (#675)
1 parent 60cd01b commit 695f0ff

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/build-plugin.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,12 @@ jobs:
176176
| sub("x64"; "amd64")
177177
| sub(".zip$"; "")
178178
) as $key
179+
| select($old[$key])
179180
| { ($key): { md5: $old[$key], url: $a.browser_download_url } }
180181
)
181182
| add
182183
)
183-
' gcom.json > with-urls.json
184+
' gcom.json | tee with-urls.json
184185
185186
- name: Publish to grafana.com
186187
run: |

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## 4.0.1, 4.0.2 & 4.0.3 (2025-07-22)
1+
## 4.0.1, 4.0.2, 4.0.3 & 4.0.4 (2025-07-22)
22

3-
This release only touches the build process of the plugin, as v4.0.0, .1, and .2 did not release on the plugin catalog.
3+
This release only touches the build process of the plugin, as v4.0.0, .1, .2, and .3 did not release on the plugin catalog.
44
There is no difference from v4.0.0 for Docker users.
55

66
## 4.0.0 (2025-07-22)

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"url": "https://github.com/grafana/grafana-image-renderer/blob/master/LICENSE"
2525
}
2626
],
27-
"version": "4.0.3",
27+
"version": "4.0.4",
2828
"updated": "2025-07-22"
2929
},
3030
"dependencies": {

0 commit comments

Comments
 (0)