Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

Latest commit

 

History

History
66 lines (50 loc) · 2 KB

CHANGELOG.md

File metadata and controls

66 lines (50 loc) · 2 KB

Changelog

Fixed

  • Adding the ability to pick a release from the 4.X cachetool family, which works with PHP >=7.1

master

6.2.0...master

Added

  • Added workplace recipe, based on rocketchat recipe
  • Add APCu support in cachetool recipe
  • Fixed Sentry deployment recipe, updated to work with latest deployer/deployer
  • Added check in NPM recipe to check if package.json has changed before running npm install
  • Added optional version prefix to Sentry recipe

Fixed

  • Fixed rabbit recipe (#244)
  • Fixed sentry releases, if git does not exist

6.2.0

6.1.0...6.2.0

Fixed

  • Fixed malformed New Relic deployment payload when ID/key falsy (#193)
  • Fixed Sentry deployment recipe, updated to support latest API

Added

  • Added composer dev dependency to include deployer/deployer
  • Added info about commits to sentry deployments
  • Added cimonitor recipe, based on slack recipe

6.1.0

6.0.2...6.1.0

Added

  • Added cachetool_args option.
  • Added grafana recipe.
  • Added yammer recipe, based on Slack recipe.
  • Added Google Hangouts Chat recipe, based on Slack recipe.
  • Added support for New Relic deployment revision as config.

Fixed

  • Fixed telegram recipe (#170) and updated docs
  • Fixed newrelic recipe
  • Fixed discord recipe (#181) and updated docs
  • Fixed sending complex messages to discord

6.0.2

6.0.1...6.0.2

Added

  • Added raygun recipe.
  • Added telegram notifier, based on Slack recipe.
  • Added slack:notify:failure task
  • Added ability to change hipchat server URL for self hosted instances

Fixed

  • Fixed bug with message formatting in telegram notifications
  • Execute rsync with ssh options.

6.0.1

6.0.0...6.0.1

Fixed

  • Fixed bug with test func in rsync recipe