Skip to content

Commit 64a5f23

Browse files
demartinofrarexcsn
authored andcommitted
Bump version to 2.5.1
Signed-off-by: Francesco De Martino <[email protected]>
1 parent 9905d47 commit 64a5f23

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

amis/packer_variables.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"parallelcluster_version": "2.5.0",
3-
"parallelcluster_cookbook_version": "2.5.0",
2+
"parallelcluster_version": "2.5.1",
3+
"parallelcluster_cookbook_version": "2.5.1",
44
"chef_version": "14.2.0",
55
"ridley_version": "5.1.1",
66
"berkshelf_version": "7.0.4"

attributes/default.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
default['cfncluster']['intelhpc']['version'] = '2018.0-1.el7'
3939
default['cfncluster']['intelmpi']['modulefile'] = "/opt/intel/impi/latest/modulefiles/mpi"
4040
# Python packages
41-
default['cfncluster']['cfncluster-version'] = '2.5.0'
42-
default['cfncluster']['cfncluster-node-version'] = '2.5.0'
41+
default['cfncluster']['cfncluster-version'] = '2.5.1'
42+
default['cfncluster']['cfncluster-node-version'] = '2.5.1'
4343
# URLs to software packages used during install recipes
4444
# Gridengine software
4545
default['cfncluster']['sge']['version'] = '8.1.9'

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
issues_url 'https://github.com/aws/aws-parallelcluster-cookbook/issues'
1010
source_url 'https://github.com/aws/aws-parallelcluster-cookbook'
1111
chef_version '14.2.0'
12-
version '2.5.0'
12+
version '2.5.1'
1313

1414
supports 'amazon'
1515
supports 'centos', '= 6'

0 commit comments

Comments
 (0)