Skip to content

Commit 8449c12

Browse files
committedDec 23, 2022
Bump version to 3.5.0
Signed-off-by: Luca Carrogu <[email protected]>
1 parent d541414 commit 8449c12

File tree

9 files changed

+20
-17
lines changed

9 files changed

+20
-17
lines changed
 

‎CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ aws-parallelcluster-cookbook CHANGELOG
33

44
This file is used to list changes made in each version of the AWS ParallelCluster cookbook.
55

6+
3.5.0
7+
------
8+
69
3.4.0
710
------
811

‎attributes/default.rb

+4-4
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@
126126
].join('/')
127127

128128
# Python packages
129-
default['cluster']['parallelcluster-version'] = '3.4.0b1'
130-
default['cluster']['parallelcluster-cookbook-version'] = '3.4.0b1'
131-
default['cluster']['parallelcluster-node-version'] = '3.4.0b1'
132-
default['cluster']['parallelcluster-awsbatch-cli-version'] = '1.0.0'
129+
default['cluster']['parallelcluster-version'] = '3.5.0'
130+
default['cluster']['parallelcluster-cookbook-version'] = '3.5.0'
131+
default['cluster']['parallelcluster-node-version'] = '3.5.0'
132+
default['cluster']['parallelcluster-awsbatch-cli-version'] = '1.1.0'
133133

134134
# cfn-bootstrap
135135
default['cluster']['cfn_bootstrap']['version'] = '2.0-10'

‎cookbooks/aws-parallelcluster-awsbatch/metadata.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
issues_url 'https://github.com/aws/aws-parallelcluster/issues'
88
source_url 'https://github.com/aws/aws-parallelcluster-cookbook'
99
chef_version '17.2.29'
10-
version '3.4.0'
10+
version '3.5.0'
1111

1212
supports 'amazon', '>= 2.0'
1313
supports 'centos', '>= 7.0'

‎cookbooks/aws-parallelcluster-config/metadata.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
issues_url 'https://github.com/aws/aws-parallelcluster-cookbook/issues'
88
source_url 'https://github.com/aws/aws-parallelcluster-cookbook'
99
chef_version '17.2.29'
10-
version '3.4.0'
10+
version '3.5.0'
1111

1212
supports 'amazon', '>= 2.0'
1313
supports 'centos', '>= 7.0'

‎cookbooks/aws-parallelcluster-install/metadata.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
issues_url 'https://github.com/aws/aws-parallelcluster-cookbook/issues'
88
source_url 'https://github.com/aws/aws-parallelcluster-cookbook'
99
chef_version '17.2.29'
10-
version '3.4.0'
10+
version '3.5.0'
1111

1212
supports 'amazon', '>= 2.0'
1313
supports 'centos', '>= 7.0'

‎cookbooks/aws-parallelcluster-scheduler-plugin/metadata.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
issues_url 'https://github.com/aws/aws-parallelcluster/issues'
88
source_url 'https://github.com/aws/aws-parallelcluster-cookbook'
99
chef_version '17.2.29'
10-
version '3.4.0'
10+
version '3.5.0'
1111

1212
supports 'amazon', '>= 2.0'
1313
supports 'centos', '>= 7.0'

‎cookbooks/aws-parallelcluster-slurm/metadata.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
issues_url 'https://github.com/aws/aws-parallelcluster-cookbook/issues'
88
source_url 'https://github.com/aws/aws-parallelcluster-cookbook'
99
chef_version '17.2.29'
10-
version '3.4.0'
10+
version '3.5.0'
1111

1212
supports 'amazon', '>= 2.0'
1313
supports 'centos', '>= 7.0'

‎cookbooks/aws-parallelcluster-test/metadata.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
issues_url 'https://github.com/aws/aws-parallelcluster-cookbook/issues'
88
source_url 'https://github.com/aws/aws-parallelcluster-cookbook'
99
chef_version '17.2.29'
10-
version '3.4.0'
10+
version '3.5.0'
1111

1212
supports 'amazon', '>= 2.0'
1313
supports 'centos', '>= 7.0'

‎metadata.rb

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
issues_url 'https://github.com/aws/aws-parallelcluster-cookbook/issues'
88
source_url 'https://github.com/aws/aws-parallelcluster-cookbook'
99
chef_version '17.2.29'
10-
version '3.4.0'
10+
version '3.5.0'
1111

1212
supports 'amazon', '>= 2.0'
1313
supports 'centos', '>= 7.0'
@@ -22,9 +22,9 @@
2222
depends 'selinux', '~> 6.0.5'
2323
depends 'yum', '~> 7.4.0'
2424
depends 'yum-epel', '~> 4.5.0'
25-
depends 'aws-parallelcluster-install', '~> 3.4.0'
26-
depends 'aws-parallelcluster-config', '~> 3.4.0'
27-
depends 'aws-parallelcluster-slurm', '~> 3.4.0'
28-
depends 'aws-parallelcluster-scheduler-plugin', '~> 3.4.0'
29-
depends 'aws-parallelcluster-awsbatch', '~> 3.4.0'
30-
depends 'aws-parallelcluster-test', '~> 3.4.0'
25+
depends 'aws-parallelcluster-install', '~> 3.5.0'
26+
depends 'aws-parallelcluster-config', '~> 3.5.0'
27+
depends 'aws-parallelcluster-slurm', '~> 3.5.0'
28+
depends 'aws-parallelcluster-scheduler-plugin', '~> 3.5.0'
29+
depends 'aws-parallelcluster-awsbatch', '~> 3.5.0'
30+
depends 'aws-parallelcluster-test', '~> 3.5.0'

0 commit comments

Comments
 (0)
Please sign in to comment.