Skip to content

Commit 45767bb

Browse files
Tim Lanetilne
authored andcommitted
Version bump for v2.8.1
Signed-off-by: Tim Lane <[email protected]>
1 parent 93a9e8b commit 45767bb

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.8.0",
3-
"parallelcluster_cookbook_version": "2.8.0",
2+
"parallelcluster_version": "2.8.1",
3+
"parallelcluster_cookbook_version": "2.8.1",
44
"chef_version": "15.11.8",
55
"berkshelf_version": "7.0.10"
66
}

attributes/default.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
default['cfncluster']['intelmpi']['version'] = '2019.7.217'
4747
default['cfncluster']['intelmpi']['modulefile'] = "/opt/intel/impi/#{node['cfncluster']['intelmpi']['version']}/intel64/modulefiles/mpi"
4848
# Python packages
49-
default['cfncluster']['cfncluster-version'] = '2.8.0'
50-
default['cfncluster']['cfncluster-node-version'] = '2.8.0'
49+
default['cfncluster']['cfncluster-version'] = '2.8.1'
50+
default['cfncluster']['cfncluster-node-version'] = '2.8.1'
5151
# URLs to software packages used during install recipes
5252
# Gridengine software
5353
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 '15.11.8'
12-
version '2.8.0'
12+
version '2.8.1'
1313

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

0 commit comments

Comments
 (0)