Skip to content

Commit

Permalink
Update to grafana 1.5.1 and bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanTron committed Mar 23, 2014
1 parent af52122 commit abf0243
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This file is used to list changes made in each version of grafana.

## 1.0.2:

* Update file release to 1.5.1

## 1.0.1:

* Update file release to 1.5.0
Expand Down
4 changes: 2 additions & 2 deletions attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
default['grafana']['git']['branch'] = "master"
default['grafana']['git']['type'] = "sync" # checkout | sync
default['grafana']['file']['type'] = "zip" # zip
default['grafana']['file']['url'] = "https://github.com/torkelo/grafana/releases/download/v1.5.0/grafana-1.5.0.zip"
default['grafana']['file']['checksum'] = "3f8f86231df130d8c3cb2117e01418d645647732da31cbcec3d252186caf7670" # sha256 ( shasum -a 256 FILENAME )
default['grafana']['file']['url'] = "https://github.com/torkelo/grafana/releases/download/v1.5.1/grafana-1.5.1.zip"
default['grafana']['file']['checksum'] = "0497f22cf4d3be819997f527a4ec55897c1941ebb035bf943e1b98a4dc6fec27" # sha256 ( shasum -a 256 FILENAME )
default['grafana']['webserver'] = "nginx"
default['grafana']['install_path'] = "/opt"
default['grafana']['install_dir'] = "#{node['grafana']['install_path']}/grafana"
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Installs/Configures grafana'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.0.1'
version '1.0.2'

%w{git nginx ark}.each do |cb|
depends cb
Expand Down

0 comments on commit abf0243

Please sign in to comment.