Skip to content

Releases: sous-chefs/grafana

v2.1.0

17 Aug 10:09
Compare
Choose a tag to compare
  • Update Grafana default version to 2.1.1
  • Make sure upgrading via deb file don't fail on configuration conflict #74
  • Ensure installing a new version trigger a server restart
  • Add packages checksum to ensure expected file and prevent unecessary re-download (see warnings section below)
  • Installation package file only if present and/or modified (@arifcse019) #73
  • Fix start service making it just be restarted at the end of the configuration (@HelioCampos) #71
  • Improve error messages during dashboard creation #64
  • Update ServerSpec test to check :stderr for curl output

warning

When using the default's file installation, we've added checksum for package files
if you set the grafana version to something different than the default you will
also need set the checksum for the package you're expecting to use:

# Example if your Grafana version is different from the cookbook default
node['grafana']['version'] = '2.1.0'
# For debian platform family
node['grafana']['file']['checksum']['deb'] = 'b824c8358ff07f76f0d9eb35e9441f6f9e591819ad8bc70db4b0c904a8e7130e'
# For rhel platform family
node['grafana']['file']['checksum']['rpm'] = '1b436b286bd464e65eeb2a9b393da0986569fe483e1053b01c092b2e590d8399'

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.