-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* use rubygems.org in Gemfile * update language in README * remove unnecessary facts from spec_helper.rb * rename spec/classes/init_spec.rb to spec/classes/sentry_spec.rb * trim down list of facts defined in spec/classes/sentry_spec.rb * add a spec test to confirm failure with Sentry version < 8.4.0 * update CHANGELOG
- Loading branch information
Scott Merrill
committed
Jun 3, 2016
1 parent
2fa148f
commit e8d0a18
Showing
6 changed files
with
25 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
* Thu Jun 02 2016 Scott Merrill <[email protected]> - 3.0.0 | ||
- add new sentry::config and sentry::setup classes | ||
- make all sub-classes private | ||
- better manage class containment and ordering (Closes #22) | ||
- restart background services after upgrade (Closes #21) | ||
- better bootstrap on very first install | ||
- make default team the same name as the default organization | ||
- only support Sentry versions 8.4.0 and up, due to changes to Sentry code | ||
initial spec test | ||
* Fri Feb 26 2016 Dan Sajner <[email protected]) - 2.0.0 | ||
- BREAKING CHANGE - Add support for creating custom teams | ||
- BREAKING CHANGE - Require Puppet >= 4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters