- Pins chef_handler version (#46)
- Fix reporting exceptions with libyajl2 (#42)
- Testing Cleanup (#40)
- Add channel as channel can be overridden with a webhook (#39)
- Check slack webhook result; move run status to property (#35)
- Added send_organization configuration which provides the optional ability to include the organization in /etc/chef/client.rb to Slack.
- webhook: check http response (#30)
- Version 0.7.0 broke most of the
message_detail_levelsettings, onlybasicworked. 0.7.1 fixes it.
- Added
send_start_messageconfiguration which if set totruesends out a message when this cookbook is run. This is not quite the same as a Chef start handler but requires no additional setup to run. If you have other start handlers registered, they may run twice due if you turn this setting on. Default setting isfalse. - Added
send_environmentconfiguration which if set totruesends the node.chef_environment. Default setting isfalse.
- Fix a bug in run_context where we should be calling
Chef.run_context, correct an incorrect method name. (#22)
- Added
cookbook_detail_levelconfiguration which provides the optional ability to include a list of all cookbooks used in the message to Slack. Values inside README.md (#17) - Some defaults have been removed from the WebHook integration to allow Slack WebHook default configuration to be used, can still be overridden (#16). The slackr integration remains the same. Specifically:
usernameno longer defaults tonode.nameusernameno longer defaults tochef_handlericon_emojino longer defaults to:fork_and_knife:
- Changed
detail_leveltomessage_detail_levelin order to clarify its meaning againstcookbook_detail_level - Optional
fail_only,message_detail_levelandcookbook_detail_levelattributes for WebHook can now drop down to global attributes (#18) icon_urlnow works as expected for WebHook configuration (#15)- Clarified items in README.md including
channelbeing mandatory for the slackr integration; presence of optionaltimeoutattribute; what the defaults are (#21)
- Add CHANGELOG.md (#11)
- Move exception from message to text attachment (#12)
- Downgrade level of the webhook log message from
warntoinfo
- Add Rubocop and Foodcritic
- Fix ruby syntax
- Fix bug when not using webhooks
- Add circle.yml for CircleCI
- Webhook handler honors
:icon_urlattribute
- Initial release to Supermarket at f32996d
Forked from dcm-ops/chef-slack_handler on 2015-05-18.