This repository has been archived by the owner on Sep 16, 2021. It is now read-only.
Releases: MozillaSecurity/laniakea
Releases · MozillaSecurity/laniakea
v1.17.1
v1.17.0
- Support for Google Compute Engine has been added. It uses a Docker container declaration for spawning standard VMs and preemptible VMs.
- Module documentation for Cloud Providers has been moved to the Wiki.
v1.16.0
- In certain circumstances a wrong availability zone is not caught directly by Boto. The requested spot instance is then set to state
failed
with statusbad-parameters
. This workaround fixes this issue by catching the statusbad-params
and canceling the reservation.
v1.15.0
v1.13
v1.13
- Added support for Packet (Bare Metal)
- Dynamic module imports for cloud providers
- Removed obsolete UserData configurations
- Fixed PyLint issues
- Added Pipenv and Tox
- Improved setup.py (hopefully)
- Using now PyTest for the future rather than UnitTest
- Limit Azure to minimum requirements
- Hooked up TravisCI with Slack
v1.0.0
v0.6
Initial Release
Features
- Create on-demand and spot instances on AWS
- Use cloud-init user-data scripts for provisioning
- Support importing user-data scripts into other user-data scripts
- Support user-data macros
- Support tags for instances
- Support terminating and stopping of instances
- Support custom AMI profiles
- Add Python 2 and 3 compatibility