Skip to content

Releases: stephenyeargin/hubot-grafana

Version 1.4.7

Choose a tag to compare

@stephenyeargin stephenyeargin released this 02 Dec 20:23
  • Allow user to specify an S3 API URL for use with compatible services (#35)
  • Improved test coverage to include some of the basic commands (#32)
  • Improved documentation on new S3 options, clarified what is required to set up the package, adopted a set of contribution tips (#36)
  • Improved S3 Region setting defaults (#34)

Version 1.4.6

Choose a tag to compare

@stephenyeargin stephenyeargin released this 30 Nov 19:19
  • Improve documentation for package (#29 / #30)
  • Fix an issue where templated dashboards displayed the incorrect title (#31)

Version 1.4.5

Choose a tag to compare

@stephenyeargin stephenyeargin released this 11 Nov 21:48
  • Allows default timeframe to be configurable (previously locked at 6h) (#25)

Version 1.4.4

Choose a tag to compare

@stephenyeargin stephenyeargin released this 11 Nov 21:21
  • Fix hubot graf search <term> to use the proper regex match index (#24)

Version 1.4.3

Choose a tag to compare

@stephenyeargin stephenyeargin released this 28 Oct 02:48
  • Adds ability to search dashboards and list dashboards by tag (#20)

Version 1.4.2

Choose a tag to compare

@stephenyeargin stephenyeargin released this 26 Oct 07:09
  • Fixes an issue where a templated dashboard would throw a runtime error (Fixes #19)

Version 1.4.0

Choose a tag to compare

@stephenyeargin stephenyeargin released this 17 Jul 17:07
  • 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

Choose a tag to compare

@stephenyeargin stephenyeargin released this 07 Jul 20:34
  • Adds optional Amazon S3 support to copy graphs to a bucket before returning the link (#15)

Version 1.3.1

Choose a tag to compare

@stephenyeargin stephenyeargin released this 26 Jun 22:54
  • 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

Choose a tag to compare

@stephenyeargin stephenyeargin released this 25 Jun 23:57
  • Adds support for templated dashboards; Fixes #7 (#12)