grafana-sync
grafana-sync copied to clipboard
Keep your Grafana dashboards in sync
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. Release notes Sourced from actions/setup-go's releases. v5.0.0 What's Changed In scope of this release, we change Nodejs runtime from node16 to node20 (actions/setup-go#421). Moreover,...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.0.0 to 5.1.0. Release notes Sourced from docker/build-push-action's releases. v5.1.0 Add annotations input by @crazy-max in docker/build-push-action#992 Add secret-envs input by @elias-lundgren in docker/build-push-action#980 Bump @babel/traverse from...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.7.0 to 1.8.0. Release notes Sourced from github.com/spf13/cobra's releases. v1.8.0 ✨ Features Support usage as plugin for tools like kubectl by @nirs in spf13/cobra#2018 - this means...
Looks like pull does not support "library-panels", from web ui it is separate flag during exporting "Export for sharing externally". Is it something that easy fix or not?
Bumps [docker/login-action](https://github.com/docker/login-action) from 2.2.0 to 3.0.0. Release notes Sourced from docker/login-action's releases. v3.0.0 Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by @crazy-max in docker/login-action#593 Bump @actions/core...
To pull my dashboards, I use: ```bash docker run --rm \ --volume "$(pwd)/grafana-dash:/data" \ --network "monitor-net" \ ghcr.io/mpostument/grafana-sync:1.4.10 \ pull-dashboards --apikey="" --directory="/data" --url http://grafana:3000 ``` But this creates a folder...