grafana / grafana-plugin-examples

189 stars 53 forks source link

Automatic plugin update #327

Closed Ukochka closed 4 months ago

Ukochka commented 4 months ago

GH workflow runsscripts/update-grafana-version.sh to update all dependencies, plugin.json and docker-compose files for each plugin example, if there are changes it opens a PR

For now it will be only opening PR and if after a week or so it will be working fine, I can add automatic merge

update-grafana-version.sh script runs create-plugin@latest update and after checks the version of grafana/data and sets this as a TARGET_VERSION and updates docker-compose and plugin.json files

fixes #329