From ba573798ee17313a9866274eba3e320b08f0a9a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Wed, 7 Jun 2023 15:27:58 +0300 Subject: [PATCH] Upgrade RSKj to latest stable release --- site-cookbooks/kosmos_rsk/attributes/default.rb | 2 +- site-cookbooks/kosmos_rsk/test/integration/rskj/rskj_test.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site-cookbooks/kosmos_rsk/attributes/default.rb b/site-cookbooks/kosmos_rsk/attributes/default.rb index 63efc04..ca48dd0 100644 --- a/site-cookbooks/kosmos_rsk/attributes/default.rb +++ b/site-cookbooks/kosmos_rsk/attributes/default.rb @@ -1,2 +1,2 @@ -node.default['rskj']['version'] = '4.2.0~focal' +node.default['rskj']['version'] = '4.4.0~focal' node.default['rskj']['network'] = 'testnet' diff --git a/site-cookbooks/kosmos_rsk/test/integration/rskj/rskj_test.rb b/site-cookbooks/kosmos_rsk/test/integration/rskj/rskj_test.rb index a37cf79..990722a 100644 --- a/site-cookbooks/kosmos_rsk/test/integration/rskj/rskj_test.rb +++ b/site-cookbooks/kosmos_rsk/test/integration/rskj/rskj_test.rb @@ -9,7 +9,7 @@ end describe package('rskj') do it { should be_installed } - its('version') { should eq '4.2.0~focal' } + its('version') { should eq '4.4.0~focal' } end describe service('rsk') do