Skip to content

Releases: cstanislawski/grafana-db-exporter

1.0.7

04 May 16:32
efddc5c
Compare
Choose a tag to compare

What's Changed

  • Add Terraform CI/CD example by @cstanislawski in #66
  • Bump grafana/grafana from 11.2.2 to 11.3.0 in /docker/grafana by @dependabot in #67
  • Bump golang.org/x/crypto from 0.28.0 to 0.29.0 by @dependabot in #69
  • Bump golang from 1.23.2-alpine to 1.23.3-alpine in /docker/grafana-db-exporter by @dependabot in #70
  • Bump Chizkiyahu/delete-untagged-ghcr-action from 4 to 5 by @dependabot in #72
  • Bump grafana/grafana from 11.3.0 to 11.3.1 in /docker/grafana by @dependabot in #73
  • Bump grafana/grafana from 11.3.1 to 11.4.0 in /docker/grafana by @dependabot in #74
  • Bump golang.org/x/crypto from 0.29.0 to 0.30.0 by @dependabot in #75
  • Bump golang from 1.23.3-alpine to 1.23.4-alpine in /docker/grafana-db-exporter by @dependabot in #77
  • Bump alpine from 3.20 to 3.21 in /docker/grafana-db-exporter by @dependabot in #76
  • Bump golang.org/x/crypto from 0.30.0 to 0.31.0 by @dependabot in #78
  • Bump Chizkiyahu/delete-untagged-ghcr-action from 5 to 6 by @dependabot in #79
  • Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0 by @dependabot in #80
  • Bump golang.org/x/crypto from 0.31.0 to 0.32.0 by @dependabot in #83
  • Bump github.com/go-git/go-git/v5 from 5.13.0 to 5.13.1 by @dependabot in #82
  • Bump github.com/go-git/go-git/v5 from 5.13.1 to 5.13.2 by @dependabot in #85
  • Bump grafana/grafana from 11.4.0 to 11.5.1 in /docker/grafana by @dependabot in #86
  • Bump golang.org/x/crypto from 0.32.0 to 0.33.0 by @dependabot in #88
  • Standardize logging keys & update deps by @cstanislawski in #104
  • Bump grafana/grafana from 11.5.1 to 11.6.1 in /docker/grafana by @dependabot in #103

Full Changelog: 1.0.6...1.0.7

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.