Releases: sous-chefs/grafana
Releases · sous-chefs/grafana
v1.3.4
- 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
v1.3.2
v1.3.1
v1.3.0
v1.2.0
v1.1.1
v1.1.0
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
v1.0.6
- Releasing to opscode community site Thanks to @gregf in #12
v1.0.5
v1.0.4
- Update config.js based on the one in 1.5.4
- Update to grafana 1.5.4
- Update to new download URL