Skip to content

Releases: robertpeteuil/multi-cloud-control

Python 3.7 Adjustment

20 Aug 18:50
57f2870
Compare
Choose a tag to compare

Add python 3.7 classifier to setup.py

Python 3.7 Support

20 Aug 18:42
3f0cc04
Compare
Choose a tag to compare

Add Python 3.7 Support

  • setup.py requires gevent >= 1.3.6 when python_version >= 3.7

AliCloud Refinment

07 Aug 15:58
9d671b4
Compare
Choose a tag to compare

Adjust display of Instance Type of Alibaba Cloud instances

  • remove ecs. prefix when instance-types are displayed

Alibaba Cloud Support Release

06 Aug 20:28
5743b1f
Compare
Choose a tag to compare

Added support for Alibaba Cloud

Update Release

09 Feb 19:08
Compare
Choose a tag to compare

Fix for errors on Python 3.6 with gevent monkey.patch

Minor Updates

07 Jan 18:33
Compare
Choose a tag to compare

Minor Adjustments and Cleanup

Refined Release

30 Nov 23:06
Compare
Choose a tag to compare

Multiple Accounts per Provider Release

  • Support for multiple account per provider
    • this allows multiple AWS zones, multiple projects on GCP, and multiple subscriptions on Azure
  • Refined Documentation with screenshots and detailed description of config.ini file

Beta Release

24 Aug 00:35
Compare
Choose a tag to compare

This release syncs up with the latest version on PyPI

Works with AWS, Azure and GCP

  • mccl - list table of instances data and exit
  • mcc - display table of instance data, accept commands
    • start instance
    • stop instance
    • connect to instance
    • refresh list
  • supports multiple accounts per provider
    • documented in the sample config.ini file
    • will be added to readme in future release