Skip to content

Releases: sous-chefs/grafana

10.7.3

23 May 21:29
Compare
Choose a tag to compare

Standardise files with files in sous-chefs/repo-management

Standardise files with files in sous-chefs/repo-management

10.7.2

01 May 23:09
Compare
Choose a tag to compare
Update metadata for 10.7.2

10.7.1

01 May 23:02
Compare
Choose a tag to compare
Update metadata for 10.7.1

v2.1.3

24 Aug 20:42
Compare
Choose a tag to compare
  • Fix a bug in error message handling code #80

v2.1.2

24 Aug 20:42
Compare
Choose a tag to compare
  • Fix Grafana package checksums #79

v2.1.1

24 Aug 20:42
Compare
Choose a tag to compare
  • Update Grafana default version to 2.1.2
  • Ensure we're displaying better messages in some edge cases with HTTP requests #76

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