Skip to content

Commit 6f93a38

Browse files
Sean Smithmauri-melato
authored andcommitted
Release 1.5.1 Version
Signed-off-by: Sean Smith <[email protected]>
1 parent 5aa8a30 commit 6f93a38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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": "1.5.1rc1",
2+
"cfncluster_version": "1.5.1",
33
"cfncluster_cookbook_version": "1.5.1",
44
"chef_version": "12.19.36",
55
"ridley_version": "5.1.0",

attributes/default.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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-node-version'] = '1.5.1rc1'
22+
default['cfncluster']['cfncluster-node-version'] = '1.5.1'
2323
default['cfncluster']['cfncluster-supervisor-version'] = '3.3.1'
2424
# URLs to software packages used during install receipes
2525
# Gridengine software

0 commit comments

Comments
 (0)