Skip to content

Releases: aws/aws-parallelcluster

CfnCluster v1.5.1

21 Jun 20:03
3da334f
Compare
Choose a tag to compare

We are happy to announce the availability of CfnCluster v1.5.1.

How to update?

sudo pip install —upgrade cfncluster

Call outs:

Features:

  • Add support for eu-west-3 region
  • Added parameter to specify custom cfncluster-node package

Bugfixes:

  • Fix --template-url command line parameter
  • Poll on EBS Volume attachment status
  • Fixed SLURM cron job to publish pending
  • Fixed Torque behavior when scaling up from an empty cluster

Need help / have a feature request?
CfnCluster Issues tracker on GitHub: https://github.com/awslabs/cfncluster
The HPC Forum on the AWS Forums page: https://forums.aws.amazon.com/forum.jspa?forumID=192

CfnCluster v1.4.2

16 Jan 18:49
Compare
Choose a tag to compare

We are happy to announce the availability of CfnCluster v1.4.2.

How to update?

  • sudo pip install —upgrade cfncluster

Highlighted Changes:

  • Updated all base AMIs to latest patch levels
  • Updated to cfncluster-cookbook-1.4.1
  • Fixed issues with CentOS 6 clusters that prevented scaling

Need help / have a feature request?
CfnCluster Issues tracker on GitHub: https://github.com/awslabs/cfncluster
The HPC Forum on the AWS Forums page: https://forums.aws.amazon.com/forum.jspa?forumID=192

CfnCluster 1.4.1

01 Dec 22:08
Compare
Choose a tag to compare

We are happy to announce the availability of CfnCluster 1.4.1.

How to update?

  • sudo pip install —upgrade cfncluster

Highlighted Changes:

  • Removed need for whitelisting instance types; any instance type which supports both VPC and HVM amis will be supported out of the box with CfnCluster
  • Updated to cfncluster-cookbook-1.4.0
  • Update all base AMIs to latest patch levels (including Amazon Linux 17.09)
  • Support for NVMe instance store
  • Fixed long scaling times when using SLURM on systemd distributions (Ubuntu 16.04).
  • "cfncluster stop" now terminates all compute nodes but does not stop the head node, to work around scheduler data mismatch issues.

Need help / have a feature request?
CfnCluster Issues tracker on GitHub: https://github.com/awslabs/cfncluster
The HPC Forum on the AWS Forums page: https://forums.aws.amazon.com/forum.jspa?forumID=192

CfnCluster 1.3.2

23 Jun 17:21
Compare
Choose a tag to compare

We are happy to announce the availability of CfnCluster 1.3.2. CfnCluster 1.3.2 is a maintenance release, with updates to the supported instance and region lists, as well as updated AMIs. CfnCluster is now licensed under the Apache 2.0 license and has become an AWS Labs project hosted on Github (https://github.com/awslabs/cfncluster).

  • How to update?
    • sudo pip install —upgrade cfncluster
  • Highlighted Changes:
    • Add support for r2.xlarge/t2.2xlarge, x1.16xlarge, r4., f1., and i3.* instance types
    • Fix support for p2.2xlarge instance type
    • Add support for eu-west-2, us-east-2, and ca-central-1 regions
    • Updated to cfncluster-cookbook-1.3.2
    • Update all base AMIs to latest patch levels
    • Moved to Apache 2.0 license
    • Support for Python 3
    • Removed support for Openlava (due to licensing restrictions)
  • Known Issues:
    • CfnCluster 1.3.2 supports the I3 and F1 instance families. However, it will not automatically setup a single, RAIDed volume across all available instance store volumes (like it will for other instance families which support instance storage). This will be fixed in a future release.
  • Need help / have a feature request?

CfnCluster 1.3.1

26 Aug 16:12
Compare
Choose a tag to compare
Merge branch 'master' of github.com:awslabs/cfncluster

CfnCluster v1.2.1

24 Mar 18:16
Compare
Choose a tag to compare
cfncluster-1.2.1

1.0.0 release

15 Feb 21:56
Compare
Choose a tag to compare
CfnCluster release 1.0.0

v1.0.0b3 release

02 Feb 00:08
Compare
Choose a tag to compare
v1.0.0b3 release Pre-release
Pre-release

Public Beta 3 for cfncluster-1.0.0

Release v0.0.22

04 Aug 17:00
Compare
Choose a tag to compare
Release v0.0.22 Pre-release
Pre-release
Pulling some upstream doc updates

Release v0.0.21

12 Jun 17:55
Compare
Choose a tag to compare
Release v0.0.21 Pre-release
Pre-release
Merge branch 'develop' with setup.py fix