Skip to content

Releases: craigbrad/capistrano-slackify

Version 2.5.0 (July 7th 2015)

07 Jul 11:58
Compare
Choose a tag to compare

Making it possible to select which events get posted to Slack thanks to #20

Version 2.4.0 (June 19th 2015)

19 Jun 13:43
Compare
Choose a tag to compare

More consistent messaging thanks to #19

Version 2.3.0 (May 28th 2015)

28 May 10:54
Compare
Choose a tag to compare

Make use of the Attachments API to provide more richly-formatted messages thanks to #18

Version 2.2.0 (February 5th 2015)

05 Feb 10:50
Compare
Choose a tag to compare

Support jruby thanks to #17

Version 2.1.0 (November 27, 2014)

27 Nov 12:35
Compare
Choose a tag to compare
  • Send notifications when deployment fails

Version 2.0.1 (November 20, 2014)

20 Nov 20:27
Compare
Choose a tag to compare

Include an empty file to avoid auto-require issues.

Version 2.0.0 (November 14, 2014)

14 Nov 16:44
Compare
Choose a tag to compare

The Incoming Webhook URL for new Slack integrations has changed to a
different URL.

This is a breaking change - :slack_subdomain and :slack_token values
are no longer required, instead we must set :slack_url, which can be
generated for each integration by following the Incoming Webhook links
from https://api.slack.com

set :slack_url, 'https://hooks.slack.com/services/your/integration/url'