Skip to content

Commit

Permalink
Bump version to 3.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco De Martino <fdm@amazon.com>
  • Loading branch information
demartinofra committed Jan 13, 2022
1 parent da356ab commit 742f5b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@
].join('/')

# Python packages
default['cluster']['parallelcluster-version'] = '3.0.2'
default['cluster']['parallelcluster-cookbook-version'] = '3.0.2'
default['cluster']['parallelcluster-node-version'] = '3.0.2'
default['cluster']['parallelcluster-version'] = '3.0.3'
default['cluster']['parallelcluster-cookbook-version'] = '3.0.3'
default['cluster']['parallelcluster-node-version'] = '3.0.3'
default['cluster']['parallelcluster-awsbatch-cli-version'] = '1.0.0'

# URLs to software packages used during install recipes
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 '17.2.29'
version '3.0.2'
version '3.0.3'

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

0 comments on commit 742f5b8

Please sign in to comment.