Skip to content

Commit 3867bdc

Browse files
Sean Smithdemartinofra
Sean Smith
authored andcommitted
Release 2.0.0
Signed-off-by: Sean Smith <[email protected]>
1 parent 3d5b4bc commit 3867bdc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

amis/packer_variables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"cfncluster_version": "2.0.0rc1",
2+
"cfncluster_version": "2.0.0",
33
"cfncluster_cookbook_version": "2.0.0",
44
"chef_version": "14.2.0",
55
"ridley_version": "5.1.1",

attributes/default.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
default['cfncluster']['scripts_dir'] = "#{node['cfncluster']['base_dir']}/scripts"
2020
default['cfncluster']['license_dir'] = "#{node['cfncluster']['base_dir']}/licenses"
2121
# Python packages
22-
default['cfncluster']['cfncluster-version'] = '2.0.0rc1'
23-
default['cfncluster']['cfncluster-node-version'] = '2.0.0rc1'
22+
default['cfncluster']['cfncluster-version'] = '2.0.0'
23+
default['cfncluster']['cfncluster-node-version'] = '2.0.0'
2424
default['cfncluster']['cfncluster-supervisor-version'] = '3.3.1'
2525
# URLs to software packages used during install recipes
2626
# Gridengine software

0 commit comments

Comments
 (0)