CHANGELOG.rst 843 B

1234567891011121314151617181920212223
  1. 0.1.1 - Aug 10, 2016.
  2. -------
  3. * For AWS, always launch instances into private networking (i.e., VPC)
  4. * Support for using OpenStack Keystone v3
  5. * Add functionality to manipulate routers and routes
  6. * Add FloatingIP resource type and integrate with Network service
  7. * Numerous documentation updates
  8. * For an OpenStack provider, add method to get the ec2 credentials for a user
  9. 0.1.0 - Jan 30, 2016.
  10. -------
  11. * Initial release of CloudBridge
  12. * Support for Bucket, Instance, Instance type, Key pair, Machine image
  13. Region, Security group, Snapshot, Volume, Network and Subnet services
  14. * Support for paging results, block device mapping and launching into VPCs
  15. * Support for AWS and OpenStack clouds
  16. * Basic usage docs and complete API docs
  17. * 95% test coverage
  18. * Support for AWS mock test provder (via
  19. `moto <https://github.com/spulec/moto>`_)