digrich / bubblechart-panel

Bubble chart panel for grafana monitoring system.
Apache License 2.0
8 stars 9 forks source link

grafana-cli can't install 1.2.1 #16

Open ygree opened 3 years ago

ygree commented 3 years ago

grafana-cli plugins install digrich-bubblechart-panel 1.2.1

results in

Error: ✗ digrich-bubblechart-panel v1.2.1 either does not exist or is not supported on your system (Grafana v8.1.1 linux-amd64)

And the latest available 1.2.0 is not signed resulting in

2021-08-19T16:29:48+0000 lvl=warn msg="Some plugin scanning errors were found" logger=plugins errors="plugin 'digrich-bubblechart-panel' is unsigned"
derWahnsinn commented 3 years ago

Same problem here!

jonbartels commented 2 years ago

I am chasing a similar issue. I can see 1.2.1 listed in my install of Grafana and at https://grafana.com/grafana/plugins/digrich-bubblechart-panel/. 1.2.1 is not listed with grafana-cli list-remote | grep bubble.

I hit the plugin API at https://grafana.com/api/plugins. I grepped the JSON to get the download URL for bubblechart-panel. That yielded a direct download link for 1.2.1 curl --output digrich-bubblechart-panel-1.2.1.zip https://storage.googleapis.com/plugins-community/digrich-bubblechart-panel/release/1.2.1/digrich-bubblechart-panel-1.2.1.zip

Diffing 1.2.1 against the dist directory shows that the differences are a version update and the addition of a manifest.

This suggests that 1.2.1 exists and is simply a signed version of 1.2.0. This is a good thing! I am not sure why it isn't available for installation however. I will manually install this ZIP tomorrow. The only change I'm expecting over 1.2.0 is that it'll show 1.2.1 and that it is signed.

I am new to grafana so there may be a repo update command I'm not familiar with. This is not the venue for me to get noob help so please tell me to slow down if I'm on the wrong track.