-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed handler-slack-multichannel.rb #49
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution!
Can you please add a changelog entry and remove the versioning?
lib/sensu-plugins-slack/version.rb
Outdated
@@ -2,7 +2,7 @@ module SensuPluginsSlack | |||
module Version | |||
MAJOR = 1 | |||
MINOR = 5 | |||
PATCH = 0 | |||
PATCH = 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please leave the versioning to maintainers as there is no guarantee on the order of released changes.
OK, reverted the version and added the changelog. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). | |||
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/) | |||
|
|||
## [Unreleased] | |||
## [1.5.0] - 2017-08-18 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ideally this should have been omitted as well but I will merge this anyways since everything else is right now.
Pull Request Checklist
Is this in reference to an existing issue?
General
Update Changelog following the conventions laid out on Keep A Changelog
Update README with any necessary configuration snippets
Binstubs are created if needed
RuboCop passes
Existing tests pass
New Plugins
Tests
Add the plugin to the README
Does it have a complete header as outlined here
Purpose
Slack uses one webhook_url per channel now! To support this, I have the configuration item "webhook_urls".
Known Compatablity Issues