Skip to content

Commit 17fe49b

Browse files
Enrico Usaienrico-usai
authored andcommitted
Bump version to 2.9.1 and update changelog
+ Add missing change for 2.9.0 Signed-off-by: Enrico Usai <[email protected]>
1 parent 4655270 commit 17fe49b

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
CHANGELOG
33
=========
44

5+
2.9.1
6+
=====
7+
8+
**BUG FIXES**
9+
10+
* Fix cluster creation with the head node in a private subnet when it doesn't get a public IP.
11+
512
2.9.0
613
=====
714

@@ -36,6 +43,7 @@ CHANGELOG
3643
* Add new log streams to CloudWatch: chef-client, clustermgtd, computemgtd, slurm_resume, slurm_suspend.
3744
* Add support for queue names in pre/post install scripts.
3845
* Use PAY_PER_REQUEST billing mode for DynamoDb table in govcloud regions.
46+
* Add limit of section names length to 30 characters in the configuration file.
3947

4048
**BUG FIXES**
4149

cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def readme():
2121
return f.read()
2222

2323

24-
VERSION = "2.9.0"
24+
VERSION = "2.9.1"
2525
REQUIRES = [
2626
"setuptools",
2727
"boto3>=1.14.3",

cloudformation/aws-parallelcluster.cfn.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"AWSTemplateFormatVersion": "2010-09-09",
3-
"Description": "AWS ParallelCluster Template. Version: aws-parallelcluster-2.9.0",
3+
"Description": "AWS ParallelCluster Template. Version: aws-parallelcluster-2.9.1",
44
"Parameters": {
55
"KeyName": {
66
"Description": "Name of an existing EC2 KeyPair to enable SSH access to the instances using the default cluster user.",
@@ -1194,8 +1194,8 @@
11941194
},
11951195
"PackagesVersions": {
11961196
"default": {
1197-
"parallelcluster": "2.9.0",
1198-
"cookbook": "aws-parallelcluster-cookbook-2.9.0",
1197+
"parallelcluster": "2.9.1",
1198+
"cookbook": "aws-parallelcluster-cookbook-2.9.1",
11991199
"chef": "15.11.8",
12001200
"berkshelf": "7.0.10",
12011201
"ami": "dev"

0 commit comments

Comments
 (0)