From 61607f77c4f67aa1274c5fca8f3d9be4bff5ddcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Tue, 30 Apr 2019 12:58:10 +0200 Subject: [PATCH] Update ipfs-cluster to 0.10.1 ipfs-cluster-ctl commands such as `pin rm` now work Closes #48 --- site-cookbooks/kosmos-ipfs/metadata.rb | 2 +- site-cookbooks/kosmos-ipfs/recipes/cluster.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site-cookbooks/kosmos-ipfs/metadata.rb b/site-cookbooks/kosmos-ipfs/metadata.rb index 046fb4c..0803761 100644 --- a/site-cookbooks/kosmos-ipfs/metadata.rb +++ b/site-cookbooks/kosmos-ipfs/metadata.rb @@ -4,7 +4,7 @@ maintainer_email 'mail@kosmos.org' license 'MIT' description 'Installs/Configures kosmos-ipfs' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '0.1.2' +version '0.1.3' depends 'ipfs' depends 'kosmos-base' diff --git a/site-cookbooks/kosmos-ipfs/recipes/cluster.rb b/site-cookbooks/kosmos-ipfs/recipes/cluster.rb index 82a3478..5de8619 100644 --- a/site-cookbooks/kosmos-ipfs/recipes/cluster.rb +++ b/site-cookbooks/kosmos-ipfs/recipes/cluster.rb @@ -24,7 +24,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -node.override['ipfs']['cluster']['version'] = '0.9.0' +node.override['ipfs']['cluster']['version'] = '0.10.1' include_recipe "ipfs::cluster" include_recipe "ipfs::cluster_service"