- Support incoming deployment status hooks. Emit events that can be handled programatically in the bot.
- Support different api endpoints(enterprise) on a per application basis.
- Support
deploy-token:set
commands to have chat user specific tokens for deployment creation. - The
task
attribute is first class and not in the payload anymore. - Support recent deployments listing in chat
/deploys hubot
- Support required_contexts in deployment API
- Use user tokens if present for fetching recent deployments
- Loosen required hubot version >= 2.7.2
- Loosin node engine requirements to work with 0.8 and 0.10
- Customizable script prefix, defaults to 'deploy' still
- Use robot.adapterName made available in hubotio/hubot#663
- Explicitly load the hubot script so it supports the help command.
- Break up the docs into separate files for examples.