Skip to content

Releases: PlatformAwareProgramming/CloudClusters.jl

v0.1.3

06 Feb 14:22
Compare
Choose a tag to compare

CloudClusters v0.1.3

Diff since v0.1.2

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:

v0.1.2

09 Dec 13:17
Compare
Choose a tag to compare

CloudClusters v0.1.2

Diff since v0.1.1

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

30 Nov 17:48
Compare
Choose a tag to compare

CloudClusters v0.1.1

Diff since v0.1.0

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

30 Nov 02:52
Compare
Choose a tag to compare

CloudClusters v0.1.0

Merged pull requests: