Releases: aws-samples/aws-eda-slurm-cluster
Releases · aws-samples/aws-eda-slurm-cluster
aws-eda-slurm-cluster v2.0.1
Bug Fixes
- #161 - Fix create_user_groups.py when /usr/sbin not in path
aws-eda-slurm-cluster v2.0.0
Remove support for the legacy cluster and only support ParallelCluster based Slurm clusters.
The legacy cluster is still available for reference of the v1 branch, but will no longer be developed or supported.
aws-eda-slurm-cluster v1.1.2
Bug Fixes
- Resolves #158 - Cluster can't be updated because HeadNode.LocalStorage.RootVolume.Size is a string
This bug prevents the cluster from being updated so it will have to be deleted and then created again.
aws-eda-slurm-cluster v1.1.1
Bug Fixes
- Resolve #143 - OS must be x86_64 if Os is centos7.
aws-eda-slurm-cluster v1.1.0
Add support for ParallelCluster. The legacy cluster is the default. See the latest documentation on how to use ParallelCluster.
Starting in v2.0.0, the default will be ParallelCluster and support for the legacy version will be removed.
aws-eda-slurm-cluster v1.0.0
Create a release for the legacy version that uses custom orchestration.
The legacy version is being deprecated in favor of the latest version which uses ParallelCluster. The legacy code will remain on the v1 branch but will be removed from the main branch.