Skip to content
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.

Santa Clarita Diet 💉🍽️

Compare
Choose a tag to compare
@mikegrima mikegrima released this 20 Apr 23:45
· 50 commits to master since this release
2f5302b

v 1.1.0

Many fixes in this release and some new features as well.

BREAKING CHANGES FROM 1.0

The celeryconfig.py file has been moved to security_monkey/celeryconfig.py. Please don't forget to do this or the Celery scheduler and workers will break.

Important:

  • Database upgrade is required
  • New permissions are also now required for AWS (Please review the AWS IAM docs for details):
ec2:describevpcattribute
ec2:describevpcclassiclink
ec2:describevpcclassiclinkdnssupport
ec2:describeflowlogs
  • celeryconfig.py file now lives in security_monkey/celeryconfig.py

New Features

  • Lots and lots of bug fixes that affect the database
  • Better VPC watcher
  • Dedicated watcher support (See this)
  • Less Flask deprecation warnings
  • Zero-interval watcher support
  • Docker improvements
  • Documentation improvements

Special thanks to the following contributors:

Python 3 Support?

Not yet... but getting there! Special thanks to @cclauss for assistance here. There is still a lot of work to do to update unit tests and libraries to support Python 3.

We hope to be able to get a working version in Python 3 in the coming months.