Skip to content

Releases: sous-chefs/grafana

v2.0.0

17 Aug 10:09
Compare
Choose a tag to compare

Major overhaul of the cookbook to support Grafana 2.x

v1.5.5

29 Mar 10:22
Compare
Choose a tag to compare
  • Update elasticsearch git url in Berksfile for elasticsearch to elastic rename (@lanyonm) #38
  • Allow nginx to listen on all interface when node['grafana']['webserver_listen'] is nil or false (@BackSlasher) #37
  • Fix base64 encoding appending a newline in nginx config for basic auth (@BackSlasher) #36

v1.5.4

22 Feb 16:01
Compare
Choose a tag to compare
  • Update Grafana to 1.9.1 (@osigida) #32
  • Interpolate "version" and "type" attributes to build grafana file url (Bernhard Köhler) #31 and (Olivier Bazoud)
    #29
  • Add support for lambdas in datasources. This change makes it possible to
    evaluate derived attributes correctly. (Bernhard Köhler) #30
    and #25

v1.5.3

15 Nov 13:43
Compare
Choose a tag to compare
  • Add support for Centos #28

v1.5.2

04 Nov 20:04
Compare
Choose a tag to compare
  • Allow configuration of default_route via attributes (Miguel Landaeta) #26
  • Add support for grafana admin password option (Andrew Goktepe) #23

v1.5.1

08 Oct 06:30
Compare
Choose a tag to compare
  • Update Grafana to 1.8.1

v1.5.0

08 Oct 06:29
Compare
Choose a tag to compare
  • Update Grafana to 1.8.0

warning

  • Check for the presence of node['grafana']['es_role'] and
    node['grafana']['graphite_role'] instead of node['grafana']['es_server']
    and node['grafana']['graphite_server'] to know if we should search and
    replace default['grafana']['es_server'] and
    default['grafana']['graphite_server'] (Jonathon W. Marshall) #22

v1.4.2

08 Oct 06:29
Compare
Choose a tag to compare
  • Fix attributes doc in README

v1.4.1

08 Oct 06:29
Compare
Choose a tag to compare
  • Do not use template resource's helpers method to bring back older Chef
    compatibility.

v1.4.0

12 Sep 14:04
Compare
Choose a tag to compare
  • Update Grafana to 1.8.0-rc1
  • Add default['grafana']['window_title_prefix'] and
    default['grafana']['search_max_results'] config attributes.

warnings

  • Grafana 1.8.0-rc1 upgraded to JQuery to 2.1.1 and thus dropped support for Internet Explorer 7 and 8