Skip to content

Releases: sensu/sensu-slack-handler

1.0.1

01 Dec 00:11
Compare
Choose a tag to compare

Changelog

f25674d patch level bump, 1.0.1
e20a5de readme edit, corrected binary name
6b0cf52 corrected binary name in help output

1.0.0

30 Nov 23:44
Compare
Choose a tag to compare

Changelog

7dd0117 dep ensure --update w/ updated dep
21a1cdc dep ensure --update
a70038c major version bump, 1.0.0
a05f25a updated readme for sensu go ga
f7474a3 use a .gitkeep for bin/, removed dead link
07f63a0 Merge pull request #7 from sensu/feature/ga
76fc7a6 build on current sensu-go ga rc sha

0.1.2

28 Nov 07:57
2755a30
Compare
Choose a tag to compare

Changelog

2755a30 Update changelog with new release
50ff057 Merge pull request #5 from jspaleta/master
eb7a467 Update .goreleaser.yml
5f00252 Tag got messed up

0.1.1

21 Nov 21:30
Compare
Choose a tag to compare
Update goreleaser file

Signed-off-by: Nikki Attea <nikki@sensu.io>

0.1.0

21 Nov 20:33
4b6ca2d
Compare
Choose a tag to compare

This version of sensu-slack-handler will require sensu-go beta-8 or newer.

0.0.1

17 Aug 20:03
Compare
Choose a tag to compare

Changelog

b726295 Change slack_handler to slack-handler

0.0.0

17 Aug 19:36
Compare
Choose a tag to compare

Changelog

70cd9aa Add changelog
f03051c Create a readme
63f570c dep init and commit vendor
d6dc2a4 Update travis key
aa08d95 Add goreleaser and travis files
5c1456a Audit event polymorphism (#1486)
79c0d72 Use the iconurl & username in slack handler (#1211)
a7ae641 Use megacheck instead of errcheck. (#1055)
22fba33 Duplicate CheckConfig fields in Check. (#1012)
fb537c5 CLI audit: required flags, interactive flag, error checking (#998)
f2471c8 Remove error check to appease appveyor.
a5a35c6 Add errcheck to the linter.
5f1f747 add LICENSE to each of our golang packages
d8831a3 Update remaining backend services for CheckConfig
1b68098 lint & unit test fixes
47cd53c initial slack handler; push eventd events to messagebus
c5516ff moar tests
9bda1d9 initial implementation of slack handler