Skip to content

Commit

Permalink
Release version 2.1.1 with Grafana 2.1.2 as default
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanTron committed Aug 20, 2015
1 parent c6e0c30 commit bcc3cfd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

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

## dev:
## 2.1.1 (2015-08-20):

* Update Grafana default version to 2.1.2
* Ensure we're displaying better messages in some edge cases with HTTP requests [#76](https://github.com/JonathanTron/chef-grafana/issues/76)

## 2.1.0 (2015-08-17):
Expand Down
6 changes: 3 additions & 3 deletions attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
#

default['grafana']['install_type'] = 'file' # file | package | source
default['grafana']['version'] = '2.1.1'
default['grafana']['version'] = '2.1.2'

default['grafana']['file']['url'] = 'https://grafanarel.s3.amazonaws.com/builds/grafana'
default['grafana']['file']['checksum']['deb'] = '08e79116c9c8a280d896acdf24b319b1106a663c7804c4f9104f9e7c3a4a1166'
default['grafana']['file']['checksum']['rpm'] = '3ab0205550aaea6d00ed376b3c1225292cb1c3fe35687cd9bac7608c36898cc6'
default['grafana']['file']['checksum']['deb'] = '34d6ae0e81db559bbfb71f1cee811469407eb197b9e8717e73930dceb47d4278'
default['grafana']['file']['checksum']['rpm'] = 'd356418eb6bcbdfed998330aa3b19f5c575e7d09ff1d56431206ca73178bc379'

case node['platform_family']
when 'debian'
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 '2.1.0'
version '2.1.1'

supports 'ubuntu', '>= 12.04'
supports 'debian', '>= 7.0'
Expand Down

0 comments on commit bcc3cfd

Please sign in to comment.