Skip to content

Commit ec34c32

Browse files
demartinofratilne
authored andcommitted
Bump version to 2.6.1
Signed-off-by: Francesco De Martino <[email protected]>
1 parent 9eef3a1 commit ec34c32

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.6.0",
3-
"parallelcluster_cookbook_version": "2.6.0",
2+
"parallelcluster_version": "2.6.1",
3+
"parallelcluster_cookbook_version": "2.6.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
@@ -43,8 +43,8 @@
4343
default['cfncluster']['intelmpi']['version'] = '2019.6.166'
4444
default['cfncluster']['intelmpi']['modulefile'] = "/opt/intel/impi/#{node['cfncluster']['intelmpi']['version']}/intel64/modulefiles/mpi"
4545
# Python packages
46-
default['cfncluster']['cfncluster-version'] = '2.6.0'
47-
default['cfncluster']['cfncluster-node-version'] = '2.6.0'
46+
default['cfncluster']['cfncluster-version'] = '2.6.1'
47+
default['cfncluster']['cfncluster-node-version'] = '2.6.1'
4848
# URLs to software packages used during install recipes
4949
# Gridengine software
5050
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.6.0'
12+
version '2.6.1'
1313

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

0 commit comments

Comments
 (0)