From 78eb3c033ad6e7397a679327e5dd05ec6ac1f34f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Wed, 26 Apr 2023 15:05:06 +0200 Subject: [PATCH 1/2] Upgrade golang to 1.20.3 --- site-cookbooks/kosmos-bitcoin/recipes/golang.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-cookbooks/kosmos-bitcoin/recipes/golang.rb b/site-cookbooks/kosmos-bitcoin/recipes/golang.rb index 81fd97e..3ac886b 100644 --- a/site-cookbooks/kosmos-bitcoin/recipes/golang.rb +++ b/site-cookbooks/kosmos-bitcoin/recipes/golang.rb @@ -5,7 +5,7 @@ # Internal recipe for managing the Go installation in one place # -node.override['golang']['version'] = "1.17.4" +node.override['golang']['version'] = "1.20.3" include_recipe "golang" link '/usr/local/bin/go' do From 807ca52f1cd96378548c1e0e65318e2d8f50e5c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Wed, 26 Apr 2023 15:05:17 +0200 Subject: [PATCH 2/2] Upgrade LND to 0.16.1 --- site-cookbooks/kosmos-bitcoin/attributes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-cookbooks/kosmos-bitcoin/attributes/default.rb b/site-cookbooks/kosmos-bitcoin/attributes/default.rb index c525838..b608f93 100644 --- a/site-cookbooks/kosmos-bitcoin/attributes/default.rb +++ b/site-cookbooks/kosmos-bitcoin/attributes/default.rb @@ -40,7 +40,7 @@ node.default['c-lightning']['log_level'] = 'info' node.default['c-lightning']['public_ip'] = '148.251.237.73' node.default['lnd']['repo'] = 'https://github.com/lightningnetwork/lnd' -node.default['lnd']['revision'] = 'v0.15.4-beta' +node.default['lnd']['revision'] = 'v0.16.1-beta' node.default['lnd']['source_dir'] = '/opt/lnd' node.default['lnd']['lnd_dir'] = "/home/#{node['bitcoin']['username']}/.lnd" node.default['lnd']['alias'] = 'ln2.kosmos.org'