Update CABOT_PLUGINS_ENABLED versions

This commit is contained in:
Frank Hamand 2017-02-09 17:29:44 +00:00
parent e5ecbe10da
commit 7bec7393d4
3 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@ master
-------------
* Wait for docker containers to start in docker-entrypoint.sh
* Update CABOT_PLUGINS_ENABLED to compatible plugin versions
Version 0.8.1
-------------

View File

@ -1,5 +1,5 @@
# Plugins to be loaded at launch
CABOT_PLUGINS_ENABLED=cabot_alert_hipchat==1.7.0,cabot_alert_twilio==1.1.4,cabot_alert_email==1.3.1
CABOT_PLUGINS_ENABLED=cabot_alert_hipchat==1.8.3,cabot_alert_twilio==1.2.0,cabot_alert_email==1.4.3
DEBUG=t
DATABASE_URL=postgres://postgres@db:5432/postgres

View File

@ -1,5 +1,5 @@
# Plugins to be loaded at launch
CABOT_PLUGINS_ENABLED=cabot_alert_hipchat==1.7.0,cabot_alert_twilio==1.1.4,cabot_alert_email==1.3.1
CABOT_PLUGINS_ENABLED=cabot_alert_hipchat==1.8.3,cabot_alert_twilio==1.2.0,cabot_alert_email==1.4.3
DATABASE_URL=postgres://cabot:cabot@localhost:5432/index
DJANGO_SETTINGS_MODULE=cabot.settings