Skip to content

Releases: stephenyeargin/hubot-grafana

Version 1.4.3

28 Oct 02:48
Compare
Choose a tag to compare
  • Adds ability to search dashboards and list dashboards by tag (#20)

Version 1.4.2

26 Oct 07:09
Compare
Choose a tag to compare
  • Fixes an issue where a templated dashboard would throw a runtime error (Fixes #19)

Version 1.4.0

17 Jul 17:07
Compare
Choose a tag to compare
  • Change the db slug:<panel id> to reflect the visual count instead of the internal ID for easier reference. (#17)
  • Allow db slug:<title> to alternatively match which panel you want to find rather than using the counted ID (#18)

Version 1.3.2

07 Jul 20:34
Compare
Choose a tag to compare
  • Adds optional Amazon S3 support to copy graphs to a bucket before returning the link (#15)

Version 1.3.1

26 Jun 22:54
Compare
Choose a tag to compare
  • Handles the db list command for older versions of Grafana; had returned a blank list (#13)
  • Allows asynchronous response from the db list command to still be sent in order (#14)

Version 1.3.0

25 Jun 23:57
Compare
Choose a tag to compare
  • Adds support for templated dashboards; Fixes #7 (#12)

Version 1.2.0

25 Jun 19:52
Compare
Choose a tag to compare
  • Add command to list Dashboards, Fixes #6 (#9)
  • Modifies a few endpoints to be compatible with breaking changes in v2.0.2+ Grafana (#8, #11)

Version 1.0.0

24 Jun 16:42
Compare
Choose a tag to compare
  • Adds the ability to use a <slug>:<panel id> format to return only the desired panel; Fixes #1
  • Improves handling of templatized dashboards to show the correct titles rather than $variable
  • Allows user to specify a third parameter to set the end of the time window (to=); Fixes #2

Version 0.0.1

22 Jun 18:09
Compare
Choose a tag to compare
  • Initial release