Skip to content

Releases: cstanislawski/grafana-db-exporter

1.0.6

22 Oct 18:57
1fa2cfc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.5...1.0.6

1.0.5

20 Oct 18:27
2d16953
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.4...1.0.5

1.0.4

12 Oct 08:11
969d922
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.3...1.0.4

1.0.3

07 Oct 19:56
8bb498a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.2...1.0.3

1.0.2

23 Sep 20:11
5fc036e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.1...1.0.2

grafana-db-exporter - 1.0.1

19 Jul 07:41
Compare
Choose a tag to compare

What's Changed

  • fix: require known hosts path if accept unknown hosts is false by @cstanislawski in #10

Full Changelog: 1.0...1.0.1

grafana-db-exporter - 1.0

18 Jul 20:26
Compare
Choose a tag to compare

First release!

grafana-db-exporter performs the most basic actions:

  • Creates a git client & clones the repository of choice,
  • Creates a Grafana client & retrieves all the dashboards the token has access to,
  • Checkouts to a new branch,
  • If the dashboard isn't saved / its contents have changed since - saves the dashboards as json files with $DASHBOARD_UD.json in the REPO_SAVE_PATH directory,
  • Commits & pushes the changes to the repo.