Releases: sous-chefs/grafana
Releases · sous-chefs/grafana
v2.0.0
Major overhaul of the cookbook to support Grafana 2.x
v1.5.5
- Update
elasticsearch
git url inBerksfile
for elasticsearch to elastic rename (@lanyonm) #38 - Allow nginx to listen on all interface when
node['grafana']['webserver_listen']
isnil
orfalse
(@BackSlasher) #37 - Fix base64 encoding appending a newline in nginx config for basic auth (@BackSlasher) #36
v1.5.4
v1.5.3
v1.5.2
v1.5.1
- Update
Grafana
to1.8.1
v1.5.0
- Update
Grafana
to1.8.0
warning
- Check for the presence of
node['grafana']['es_role']
and
node['grafana']['graphite_role']
instead ofnode['grafana']['es_server']
andnode['grafana']['graphite_server']
to know if we should search and
replacedefault['grafana']['es_server']
and
default['grafana']['graphite_server']
(Jonathon W. Marshall) #22
v1.4.2
- Fix attributes doc in README
v1.4.1
- Do not use
template
resource'shelpers
method to bring back olderChef
compatibility.
v1.4.0
- Update
Grafana
to1.8.0-rc1
- Add
default['grafana']['window_title_prefix']
and
default['grafana']['search_max_results']
config attributes.
warnings
Grafana 1.8.0-rc1
upgraded toJQuery
to2.1.1
and thus dropped support forInternet Explorer 7 and 8