Grabana Versions Save

User-friendly Go library for building Grafana dashboards

v0.22.1

4 months ago

Changelog

  • fec9fee Ignore vendor folder

v0.22.0

4 months ago

v0.21.19

8 months ago

Changelog

  • 7a63451 Bump sdk dependency to v0.12.3
  • d07fe1f Decode project name from yaml-defined stackdriver alerts
  • 6867a4a Use secrets.GITHUB_TOKEN secret in release action
  • 4daa12d allow ProjectName to be configurable on Stackdriver alerts

v0.21.18

1 year ago

Changelog

  • 8a7600e Support defining CloudWatch datasources

v0.21.17

1 year ago

Changelog

  • cc34bb1 Fix hidden legends handling on newer grafana versions

v0.21.16

1 year ago

Changelog

  • 322c68b Cleanup omitempty flags for YAML-defined variables
  • 82d0161 Support defining "textbox" dashboard variables in Go
  • aae4483 Support defining "textbox" dashboard variables in YAML

v0.21.15

1 year ago

Changelog

  • 8ae2fc7 Fix hidden prometheus queries are still displayed on non-graph panels
  • 2f42ea5 Support more timeseries overrides

v0.21.14

1 year ago

Changelog

  • 71ca60d Allow hiding row title from yaml
  • d9e2011 Stop using ioutil package
  • 9a2a84c Support links to dashboards in model
  • 818cff3 Support links to dashboards in yaml decoder

v0.21.13

1 year ago

Changelog

  • 5013996 Add support for setting slug and uid in YAML
  • dd251ec Add unit test for dashboard.Slug()
  • d709c33 Always omit slug/UID in yaml if empty
  • 6254a78 Bump minimum go requirement to 1.19
  • b03dd28 Fix codecov upload
  • 91bef38 Init gitpod configuration
  • 0756c91 Multi → Multiple
  • 6d7e149 Rename stack-related constants
  • 018fd8e Revamp CI pipeline
  • 3f50faa Support multi flag on multiple variable types
  • cb13375 Use Grafana 8.5.16 locally
  • dbece9a Use go 1.19 to release grabana
  • 6bdfd3b feat: add support for stacking in timeseries panel

v0.21.12

1 year ago

Changelog

  • 1b1af1b Support "gauge" panel decoding from YAML
  • ee74642 Support "gauge" panel type in the builder
  • cb3d762 Support no-color mode for stat panel