All Versions
39
Latest Version
Avg Release Cycle
56 days
Latest Release
2240 days ago

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
  • 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
  • v0.11.4 Changes

    • Switch from jenkinsapi to python-jenkins
      • Fixes performance regression introduced in 0.11
  • 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
    • โœ‚ Remove deprecated Fabfile and Shell scripts
  • 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)
  • 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
  • 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