Releases: PlatformAwareProgramming/CloudClusters.jl
Releases · PlatformAwareProgramming/CloudClusters.jl
v0.1.3
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)
v0.1.2
CloudClusters v0.1.2
Minor changes
- move the directory in which the default CCconfig.toml is downloaded from pwd() to homedir(), avoiding problems when Windows loads Julia REPL in C:\Windows\System32 directory.
- if CCconfig.toml is not found in pwd(), try to find it at homedir() instead of /etc (non-portable)
- silencing warnings for not-found processors and accelerators of instance types
- create $HOME/.ssh directory if it does not exist;
- check whether MW clusters are supported in deploying and inform the user;
- EC2 image pointed at CCconfig.toml updated to Julia 1.11.2.
v0.1.1
CloudClusters v0.1.1
Major changes
- loading a default CCconfig.toml file from the repository if an existing one is not found;
Minor changes
- a built-in EC2 image is provided (see updates in README/documentation).
- messages in cluster operations are improved.
- warning if the configuration is empty for a supported provider.
- README/documentation updates regarding the configuration file (CCconfig.toml).
v0.1.0
CloudClusters v0.1.0
Merged pull requests:
- Fix pacoteaws (#1) (@decarvalhojunior-fh)
- Setting the limits of SSH connection iddleness to high values. (#2) (@joaomarceloalencar)
- Interrupting and resuming clusters. (#3) (@joaomarceloalencar)
- README (#4) (@decarvalhojunior-fh)
- Update README.md (#5) (@decarvalhojunior-fh)
- Update README.md (#6) (@decarvalhojunior-fh)
- Decarvalhojunior fh patch 1 readme (#7) (@decarvalhojunior-fh)
- Decarvalhojunior fh patch 1 readme (#8) (@decarvalhojunior-fh)
- Decarvalhojunior fh patch 1 readme (#9) (@decarvalhojunior-fh)