Skip to content

Commit

Permalink
Bump version to 2.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
enrico-usai committed May 13, 2021
1 parent 1f793d8 commit bb2bf96
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions amis/packer_variables.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parallelcluster_version": "2.10.3",
"parallelcluster_cookbook_version": "2.10.3",
"parallelcluster_version": "2.10.4",
"parallelcluster_cookbook_version": "2.10.4",
"chef_version": "15.11.8",
"berkshelf_version": "7.0.10"
}
6 changes: 3 additions & 3 deletions attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@
)

# Python packages
default['cfncluster']['cfncluster-version'] = '2.10.3'
default['cfncluster']['cfncluster-cookbook-version'] = '2.10.3'
default['cfncluster']['cfncluster-node-version'] = '2.10.3'
default['cfncluster']['cfncluster-version'] = '2.10.4'
default['cfncluster']['cfncluster-cookbook-version'] = '2.10.4'
default['cfncluster']['cfncluster-node-version'] = '2.10.4'

# URLs to software packages used during install recipes
# Gridengine software
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
issues_url 'https://github.com/aws/aws-parallelcluster-cookbook/issues'
source_url 'https://github.com/aws/aws-parallelcluster-cookbook'
chef_version '15.11.8'
version '2.10.3'
version '2.10.4'

supports 'amazon', '>= 1'
supports 'centos', '>= 7'
Expand Down

0 comments on commit bb2bf96

Please sign in to comment.