Skip to content

Commit 53e89d3

Browse files
committed
[Versioning] Bump version to 3.3.1
Signed-off-by: Luca Carrogu <[email protected]>
1 parent 374f9f8 commit 53e89d3

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

attributes/default.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@
126126
].join('/')
127127

128128
# Python packages
129-
default['cluster']['parallelcluster-version'] = '3.3.0'
130-
default['cluster']['parallelcluster-cookbook-version'] = '3.3.0'
131-
default['cluster']['parallelcluster-node-version'] = '3.3.0'
129+
default['cluster']['parallelcluster-version'] = '3.3.1'
130+
default['cluster']['parallelcluster-cookbook-version'] = '3.3.1'
131+
default['cluster']['parallelcluster-node-version'] = '3.3.1'
132132
default['cluster']['parallelcluster-awsbatch-cli-version'] = '1.0.0'
133133

134134
# cfn-bootstrap

cookbooks/aws-parallelcluster-awsbatch/metadata.rb

Lines changed: 1 addition & 1 deletion
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.3.0'
10+
version '3.3.1'
1111

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

cookbooks/aws-parallelcluster-config/metadata.rb

Lines changed: 1 addition & 1 deletion
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.3.0'
10+
version '3.3.1'
1111

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

cookbooks/aws-parallelcluster-install/metadata.rb

Lines changed: 1 addition & 1 deletion
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.3.0'
10+
version '3.3.1'
1111

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

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

Lines changed: 1 addition & 1 deletion
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.3.0'
10+
version '3.3.1'
1111

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

cookbooks/aws-parallelcluster-slurm/metadata.rb

Lines changed: 1 addition & 1 deletion
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.3.0'
10+
version '3.3.1'
1111

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

cookbooks/aws-parallelcluster-test/metadata.rb

Lines changed: 1 addition & 1 deletion
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.3.0'
10+
version '3.3.1'
1111

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

metadata.rb

Lines changed: 7 additions & 7 deletions
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.3.0'
10+
version '3.3.1'
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.3.0'
26-
depends 'aws-parallelcluster-config', '~> 3.3.0'
27-
depends 'aws-parallelcluster-slurm', '~> 3.3.0'
28-
depends 'aws-parallelcluster-scheduler-plugin', '~> 3.3.0'
29-
depends 'aws-parallelcluster-awsbatch', '~> 3.3.0'
30-
depends 'aws-parallelcluster-test', '~> 3.3.0'
25+
depends 'aws-parallelcluster-install', '~> 3.3.1'
26+
depends 'aws-parallelcluster-config', '~> 3.3.1'
27+
depends 'aws-parallelcluster-slurm', '~> 3.3.1'
28+
depends 'aws-parallelcluster-scheduler-plugin', '~> 3.3.1'
29+
depends 'aws-parallelcluster-awsbatch', '~> 3.3.1'
30+
depends 'aws-parallelcluster-test', '~> 3.3.1'

0 commit comments

Comments
 (0)