Sha256: 28bd22e1128180adab7d236db552c97e52a2ee0314dc216bcd8ac144e11ccc1a

Contents?: true

Size: 1.58 KB

Versions: 1

Compression:

Stored size: 1.58 KB

Contents

# Slackistrano Change Log

4.0.1
-----

- Send message on deploy:starting in addition to deploy:updating [#93]

4.0.0
-----

- **BREAKING:** The Messaging::Deprecated has been removed. You must use
  the new configuration options as specified in the README.

3.8.3
-----

- Fix improper boolean check when using not using slackbot and channels are empty [#90]

3.8.2
-----

- Allow overriding icon_url, icon_emoji, and usename without needing custom
  messaging class [#78, #68]

3.8.1
-----

- Changes to support capistrano 3.8.1 (hence the massive version bump) [#70, #71]

3.1.1
-----

- Allow easily disabling Slackistrano by setting :slackistrano to false [#67]

3.1.0
-----

- An entirely new way of customizing the messages sent to Slack. See the README for details.

3.0.0
-----

- Require version 3.5.0 of Capistrano and utilize it's new dry-run functionality.

2.0.1
-----

- Internal code refactoring. No public facing changes.

2.0.0
-----

- **BREAKING:** You must now `require 'slackistrano/capistrano'` in your Capfile.
  Previously it was just `require 'slackistrano'`. It is also no longer necessary
  to add `require: false` in your Gemfile, but it won't hurt to leave it.

1.1.0
-----

- Honor Capistrano's `--dry-run` [#33]
- Better error reporting if Slack API returns failure [#40]
- Allow posting to multiple channels by setting `:slack_channel` to an array [#37]


1.0.0
-----

- **BREAKING:** Renamed all `***_starting` settings to `***_updating`
- **BREAKING:** Renamed all `***_finished` settings to `***_updated`
- Added rollback options `***_reverting` and `***_reverted` [#19, #31]

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
slackistrano-4.0.1 CHANGELOG.md