File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,16 @@ aws-parallelcluster-node CHANGELOG
33
44This file is used to list changes made in each version of the aws-parallelcluster-node package.
55
6+ 3.5.1
7+ ------
8+
693.5.0
710------
811
912** ENHANCEMENTS**
1013- Add logging of compute node console output to CloudWatch from head node on compute node bootstrap failure.
1114- Add validators to prevent malicious string injection while calling the subprocess module.
12-
15+
1316** BUG FIXES**
1417- Fix an issue in clustermgtd that caused compute nodes rebooted via Slurm to be replaced if the EC2 instance status checks fail.
1518
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def read(fname):
3030 "clustermgtd = slurm_plugin.clustermgtd:main" ,
3131 "computemgtd = slurm_plugin.computemgtd:main" ,
3232]
33- version = "3.5.0 "
33+ version = "3.5.1 "
3434requires = ["boto3>=1.7.55" , "retrying>=1.3.3" ]
3535
3636setup (
You can’t perform that action at this time.
0 commit comments