Skip to content

Commit fe95f81

Browse files
committed
[Versioning] Bump version to 3.5.1.
Signed-off-by: Giacomo Marciani <[email protected]>
1 parent 428f793 commit fe95f81

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@ aws-parallelcluster-node CHANGELOG
33

44
This file is used to list changes made in each version of the aws-parallelcluster-node package.
55

6+
3.5.1
7+
------
8+
69
3.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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
3434
requires = ["boto3>=1.7.55", "retrying>=1.3.3"]
3535

3636
setup(

0 commit comments

Comments
 (0)