Skip to content

Releases: StackStorm/hubot-stackstorm

v0.12.0

02 Apr 03:03
e565c50
Compare
Choose a tag to compare

What's Changed

v0.11.3

17 May 09:43
562c570
Compare
Choose a tag to compare
  • Update dependencies including st2client.js version #219

Remove HipChat adapter

08 Jul 21:59
640ce1f
Compare
Choose a tag to compare

HipChat is now a dead platform, so this release drops the HipChat adapter.

Update hubot-stackstorm to pull in st2client update

21 Apr 23:18
d2559db
Compare
Choose a tag to compare

Pull in version 1.2.2 of st2client.js, which was updated in StackStorm/st2client.js#76 [PR #203] (change)

v0.10.2

16 Apr 19:14
707b186
Compare
Choose a tag to compare
  • Fix the Cisco Spark/Webex Teams adapter
  • Improvements to tests
    • Force mocha to use proper exit codes so CI correctly captures test failures
  • Remove npm-shrinkwrap.json and use package-lock.json instead

v0.10.1

16 Apr 19:12
fd20307
Compare
Choose a tag to compare
  • Regenerate npm-shrinkwrap.json with only production packages

v0.10.0

07 Aug 22:04
b889b6a
Compare
Choose a tag to compare
  • Move babel-eslint dependency to devDependencies [PR #180] (bug fix)
  • Small refactor and more tests (for scripts/stackstorm.js) [PR #185] (improvement)
  • Refactor chat providers into their own modules [PR #186] (improvement)
  • Modernize directory structure to be more consistent with other hubot plugins [PR #186, PR #191] (improvement)
  • Split out the functionality of src/stackstorm.js into stackstorm_api.js and refactor it to be a JS old style class with a wrapper [PR #187, PR #190] (improvement)
  • Fix the Mattermost adapter to use the adapter.post function instead of emitting the slack-attachment event [PR #192] (bug fix)

v0.9.6

28 Jun 23:10
8cb4aee
Compare
Choose a tag to compare
  • Don't consider failed alias execution as a critical reason to exit hubot #183

v0.9.5

26 Jun 11:06
c692c6e
Compare
Choose a tag to compare
  • #178: Exit hubot on invalid, expired ST2_API_KEY / ST2_AUTH_TOKEN or any other Unauthorized response from st2 server (bug fix)
  • StackStorm/st2client.js#69: When st2 username/password is used, re-generate st2 auth token in advance, giving enough time for request to complete, st2client.js (bug fix)

v0.9.4

20 Jun 22:09
0f45a21
Compare
Choose a tag to compare
  • #176: Support pagination for action aliases
  • #172: Exit hubot on unhandled promise rejections and uncaught exceptions, usually caused by unrecoverable errors