Skip to content

Commit 2dae355

Browse files
committed
text file updates for the 1.3.2 release
Signed-off-by: Brian Barrett <[email protected]>
1 parent 76ac6a4 commit 2dae355

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.rst

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,15 @@
22
CHANGELOG
33
=========
44

5-
develop
6-
=======
5+
1.3.2
6+
=====
7+
* feature:``cfncluster``: Add support for r2.xlarge/t2.2xlarge,
8+
x1.16xlarge, r4.*, f1.*, and i3.* instance types
9+
* bugfix:``cfncluster``: Fix support for p2.2xlarge instance type
10+
* feature:``cfncluster``: Add support for eu-west-2, us-east-2, and
11+
ca-central-1 regions
12+
* updates:``cfncluster-cookbook``: Updated to cfncluster-cookbook-1.3.2
13+
* updates:``ami``: Update all base AMIs to latest patch levels
714
* updates:``cfncluster``: Moved to Apache 2.0 license
815
* updates:``cfncluster``: Support for Python 3
916

CONTRIBUTORS.txt

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ List of contributors:
33
- Dougal Ballantyne - dougalb at amazon dot com
44
- Adam Boeglin - boeglina at amazon dot com
55
- Sean Smith - sensmit at amazon dot com
6+
- Brian Barrett - bbarrett at amazon dot com
67

78
- Kenneth Daily - kmdaily at gmail dot com
89
- John Lilley - johnbot at ltech dot edu

README.rst

+12-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ CfnCluster
77

88
CfnCluster ("cloud formation cluster") is a framework that deploys and maintains high performance computing clusters on Amazon Web Services (AWS). Developed by AWS, CfnCluster facilitates both quick start proof of concepts (POCs) and production deployments. CfnCluster supports many different types of clustered applications and can easily be extended to support different frameworks. The CLI is stateless, everything is done using CloudFormation or resources within AWS.
99

10+
Known Issues
11+
============
12+
13+
* CfnCluster 1.3.2 supports the I3 and F1 instance families. However,
14+
it will not automatically setup a single, RAIDed volume across all
15+
available instance store volumes (like it will for other instance
16+
families which support instance storage). This will be fixed in a
17+
future release.
18+
1019
Documentation
1120
=============
1221

@@ -15,4 +24,6 @@ Documentation is part of the project and is published to - https://cfncluster.re
1524
Issues
1625
======
1726

18-
Any issues or feedback, should be posted in the AWS HPC forum - https://forums.aws.amazon.com/forum.jspa?forumID=192
27+
Please open a GitHub issue for any feedback or issues:
28+
https://github.com/awslabs/cfncluster. There is also an active AWS
29+
HPC forum which may be helpful:https://forums.aws.amazon.com/forum.jspa?forumID=192.

0 commit comments

Comments
 (0)