CloudClusters v0.1.3
Major change
- GCP support added.
Minor changes
- EC2 and GCP default images pointed at CCconfig.toml updated to Julia 1.11.3.
- Added @status to inspect the status of the cluster
- Added @Provider to list the supported IaaS Providers and their associated Julia types (currently, AmazonEC2 and GoogleCloud).
- Added @config to retrieve and dynamically update the default configurations for each provider.
Merged pull requests:
- add gcp support (#18) (@mykaelAlves)