Skip to content

Commit bb2bf96

Browse files
Enrico Usaienrico-usai
authored andcommitted
Bump version to 2.10.4
1 parent 1f793d8 commit bb2bf96

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.10.3",
3-
"parallelcluster_cookbook_version": "2.10.3",
2+
"parallelcluster_version": "2.10.4",
3+
"parallelcluster_cookbook_version": "2.10.4",
44
"chef_version": "15.11.8",
55
"berkshelf_version": "7.0.10"
66
}

attributes/default.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@
8585
)
8686

8787
# Python packages
88-
default['cfncluster']['cfncluster-version'] = '2.10.3'
89-
default['cfncluster']['cfncluster-cookbook-version'] = '2.10.3'
90-
default['cfncluster']['cfncluster-node-version'] = '2.10.3'
88+
default['cfncluster']['cfncluster-version'] = '2.10.4'
89+
default['cfncluster']['cfncluster-cookbook-version'] = '2.10.4'
90+
default['cfncluster']['cfncluster-node-version'] = '2.10.4'
9191

9292
# URLs to software packages used during install recipes
9393
# Gridengine software

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.10.3'
12+
version '2.10.4'
1313

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

0 commit comments

Comments
 (0)