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

Releases: MozillaSecurity/laniakea

v1.17.1

01 Jun 16:12
Compare
Choose a tag to compare
  • Small improvements to GCE and AWS integration

v1.17.0

19 Mar 15:54
Compare
Choose a tag to compare
  • 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

27 Aug 17:50
Compare
Choose a tag to compare
  • In certain circumstances a wrong availability zone is not caught directly by Boto. The requested spot instance is then set to state failed with status bad-parameters. This workaround fixes this issue by catching the status bad-params and canceling the reservation.

v1.15.0

21 Aug 02:01
Compare
Choose a tag to compare
  • Support default values for macros in UserData scripts

v1.13

05 Aug 05:14
Compare
Choose a tag to compare

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

07 Jun 17:31
8ee7deb
Compare
Choose a tag to compare

Improvements

  • Add azure support

v0.6

27 Jan 05:08
Compare
Choose a tag to compare

Improvements

  • Add an asynchronous API for spot instance creation
  • Add PyPI deployment configuration for Travis CI
  • Run tests in Travis CI with pytest

Bug fixes

  • Fix bug in create_spot: reversed doesn't work on iterables

Kudos

Jesse Schwartzentruber

Gary Kwong

Initial Release

13 Mar 16:42
Compare
Choose a tag to compare

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