Skip to content

Commit

Permalink
Bump Sentry to 5.4.6 and cookbook to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanTron committed Jun 6, 2014
1 parent 15bc7e9 commit f50e914
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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 sentry.

## 0.1.1:

* Upgrade Sentry to 5.4.6

## 0.1.0:

* Initial release of sentry
2 changes: 1 addition & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

include_attribute "python::default"

default["sentry"]["version"] = "5.4.5"
default["sentry"]["version"] = "5.4.6"
default["sentry"]["user"] = "sentry"
default["sentry"]["group"] = "sentry"
default["sentry"]["pipname"] = "sentry[postgres]"
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 Sentry realtime error logging and aggregation platform"
long_description IO.read(File.join(File.dirname(__FILE__), "README.md"))
version "0.1.0"
version "0.1.1"

supports "ubuntu"

Expand Down

0 comments on commit f50e914

Please sign in to comment.