Skip to content

Releases: sous-chefs/grafana

v1.3.4

19 Aug 08:31
Compare
Choose a tag to compare
  • Update attributes in README for better Supermarket display
  • Update foodcritic and rubocop (Tim Smith) #21
  • Remove mention of zipfile in README and attributes (Thanks to Gref Fitzgerald)
  • Fix default['grafana']['install_type'] documentation to have the correct
    possible values: git and file (Fred Hatfull) #20
  • Fix default['grafana']['webserver'] documentation not to include apache as
    possible value. (osigida) #19

v1.3.2

12 Aug 15:56
Compare
Choose a tag to compare
  • Update default Grafana to 1.7.0. (Greg Fitzgerald) #18.

v1.3.1

07 Aug 17:02
Compare
Choose a tag to compare
  • Update Grafana to 1.7.1-rc1. It fixes a regression introduced when merging
    #16. Thanks to
    Greg Fitzgerald for reporting it.

v1.3.0

31 Jul 11:04
Compare
Choose a tag to compare
  • Allow attribute configuration for datasources (Grégoire Seux) #16

v1.2.0

11 Jul 18:46
Compare
Choose a tag to compare

breaking changes

  • Update ark dependency to >= 0.7.2 and deprecation warning by using strip_component (Grégoire Seux) #15

minor changes

  • Support newer nginx cookbook by specifying template: false when enabling the grafana site (Grégoire Seux) #15

v1.1.1

10 Jul 18:15
Compare
Choose a tag to compare
  • Update default attributes to install Grafana 1.6.1 (Greg Fitzgerald) #14

v1.1.0

20 Jun 16:17
Compare
Choose a tag to compare

breaking changes

  • config.js data for graphite and elasticsearch changed back to use:

    • window.location.protocol+"//"+window.location.hostname+":"+window.location.port+"/_graphite"
    • window.location.protocol+"//"+window.location.hostname+":"+window.location.port

    The idea is to allow external access without CORS problems or credential leaks in config.js.

  • Value for default['grafana']['install_path'] changed from /opt to /srv/apps (Greg Fitzgerald) #13

  • Default installation uses zip file instead of git (Greg Fitzgerald) #13

minor changes

  • Major cleanup and additional tests (Greg Fitzgerald) #13

v1.0.6

17 Jun 16:20
Compare
Choose a tag to compare

v1.0.5

17 Jun 06:12
Compare
Choose a tag to compare

breaking changes

  • config.js was unintentionally changed to use node info to configure graphite and elasticsearch index.
  • Value for default['grafana']['grafana_index'] changed from grafana-dash to grafana-index (Greg Fitzgerald) #11
  • Update grafana to 1.6.0 (Greg Fitzgerald) #11

v1.0.4

26 May 17:29
Compare
Choose a tag to compare
  • Update config.js based on the one in 1.5.4
  • Update to grafana 1.5.4
  • Update to new download URL