This file is used to list changes made in each version of grafana.
- Pass correct options to package install (@nilroy) #137
- Add nginx basic auth configuration (@cyberflow) #133
- Ensure
get_orgs_list
always returns an Array (@cyberflow) #135 - Allow to assign user to organization (with role) when adding/updating it (@angelosanramon) #136
- Fix new user not given the grafana admin options #127
- Mark
grafana.ini
template as sensitive (@jinxcat) #125 - Add a note about new data source value for type when using InfluxDB 0.9.x (@phoenixyz) #124
- Fix organization check (@iksaif) #122
- Ensure organization is not required if there's only one (@iksaif) #120
- Fix README documentation (@obazoud, @ptqa) #116 #117 #118 #100
- Allow managing datasources by organizations (@roelgerrits) #115
- Fix wrong
state_attrs
in user resource (@redterror) #114 - Reload nginx on template change #108
- Ensure datasources always return an array #110
- Option to skip Grafana installation management (@kemra102) #113
- Fix support for 'latest' in
node['graphana']['version']
(@ptqa) #97 - Fix README doc for provider datasource (@ptqa) #96
- Option to rebuild the apt cache when adding the grafana repo. #95
- Add support for LDAP configuration (@jbfavre) #87 #88 #89
- Improve LWRP error logging when Grafana is down #81
breaking changes
- Improved user management #91 (@jbfavre) #98 (@ptqa)
- Improved organization provider (@jbfavre) #92
- Improved datasource provider (@jbfavre) #93
- improve dashboard provider (@jbfavre) #94
- Fix a bug in error message handling code #80
- Fix Grafana package checksums #79
- Update Grafana default version to 2.1.2
- Ensure we're displaying better messages in some edge cases with HTTP requests #76
- 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'
- Major overhaul of the cookbook to support Grafana 2.x
- Ensure setting
node['grafana']['listen_address']
tonil
render a valid nginx config file (@lanyonm) #39
- 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
- Update
Grafana
to1.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
- Add support for Centos#28
- Allow configuration of
default_route
via attributes (Miguel Landaeta) #26 - Add support for grafana admin password option (Andrew Goktepe) #23
- Update
Grafana
to1.8.1
- Update
Grafana
to1.8.0
warning
- Check for the presence of
node['grafana']['es_role']
andnode['grafana']['graphite_role']
instead ofnode['grafana']['es_server']
andnode['grafana']['graphite_server']
to know if we should search and replacedefault['grafana']['es_server']
anddefault['grafana']['graphite_server']
(Jonathon W. Marshall) #22
- Fix attributes doc in README
- Do not use
template
resource'shelpers
method to bring back olderChef
compatibility.
- Update
Grafana
to1.8.0-rc1
- Add
default['grafana']['window_title_prefix']
anddefault['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
- Update attributes in README for better Supermarket display
- Update
foodcritic
andrubocop
(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
andfile
(Fred Hatfull) #20 - Fix
default['grafana']['webserver']
documentation not to includeapache
as possible value. (osigida) #19
- Update default
Grafana
to1.7.0
. (Greg Fitzgerald) #18.
- Update
Grafana
to1.7.1-rc1
. It fixes a regression introduced when merging #16. Thanks to Greg Fitzgerald for reporting it.
- Allow attribute configuration for datasources (Grégoire Seux) #16
breaking changes
- Update
ark
dependency to>= 0.7.2
and deprecation warning by usingstrip_component
(Grégoire Seux) #15
minor changes
- Support newer
nginx
cookbook by specifyingtemplate: false
when enabling thegrafana
site (Grégoire Seux) #15
- Update default attributes to install Grafana 1.6.1 (Greg Fitzgerald) #14
breaking changes
-
config.js
data forgraphite
andelasticsearch
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 inconfig.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
- Releasing to opscode community site Thanks to @gregf in #12
breaking changes
config.js
was unintentionally changed to use node info to configure graphite and elasticsearch index.- Value for
default['grafana']['grafana_index']
changed fromgrafana-dash
tografana-index
(Greg Fitzgerald) #11 - Update grafana to 1.6.0 (Greg Fitzgerald) #11
- Update config.js based on the one in 1.5.4
- Update to grafana 1.5.4
- Update to new download URL
-
Add some basic specs, foodcritic, knife test and enable TravisCI
-
Fix error with undefined grafana_user variable Thanks to @klamontagne
-
Fix timezone value quoting in config.js (Anatoliy D.) #9
-
Update grafana to 1.5.2 (Grégoire Seux) #7
-
Don't set normal attribute
node['nginx']['default_site_enabled']
(Grégoire Seux) #5 -
Remove
"use strict";
fromconfig.js
as it seems to not be present in grafana releases, thanks to @iiro for proposing it in #1 -
Don't search when
node['grafana']['es_server']
ornode['grafana']['graphite_server']
is set and don't use normal attributes (Grégoire Seux) #3 -
Refactor and separate install in two recipes:
install_git
andinstall_file
(Grégoire Seux) #2
- Update file release to 1.5.1
- Update file release to 1.5.0
- Initial release of grafana