Skip to content

Releases: grafana/detect-angular-dashboards

v0.9.0

12 Sep 12:54
219e42c
Compare
Choose a tag to compare

What's Changed

  • Add tests by @xnyo in #19
  • feat: Adds support for -server mode and concurrently downloading dashboards by @vanugrah in #21
  • docs: add missing -j flag to example by @mikaello in #23
  • chore(readme): updates README after sever mode addition by @vanugrah in #22

New Contributors

Full Changelog: v0.8.1...v0.9.0

v0.8.1

25 Jul 07:45
356153b
Compare
Choose a tag to compare

What's Changed

  • Fix detection not working for collapsed rows by @xnyo in #18

Full Changelog: v0.8.0...v0.8.1

v0.8.0

17 Apr 14:26
5da6925
Compare
Choose a tag to compare
  • Add -insecure option to skip TLS certificate verification (#11)

v0.7.0

22 Mar 17:24
c24fd30
Compare
Choose a tag to compare
  • Refactoring to faciliate reuse of the detection code #8
  • Add building block for bulk organization detection #9
  • Include part of the dashboard meta in the detection result #10
  • README.md: Update json example to reflect new output #12

v0.6.0

13 Nov 09:15
7d2add9
Compare
Choose a tag to compare
  • Add support for Grafana 10.3.x

v0.5.0

27 Oct 11:29
94012c7
Compare
Choose a tag to compare
  • Add warning for old "table" / "table-old" panel

v0.4.0

10 Oct 16:12
94930a0
Compare
Choose a tag to compare
  • Add warning for "Graph (old)" panel

v0.3.0

18 Aug 11:53
94930a0
Compare
Choose a tag to compare
  • Added JSON output (-j option)
  • Changed output format

v0.2.0

17 Aug 11:07
79ad19e
Compare
Choose a tag to compare
  • Fix RBAC service account permission checks
  • Return error if the service account doesn't have the required permissions

v0.1.0

04 Aug 14:40
16bf0b2
Compare
Choose a tag to compare
  • First release