All Versions
39
Latest Version
Avg Release Cycle
56 days
Latest Release
2240 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.11.6 Changes
- โ Add cloudwatch check plugin to dockerfile by default
- Can be enabled by adding "cabot_check_cloudwatch" to CABOT_PLUGINS_ENABLED
- โ Add cloudwatch check plugin to dockerfile by default
-
v0.11.5 Changes
- ๐ Fix multiple jenkins configs not working properly
- Due to caching on the client, the first config to be checked would always be used
- ๐ Fix multiple jenkins configs not working properly
-
v0.11.4 Changes
- Switch from jenkinsapi to python-jenkins
- Fixes performance regression introduced in 0.11
- Switch from jenkinsapi to python-jenkins
-
v0.11.3 Changes
- ๐ท [#551] Fix in-progress jenkins jobs being marked as failing
-
v0.11.2 Changes
- ๐ Fix pypi source distribution missing requirements for setup.py
-
v0.11.1 Changes
- ๐ Fix migration disassociating checks from services/instances
- ๐ Fix migration requiring jenkins environment variables are set
- โฌ๏ธ Reduce time to store old check results to 7 days
- Currently stores for 2 months, but there's no actual way to view the old data.
-
v0.11.0 Changes
*** BROKEN RELEASE - MIGRATIONS DON'T WORK CORRECTLY ***
- ๐ Jenkins support:
- Fail Jenkins checks when job is unknown
- Use jenkinsapi to talk to Jenkins
- Add option to specify multiple Jenkins backends > NOTE: This update will delete any recent status check results for jenkins checks
- โ Add view for public services
- โ Add support for Google OAuth login
- โ Add ability to add custom check plugins
- See https://gitlab.com/as-public/cabot-check-skeleton for an example
- โ Remove deprecated Fabfile and Shell scripts
- ๐ Jenkins support:
-
v0.10.8 Changes
- โก๏ธ Update slack alert to 0.8.1
- fixes names not linking
- only shows the acknowledge button if "SLACK_INTERACTIVE_MESSAGES" is set
- (The feature only works if set up correctly on the slack end)
- โก๏ธ Update to django 1.11 (with working django-polymorphic this time)
- โก๏ธ Update slack alert to 0.8.1
-
v0.10.7 Changes
- โก๏ธ Update slack alert plugin
- Now shows an "acknowledge" button within slack
- ๐ Fix alert tests not triggering if:
- A user had acknowledged working on the service
- A legitimate alert had been sent recently
- โ Add support for GitHub OAuth logins
- โก๏ธ Update slack alert plugin
-
v0.10.6 Changes
- ๐ Fix plugin urls being overridden by plugin settings urls
- This fixes e.g. the twilio callback url not working
- ๐ Fix profile settings sidebar links not working
- ๐ Fix plugin urls being overridden by plugin settings urls