From 13599c39fe48024397137480af517828fbf08b79 Mon Sep 17 00:00:00 2001 From: Jessica Schilling Date: Mon, 12 Jul 2021 21:01:25 +0000 Subject: [PATCH] Update from Forestry.io Jessica Schilling updated src/_blog/just-released-ipfs-cluster-0.14.0.md --- src/_blog/just-released-ipfs-cluster-0.14.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_blog/just-released-ipfs-cluster-0.14.0.md b/src/_blog/just-released-ipfs-cluster-0.14.0.md index a02dd587..5270684d 100644 --- a/src/_blog/just-released-ipfs-cluster-0.14.0.md +++ b/src/_blog/just-released-ipfs-cluster-0.14.0.md @@ -10,13 +10,13 @@ tags: - IPFS Cluster --- -We're happy to announce the release of IPFS Cluster 0.14.0! Since it's been a little while since the last release, it's worth making a small recap on the project and what it has to offer. +We're happy to announce the release of IPFS Cluster 0.14.0! Here's a small recap of the project and what it has to offer. ## A quick recap [IPFS Cluster](https://cluster.ipfs.io) provides an overlay layer to control and orchestrate pinsets in multiple IPFS daemons. It adds content, distributes pins, tracks them, and ensures content is replicated while providing streamlined API(s) for IPFS storage management. It does this in lots of cool ways, utilizing CRDTs, pubsub, IPLD and libp2p services — you can dig into all the details in the official [IPFS Cluster documentation](https://cluster.ipfs.io/documentation/). -IPFS Cluster has been running in production internally at Protocol Labs since 2018. We use clusters to store all the stuff we want to store on IPFS, a few of them as [public collaborative clusters](https://collab.ipfscluster.io/) that can be followed by anyone. Our internal operational team (known as [Bifrost](https://en.wikipedia.org/wiki/Bifr%C3%B6st)) has developed the ability to set up large-storage gateways coupled to cluster setups with little effort. +IPFS Cluster has been running in production internally at Protocol Labs since 2018. We use clusters to store all the stuff we want to store on IPFS, a few of them as [public collaborative clusters](https://collab.ipfscluster.io/) that can be followed by anyone. Our internal operational team (known as [Bifrost](https://en.wikipedia.org/wiki/Bifr%C3%B6st)) has developed the ability to set up large-storage gateways coupled to cluster setups with little effort. ## Release highlights