Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: dual publishing go-ipfs and kubo #717

Merged
merged 12 commits into from
Jul 7, 2022
Merged

Conversation

lidel
Copy link
Member

@lidel lidel commented May 11, 2022

TLDR

This PR ensures every new release of kubo will be automatically repackaged and published under the legacy go-ipfs name.

Adding release via ./dist add-version kubo <version> will take care of everything.

Rationale

We want the minimal rename (ipfs/kubo#8959) to have a minimal blast radius.

This means we MUST have backward-compatible go-ipfs build still happening, so everything that was created in the past 7+ years and expects 'go-ipfs' will continue working.

How this works

The website will only show "kubo", but Kubo artifacts will be published under both names:

When it comes to adding new Kubo releases:

  • We no longer use go-ipfs directly, it is hidden from the website and ./dist will error on ./dist add-version go-ipfs
  • New versions are added via ./dist add-version kubo <version>
    • This will automatically add corresponding version to legacy go-ipfs, triggering second build next to the official kubo one
    • go-ipfs build no longer compiles go code: instead, it will reuse existing artifacts from kubo and repackage them under the old name and structure

PREVIEW

Screen Shot 2022-07-01 at 15 31 15

TODO

  • change ipfs-banana to the final name (proposals in: New name for go-ipfs ipfs#471)
  • error on ./dist add-version go-ipfs
  • create go-ipfs release on ./dist add-version kubo
  • always build kubo first, and reuse its artifacts during go-ipfs build (compile only once)
  • exclude go-ipfs from nightly builds
  • update website (hide go-ipfs, only show the new kubo dist)
  • update repository name in both go-ipfs and kubo dists
    • ⚠️ this must happen after https://github.com/ipfs/go-ipfs is renamed to https://github.com/ipfs/kubo

@lidel lidel force-pushed the chore/rename-go-ipfs-test-1 branch 3 times, most recently from 65ce484 to d9bc2da Compare May 11, 2022 21:38
@lidel lidel temporarily deployed to Deploy May 11, 2022 22:05 Inactive
@github-actions

This comment was marked as outdated.

@lidel lidel self-assigned this May 11, 2022
@lidel lidel changed the title chore: test ipfs-banana build feat: new go-ipfs name on dist.ipfs.uo May 11, 2022
@lidel lidel changed the title feat: new go-ipfs name on dist.ipfs.uo feat: new go-ipfs name on dist.ipfs.io May 11, 2022
@lidel lidel temporarily deployed to Deploy May 11, 2022 22:44 Inactive
@github-actions

This comment was marked as outdated.

@lidel lidel force-pushed the chore/rename-go-ipfs-test-1 branch from f6eace3 to 944fddf Compare May 11, 2022 22:51
@lidel lidel temporarily deployed to Deploy May 11, 2022 23:18 Inactive
@github-actions

This comment was marked as outdated.

@aschmahmann
Copy link
Contributor

aschmahmann commented May 12, 2022

and publish both subdirectories on each release:

If we do this it would be great if the data (e.g. the CIDs and SHA-512 checksums) were the same so that it would deduplicate cheaply and we wouldn't have 2 different CIDs published on dist for the exact same binary.

@lidel lidel mentioned this pull request May 24, 2022
5 tasks
@lidel lidel force-pushed the chore/rename-go-ipfs-test-1 branch 2 times, most recently from 109ddf8 to c0be040 Compare June 19, 2022 21:53
@lidel lidel temporarily deployed to Deploy June 19, 2022 22:20 Inactive
@github-actions

This comment was marked as outdated.

@github-actions

This comment was marked as outdated.

@lidel lidel mentioned this pull request Jun 21, 2022
3 tasks
@lidel lidel changed the title feat: new go-ipfs name on dist.ipfs.io feat: dual publishing go-ipfs and kubo Jun 22, 2022
@lidel lidel force-pushed the chore/rename-go-ipfs-test-1 branch from c0be040 to ec925c6 Compare June 25, 2022 23:43
@lidel lidel temporarily deployed to Deploy June 30, 2022 23:54 Inactive
@lidel lidel force-pushed the chore/rename-go-ipfs-test-1 branch 2 times, most recently from dd6feaf to 8aa4dd6 Compare June 30, 2022 23:57
@github-actions

This comment was marked as outdated.

@lidel lidel marked this pull request as ready for review July 1, 2022 14:26
@lidel

This comment was marked as outdated.

lidel added 10 commits July 6, 2022 20:06
just seeing if we can build go-ipfs under different name:
when we rename, we want to have backward-compatible go-ipfs build
so everything that was created in the past 7 years and expects 'go-ipfs'
will continue working.
This will automatically add any new kubo version to go-ipfs,
ensuring people following old name will still get informed about new
releases.
See comments at the top of dists/go-ipfs/build-from-kubo.sh
we only need kubo to build
@lidel lidel force-pushed the chore/rename-go-ipfs-test-1 branch from 7984dbc to 882edf3 Compare July 6, 2022 18:06
@lidel
Copy link
Member Author

lidel commented Jul 6, 2022

This is blocked until we tag 0.14.0-rc1 – then it should be re-run.

@lidel lidel mentioned this pull request Jul 6, 2022
68 tasks
@lidel lidel temporarily deployed to Deploy July 7, 2022 22:34 Inactive
This time needs to be added manually, I forgot to include it in previous
commit.
@github-actions

This comment was marked as outdated.

Copy link
Contributor

@Jorropo Jorropo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (dist looks good)
Waiting for CI (again)

@Jorropo
Copy link
Contributor

Jorropo commented Jul 7, 2022

Pls merge with merge (not rebase or squash), I am basing #736 out of that one.

Makefile Show resolved Hide resolved
@lidel lidel temporarily deployed to Deploy July 7, 2022 23:21 Inactive
@github-actions
Copy link

github-actions bot commented Jul 7, 2022

Diff of Changes

Old: /ipns/dist.ipfs.io at /ipfs/QmQBFmS5Er5zzMvS12JUnzTtpofH83S92o2rKTEM3xycHa
New: /ipfs/QmP9AbcUJbm8Ubjz26ZAc778qoCg67graAaPp96Wf8UFoY

diff --new-file -u --recursive a/go-ipfs/v0.14.0-rc1/build-info b/go-ipfs/v0.14.0-rc1/build-info
--- a/go-ipfs/v0.14.0-rc1/build-info	1970-01-01 00:00:00.000000000 +0000
+++ b/go-ipfs/v0.14.0-rc1/build-info	2022-07-07 23:26:03.773961415 +0000
@@ -0,0 +1,4 @@
+go version go1.18.3 linux/amd64
+git sha of code: 10c3cc1aaf6a6c35c263425ed1499fc347f1e11e
+Linux fv-az182-332 5.13.0-1031-azure #37~20.04.1-Ubuntu SMP Mon Jun 13 22:51:01 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
+built on Thu Jul  7 23:07:38 UTC 2022
diff --new-file -u --recursive a/go-ipfs/v0.14.0-rc1/dist.json b/go-ipfs/v0.14.0-rc1/dist.json
--- a/go-ipfs/v0.14.0-rc1/dist.json	1970-01-01 00:00:00.000000000 +0000
+++ b/go-ipfs/v0.14.0-rc1/dist.json	2022-07-07 23:26:03.773961415 +0000
@@ -0,0 +1,111 @@
+{
+  "id": "go-ipfs",
+  "version": "v0.14.0-rc1",
+  "releaseLink": "go-ipfs/v0.14.0-rc1",
+  "name": "go-ipfs",
+  "owner": "ipfs",
+  "description": "kubo (go-ipfs) is the earliest and most widely used implementation of IPFS. It includes:\n- an IPFS daemon server\n- extensive command line tooling\n- an HTTP RPC API for controlling the node\n- an HTTP Gateway for serving content to HTTP browsers\n",
+  "date": "July 07, 2022",
+  "platforms": {
+    "darwin": {
+      "name": "darwin Binary",
+      "archs": {
+        "amd64": {
+          "link": "/go-ipfs_v0.14.0-rc1_darwin-amd64.tar.gz",
+          "cid": "QmUBTfZifidBbJa9ff6oohUjgYDsoy6cVamseKZyFFkhX7",
+          "sha512": "9237f2383c28693c4f2182f7c18de214797a1a6d3b54221ec2af62c3be0d7b70a3e85eae1fa1e808f5f1f47a959058956e0194ef69e2923b35b6555e1522d65e"
+        },
+        "arm64": {
+          "link": "/go-ipfs_v0.14.0-rc1_darwin-arm64.tar.gz",
+          "cid": "QmP7NyVXVCZ51d8gPeSCwFYpLTmt27sY59eVetZtHgsT8j",
+          "sha512": "55e92c5b0cdfcc525701d804074dd1514fa87e225342fa1e4b45533122fd731f9414c0fbb22d031902e424d080968aa7ed090847e02ae76fb1c1df77162dc717"
+        }
+      }
+    },
+    "freebsd": {
+      "name": "freebsd Binary",
+      "archs": {
+        "386": {
+          "link": "/go-ipfs_v0.14.0-rc1_freebsd-386.tar.gz",
+          "cid": "QmVMgw7DDq33Pf77RxsMV25EdUUfcXiXoQAhwoDJetLWkT",
+          "sha512": "3f00273a738c072fc7673c2fa6653f57e03a543b91049835897f90445c41b583dcd5306e22c903a47d3fec374de0831a184b2fe068b43d64bc7c3418fb49ff5a"
+        },
+        "amd64": {
+          "link": "/go-ipfs_v0.14.0-rc1_freebsd-amd64.tar.gz",
+          "cid": "QmWFqLf7RvmP9NykQt5iC6fzyDdFDwPvjFcHABHtJNKvYV",
+          "sha512": "1fe1e49decbfc72f362e2d935670a810d7332e47e863f8dbd0ad523ea341207a37baba0368c2bb9546154f4b9817aa53aaeb5715f7960ed0b5b9cba60ea9091b"
+        },
+        "arm": {
+          "link": "/go-ipfs_v0.14.0-rc1_freebsd-arm.tar.gz",
+          "cid": "QmZr2yRcZbzUUC4AA7zBefd5fajov8jnKKQU4pDcV8Es43",
+          "sha512": "c176c09c73044cfa6436e877dbabb53ed2a7654f346894a3e4ffbc55cd5d9909d651f6c51fb5d68914eabfad5293c3395198ed21e7a475ca049f1c263bf85498"
+        }
+      }
+    },
+    "openbsd": {
+      "name": "openbsd Binary",
+      "archs": {
+        "386": {
+          "link": "/go-ipfs_v0.14.0-rc1_openbsd-386.tar.gz",
+          "cid": "QmfQb7M1Zd2vGWgrU4y7DAmsHC3xbjoPPsG9yZ3TcLujit",
+          "sha512": "bc08d7e053a4995d1becb94ed62ce61d07419821c84c40e70daa0837a0a21c2b7a91f6fbb780929beefe3208db2a628434f7a9af198eb4d3c913bd71487430ce"
+        },
+        "amd64": {
+          "link": "/go-ipfs_v0.14.0-rc1_openbsd-amd64.tar.gz",
+          "cid": "QmdqKPm1nzJ3EHVFv3pNc8FnHRN13TLPGrhxjCQYkMYqep",
+          "sha512": "487f7eefdf9499bcf95a418c846267fd260e8f09117c2ec9ea033b4a7fca13e7212aab8ca7e73e1595ba7e8d169bc094ac271ed1ddab348c3f79321baa3bf62e"
+        },
+        "arm": {
+          "link": "/go-ipfs_v0.14.0-rc1_openbsd-arm.tar.gz",
+          "cid": "QmQgXM162zqqzVMwoKasNaNQFjDFhLhWVzVJck6jrPfCLC",
+          "sha512": "998a3335b652e20fa1a8f111d64b74d02532271f9ccda7f52e63792ccc9583be2e6de569381d34f6601f351569d85fa1a90150b9d4abc8e56138202ce401cb29"
+        }
+      }
+    },
+    "linux": {
+      "name": "linux Binary",
+      "archs": {
+        "386": {
+          "link": "/go-ipfs_v0.14.0-rc1_linux-386.tar.gz",
+          "cid": "QmfMCatZxWfZnKtftzniWyQgwU6CG138xxib2u48szRGKv",
+          "sha512": "7fb2c6e08d5ec647873af4f4bc80417ad82470ef3e8fabb1ae2484170e8eff9b8eba8dc54bf663628736a513b79bbaad6c3b82ab397bfeab91c3b5a79cd32cd3"
+        },
+        "amd64": {
+          "link": "/go-ipfs_v0.14.0-rc1_linux-amd64.tar.gz",
+          "cid": "QmNUGY4RkCkNDuJAMCUtXrcKiMNcrRiGn3ahx4WcE73JRm",
+          "sha512": "9333923fa8850b0ebcebbfdb52f505f88f3785a6640d8b1d8deb3eba67c5fa7b8f59204b40ad0a6b9b5b5669d2f23b5d2604ff254475e82cbbad12ada017b14e"
+        },
+        "arm": {
+          "link": "/go-ipfs_v0.14.0-rc1_linux-arm.tar.gz",
+          "cid": "QmTdCVgYp3ivcoQhtPKcDXwR5jL4hy9aweXiHUneffRQft",
+          "sha512": "f559ce0b66cbe98e5fa580b7517a55707eb944397fb781ca58616995da8355b663fbdb924b3414ee729bdf80da3e4e79e6b77171ed40fba5d851fbd5dcfeee08"
+        },
+        "arm64": {
+          "link": "/go-ipfs_v0.14.0-rc1_linux-arm64.tar.gz",
+          "cid": "QmdArJ33FRE8h8DvpcZMqaFiL3zwrsXmXFzbuf6LmzNens",
+          "sha512": "2734ff9f9f80c93b568b4b3ad3efd98786e1b4c642ec15f3b5d8578ff8033e910bd612c02a65438d5697c6fb37cd366d3d6d3b085a5132e88e6dad44b78dc711"
+        }
+      }
+    },
+    "windows": {
+      "name": "windows Binary",
+      "archs": {
+        "386": {
+          "link": "/go-ipfs_v0.14.0-rc1_windows-386.zip",
+          "cid": "QmNSb56SwaLf7K6VQaLnsBYu9mYWKijCpsziMX9zZS27e5",
+          "sha512": "a491d1c2d6ce6935a35491e9662fcc089e1ba5c00dd38f3e36265585221b83f99e71ef6743feb5afc6fc4d248f904edf856ee8df70686196964754aec26c1d9a"
+        },
+        "amd64": {
+          "link": "/go-ipfs_v0.14.0-rc1_windows-amd64.zip",
+          "cid": "QmX6BJEKchkVuPBaEi7xXj3RZ5Eriximq1CDY2BH9dzBbw",
+          "sha512": "8f911a3c6d03d9d9f5008c0469744dbac435b66951c1f16c728f4fc457625649581b40d8c34d4ee7307647464dd742987ea31d49c04a904fea191190a0b2c7e8"
+        }
+      }
+    }
+  },
+  "source": {
+    "link": "/go-ipfs-source.tar.gz",
+    "cid": "QmaCeEpFTW2x2uEk67vw2W4UqcBTuRWAFjiu1yda3ZBm17",
+    "sha512": "df18ae616e04b09e96a82ce97220b7a5951ee3faa65b31787bd1a303a3f552db79e516e62236a1cd3f46d0a91e9156296db1b183c71fd49aaa974cbf492f7bc9"
+  }
+}
Binary files a/go-ipfs/v0.14.0-rc1/go-ipfs-source.tar.gz and b/go-ipfs/v0.14.0-rc1/go-ipfs-source.tar.gz differ
diff --new-file -u --recursive a/go-ipfs/v0.14.0-rc1/go-ipfs-source.tar.gz.cid b/go-ipfs/v0.14.0-rc1/go-ipfs-source.tar.gz.cid
--- a/go-ipfs/v0.14.0-rc1/go-ipfs-source.tar.gz.cid	1970-01-01 00:00:00.000000000 +0000
+++ b/go-ipfs/v0.14.0-rc1/go-ipfs-source.tar.gz.cid	2022-07-07 23:26:03.829961159 +0000
@@ -0,0 +1 @@
+QmaCeEpFTW2x2uEk67vw2W4UqcBTuRWAFjiu1yda3ZBm17
diff --new-file -u --recursive a/go-ipfs/v0.14.0-rc1/go-ipfs-source.tar.gz.sha512 b/go-ipfs/v0.14.0-rc1/go-ipfs-source.tar.gz.sha512
--- a/go-ipfs/v0.14.0-rc1/go-ipfs-source.tar.gz.sha512	1970-01-01 00:00:00.000000000 +0000
+++ b/go-ipfs/v0.14.0-rc1/go-ipfs-source.tar.gz.sha512	2022-07-07 23:26:03.829961159 +0000
@@ -0,0 +1 @@
+df18ae616e04b09e96a82ce97220b7a5951ee3faa65b31787bd1a303a3f552db79e516e62236a1cd3f46d0a91e9156296db1b183c71fd49aaa974cbf492f7bc9  go-ipfs-source.tar.gz
Binary files a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_darwin-amd64.tar.gz and b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_darwin-amd64.tar.gz differ
diff --new-file -u --recursive a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_darwin-amd64.tar.gz.cid b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_darwin-amd64.tar.gz.cid
--- a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_darwin-amd64.tar.gz.cid	1970-01-01 00:00:00.000000000 +0000
+++ b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_darwin-amd64.tar.gz.cid	2022-07-07 23:26:04.077960026 +0000
@@ -0,0 +1 @@
+QmUBTfZifidBbJa9ff6oohUjgYDsoy6cVamseKZyFFkhX7
diff --new-file -u --recursive a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_darwin-amd64.tar.gz.sha512 b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_darwin-amd64.tar.gz.sha512
--- a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_darwin-amd64.tar.gz.sha512	1970-01-01 00:00:00.000000000 +0000
+++ b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_darwin-amd64.tar.gz.sha512	2022-07-07 23:26:04.077960026 +0000
@@ -0,0 +1 @@
+9237f2383c28693c4f2182f7c18de214797a1a6d3b54221ec2af62c3be0d7b70a3e85eae1fa1e808f5f1f47a959058956e0194ef69e2923b35b6555e1522d65e  /Users/runner/work/distributions/distributions/releases/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_darwin-amd64.tar.gz
Binary files a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_darwin-arm64.tar.gz and b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_darwin-arm64.tar.gz differ
diff --new-file -u --recursive a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_darwin-arm64.tar.gz.cid b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_darwin-arm64.tar.gz.cid
--- a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_darwin-arm64.tar.gz.cid	1970-01-01 00:00:00.000000000 +0000
+++ b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_darwin-arm64.tar.gz.cid	2022-07-07 23:26:04.177959562 +0000
@@ -0,0 +1 @@
+QmP7NyVXVCZ51d8gPeSCwFYpLTmt27sY59eVetZtHgsT8j
diff --new-file -u --recursive a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_darwin-arm64.tar.gz.sha512 b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_darwin-arm64.tar.gz.sha512
--- a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_darwin-arm64.tar.gz.sha512	1970-01-01 00:00:00.000000000 +0000
+++ b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_darwin-arm64.tar.gz.sha512	2022-07-07 23:26:04.177959562 +0000
@@ -0,0 +1 @@
+55e92c5b0cdfcc525701d804074dd1514fa87e225342fa1e4b45533122fd731f9414c0fbb22d031902e424d080968aa7ed090847e02ae76fb1c1df77162dc717  /Users/runner/work/distributions/distributions/releases/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_darwin-arm64.tar.gz
Binary files a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_freebsd-386.tar.gz and b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_freebsd-386.tar.gz differ
diff --new-file -u --recursive a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_freebsd-386.tar.gz.cid b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_freebsd-386.tar.gz.cid
--- a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_freebsd-386.tar.gz.cid	1970-01-01 00:00:00.000000000 +0000
+++ b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_freebsd-386.tar.gz.cid	2022-07-07 23:26:04.325958874 +0000
@@ -0,0 +1 @@
+QmVMgw7DDq33Pf77RxsMV25EdUUfcXiXoQAhwoDJetLWkT
diff --new-file -u --recursive a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_freebsd-386.tar.gz.sha512 b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_freebsd-386.tar.gz.sha512
--- a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_freebsd-386.tar.gz.sha512	1970-01-01 00:00:00.000000000 +0000
+++ b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_freebsd-386.tar.gz.sha512	2022-07-07 23:26:04.325958874 +0000
@@ -0,0 +1 @@
+3f00273a738c072fc7673c2fa6653f57e03a543b91049835897f90445c41b583dcd5306e22c903a47d3fec374de0831a184b2fe068b43d64bc7c3418fb49ff5a  go-ipfs_v0.14.0-rc1_freebsd-386.tar.gz
Binary files a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_freebsd-amd64.tar.gz and b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_freebsd-amd64.tar.gz differ
diff --new-file -u --recursive a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_freebsd-amd64.tar.gz.cid b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_freebsd-amd64.tar.gz.cid
--- a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_freebsd-amd64.tar.gz.cid	1970-01-01 00:00:00.000000000 +0000
+++ b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_freebsd-amd64.tar.gz.cid	2022-07-07 23:26:04.469958205 +0000
@@ -0,0 +1 @@
+QmWFqLf7RvmP9NykQt5iC6fzyDdFDwPvjFcHABHtJNKvYV
diff --new-file -u --recursive a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_freebsd-amd64.tar.gz.sha512 b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_freebsd-amd64.tar.gz.sha512
--- a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_freebsd-amd64.tar.gz.sha512	1970-01-01 00:00:00.000000000 +0000
+++ b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_freebsd-amd64.tar.gz.sha512	2022-07-07 23:26:04.469958205 +0000
@@ -0,0 +1 @@
+1fe1e49decbfc72f362e2d935670a810d7332e47e863f8dbd0ad523ea341207a37baba0368c2bb9546154f4b9817aa53aaeb5715f7960ed0b5b9cba60ea9091b  go-ipfs_v0.14.0-rc1_freebsd-amd64.tar.gz
Binary files a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_freebsd-arm.tar.gz and b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_freebsd-arm.tar.gz differ
diff --new-file -u --recursive a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_freebsd-arm.tar.gz.cid b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_freebsd-arm.tar.gz.cid
--- a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_freebsd-arm.tar.gz.cid	1970-01-01 00:00:00.000000000 +0000
+++ b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_freebsd-arm.tar.gz.cid	2022-07-07 23:26:04.553957814 +0000
@@ -0,0 +1 @@
+QmZr2yRcZbzUUC4AA7zBefd5fajov8jnKKQU4pDcV8Es43
diff --new-file -u --recursive a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_freebsd-arm.tar.gz.sha512 b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_freebsd-arm.tar.gz.sha512
--- a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_freebsd-arm.tar.gz.sha512	1970-01-01 00:00:00.000000000 +0000
+++ b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_freebsd-arm.tar.gz.sha512	2022-07-07 23:26:04.553957814 +0000
@@ -0,0 +1 @@
+c176c09c73044cfa6436e877dbabb53ed2a7654f346894a3e4ffbc55cd5d9909d651f6c51fb5d68914eabfad5293c3395198ed21e7a475ca049f1c263bf85498  go-ipfs_v0.14.0-rc1_freebsd-arm.tar.gz
Binary files a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_linux-386.tar.gz and b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_linux-386.tar.gz differ
diff --new-file -u --recursive a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_linux-386.tar.gz.cid b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_linux-386.tar.gz.cid
--- a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_linux-386.tar.gz.cid	1970-01-01 00:00:00.000000000 +0000
+++ b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_linux-386.tar.gz.cid	2022-07-07 23:26:04.649957368 +0000
@@ -0,0 +1 @@
+QmfMCatZxWfZnKtftzniWyQgwU6CG138xxib2u48szRGKv
diff --new-file -u --recursive a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_linux-386.tar.gz.sha512 b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_linux-386.tar.gz.sha512
--- a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_linux-386.tar.gz.sha512	1970-01-01 00:00:00.000000000 +0000
+++ b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_linux-386.tar.gz.sha512	2022-07-07 23:26:04.649957368 +0000
@@ -0,0 +1 @@
+7fb2c6e08d5ec647873af4f4bc80417ad82470ef3e8fabb1ae2484170e8eff9b8eba8dc54bf663628736a513b79bbaad6c3b82ab397bfeab91c3b5a79cd32cd3  go-ipfs_v0.14.0-rc1_linux-386.tar.gz
Binary files a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_linux-amd64.tar.gz and b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_linux-amd64.tar.gz differ
diff --new-file -u --recursive a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_linux-amd64.tar.gz.cid b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_linux-amd64.tar.gz.cid
--- a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_linux-amd64.tar.gz.cid	1970-01-01 00:00:00.000000000 +0000
+++ b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_linux-amd64.tar.gz.cid	2022-07-07 23:26:04.897956215 +0000
@@ -0,0 +1 @@
+QmNUGY4RkCkNDuJAMCUtXrcKiMNcrRiGn3ahx4WcE73JRm
diff --new-file -u --recursive a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_linux-amd64.tar.gz.sha512 b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_linux-amd64.tar.gz.sha512
--- a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_linux-amd64.tar.gz.sha512	1970-01-01 00:00:00.000000000 +0000
+++ b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_linux-amd64.tar.gz.sha512	2022-07-07 23:26:04.897956215 +0000
@@ -0,0 +1 @@
+9333923fa8850b0ebcebbfdb52f505f88f3785a6640d8b1d8deb3eba67c5fa7b8f59204b40ad0a6b9b5b5669d2f23b5d2604ff254475e82cbbad12ada017b14e  go-ipfs_v0.14.0-rc1_linux-amd64.tar.gz
Binary files a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_linux-arm.tar.gz and b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_linux-arm.tar.gz differ
diff --new-file -u --recursive a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_linux-arm.tar.gz.cid b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_linux-arm.tar.gz.cid
--- a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_linux-arm.tar.gz.cid	1970-01-01 00:00:00.000000000 +0000
+++ b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_linux-arm.tar.gz.cid	2022-07-07 23:26:04.993955769 +0000
@@ -0,0 +1 @@
+QmTdCVgYp3ivcoQhtPKcDXwR5jL4hy9aweXiHUneffRQft
diff --new-file -u --recursive a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_linux-arm.tar.gz.sha512 b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_linux-arm.tar.gz.sha512
--- a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_linux-arm.tar.gz.sha512	1970-01-01 00:00:00.000000000 +0000
+++ b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_linux-arm.tar.gz.sha512	2022-07-07 23:26:04.993955769 +0000
@@ -0,0 +1 @@
+f559ce0b66cbe98e5fa580b7517a55707eb944397fb781ca58616995da8355b663fbdb924b3414ee729bdf80da3e4e79e6b77171ed40fba5d851fbd5dcfeee08  go-ipfs_v0.14.0-rc1_linux-arm.tar.gz
Binary files a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_linux-arm64.tar.gz and b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_linux-arm64.tar.gz differ
diff --new-file -u --recursive a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_linux-arm64.tar.gz.cid b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_linux-arm64.tar.gz.cid
--- a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_linux-arm64.tar.gz.cid	1970-01-01 00:00:00.000000000 +0000
+++ b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_linux-arm64.tar.gz.cid	2022-07-07 23:26:05.149955044 +0000
@@ -0,0 +1 @@
+QmdArJ33FRE8h8DvpcZMqaFiL3zwrsXmXFzbuf6LmzNens
diff --new-file -u --recursive a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_linux-arm64.tar.gz.sha512 b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_linux-arm64.tar.gz.sha512
--- a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_linux-arm64.tar.gz.sha512	1970-01-01 00:00:00.000000000 +0000
+++ b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_linux-arm64.tar.gz.sha512	2022-07-07 23:26:05.149955044 +0000
@@ -0,0 +1 @@
+2734ff9f9f80c93b568b4b3ad3efd98786e1b4c642ec15f3b5d8578ff8033e910bd612c02a65438d5697c6fb37cd366d3d6d3b085a5132e88e6dad44b78dc711  go-ipfs_v0.14.0-rc1_linux-arm64.tar.gz
Binary files a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_openbsd-386.tar.gz and b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_openbsd-386.tar.gz differ
diff --new-file -u --recursive a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_openbsd-386.tar.gz.cid b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_openbsd-386.tar.gz.cid
--- a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_openbsd-386.tar.gz.cid	1970-01-01 00:00:00.000000000 +0000
+++ b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_openbsd-386.tar.gz.cid	2022-07-07 23:26:05.289954393 +0000
@@ -0,0 +1 @@
+QmfQb7M1Zd2vGWgrU4y7DAmsHC3xbjoPPsG9yZ3TcLujit
diff --new-file -u --recursive a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_openbsd-386.tar.gz.sha512 b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_openbsd-386.tar.gz.sha512
--- a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_openbsd-386.tar.gz.sha512	1970-01-01 00:00:00.000000000 +0000
+++ b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_openbsd-386.tar.gz.sha512	2022-07-07 23:26:05.289954393 +0000
@@ -0,0 +1 @@
+bc08d7e053a4995d1becb94ed62ce61d07419821c84c40e70daa0837a0a21c2b7a91f6fbb780929beefe3208db2a628434f7a9af198eb4d3c913bd71487430ce  go-ipfs_v0.14.0-rc1_openbsd-386.tar.gz
Binary files a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_openbsd-amd64.tar.gz and b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_openbsd-amd64.tar.gz differ
diff --new-file -u --recursive a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_openbsd-amd64.tar.gz.cid b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_openbsd-amd64.tar.gz.cid
--- a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_openbsd-amd64.tar.gz.cid	1970-01-01 00:00:00.000000000 +0000
+++ b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_openbsd-amd64.tar.gz.cid	2022-07-07 23:26:05.381953965 +0000
@@ -0,0 +1 @@
+QmdqKPm1nzJ3EHVFv3pNc8FnHRN13TLPGrhxjCQYkMYqep
diff --new-file -u --recursive a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_openbsd-amd64.tar.gz.sha512 b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_openbsd-amd64.tar.gz.sha512
--- a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_openbsd-amd64.tar.gz.sha512	1970-01-01 00:00:00.000000000 +0000
+++ b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_openbsd-amd64.tar.gz.sha512	2022-07-07 23:26:05.381953965 +0000
@@ -0,0 +1 @@
+487f7eefdf9499bcf95a418c846267fd260e8f09117c2ec9ea033b4a7fca13e7212aab8ca7e73e1595ba7e8d169bc094ac271ed1ddab348c3f79321baa3bf62e  go-ipfs_v0.14.0-rc1_openbsd-amd64.tar.gz
Binary files a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_openbsd-arm.tar.gz and b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_openbsd-arm.tar.gz differ
diff --new-file -u --recursive a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_openbsd-arm.tar.gz.cid b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_openbsd-arm.tar.gz.cid
--- a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_openbsd-arm.tar.gz.cid	1970-01-01 00:00:00.000000000 +0000
+++ b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_openbsd-arm.tar.gz.cid	2022-07-07 23:26:05.497953426 +0000
@@ -0,0 +1 @@
+QmQgXM162zqqzVMwoKasNaNQFjDFhLhWVzVJck6jrPfCLC
diff --new-file -u --recursive a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_openbsd-arm.tar.gz.sha512 b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_openbsd-arm.tar.gz.sha512
--- a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_openbsd-arm.tar.gz.sha512	1970-01-01 00:00:00.000000000 +0000
+++ b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_openbsd-arm.tar.gz.sha512	2022-07-07 23:26:05.497953426 +0000
@@ -0,0 +1 @@
+998a3335b652e20fa1a8f111d64b74d02532271f9ccda7f52e63792ccc9583be2e6de569381d34f6601f351569d85fa1a90150b9d4abc8e56138202ce401cb29  go-ipfs_v0.14.0-rc1_openbsd-arm.tar.gz
Binary files a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_windows-386.zip and b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_windows-386.zip differ
diff --new-file -u --recursive a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_windows-386.zip.cid b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_windows-386.zip.cid
--- a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_windows-386.zip.cid	1970-01-01 00:00:00.000000000 +0000
+++ b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_windows-386.zip.cid	2022-07-07 23:26:05.657952683 +0000
@@ -0,0 +1 @@
+QmNSb56SwaLf7K6VQaLnsBYu9mYWKijCpsziMX9zZS27e5
diff --new-file -u --recursive a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_windows-386.zip.sha512 b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_windows-386.zip.sha512
--- a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_windows-386.zip.sha512	1970-01-01 00:00:00.000000000 +0000
+++ b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_windows-386.zip.sha512	2022-07-07 23:26:05.657952683 +0000
@@ -0,0 +1 @@
+a491d1c2d6ce6935a35491e9662fcc089e1ba5c00dd38f3e36265585221b83f99e71ef6743feb5afc6fc4d248f904edf856ee8df70686196964754aec26c1d9a  go-ipfs_v0.14.0-rc1_windows-386.zip
Binary files a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_windows-amd64.zip and b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_windows-amd64.zip differ
diff --new-file -u --recursive a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_windows-amd64.zip.cid b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_windows-amd64.zip.cid
--- a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_windows-amd64.zip.cid	1970-01-01 00:00:00.000000000 +0000
+++ b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_windows-amd64.zip.cid	2022-07-07 23:26:05.761952199 +0000
@@ -0,0 +1 @@
+QmX6BJEKchkVuPBaEi7xXj3RZ5Eriximq1CDY2BH9dzBbw
diff --new-file -u --recursive a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_windows-amd64.zip.sha512 b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_windows-amd64.zip.sha512
--- a/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_windows-amd64.zip.sha512	1970-01-01 00:00:00.000000000 +0000
+++ b/go-ipfs/v0.14.0-rc1/go-ipfs_v0.14.0-rc1_windows-amd64.zip.sha512	2022-07-07 23:26:05.765952181 +0000
@@ -0,0 +1 @@
+8f911a3c6d03d9d9f5008c0469744dbac435b66951c1f16c728f4fc457625649581b40d8c34d4ee7307647464dd742987ea31d49c04a904fea191190a0b2c7e8  go-ipfs_v0.14.0-rc1_windows-amd64.zip
diff --new-file -u --recursive a/go-ipfs/v0.14.0-rc1/results b/go-ipfs/v0.14.0-rc1/results
--- a/go-ipfs/v0.14.0-rc1/results	1970-01-01 00:00:00.000000000 +0000
+++ b/go-ipfs/v0.14.0-rc1/results	2022-07-07 23:26:05.765952181 +0000
@@ -0,0 +1,14 @@
+, darwin, amd64, 
+, darwin, arm64, 
+, freebsd, 386, 
+, freebsd, amd64, 
+, freebsd, arm, 
+, openbsd, 386, 
+, openbsd, amd64, 
+, openbsd, arm, 
+, linux, 386, 
+, linux, amd64, 
+, linux, arm, 
+, linux, arm64, 
+, windows, 386, 
+, windows, amd64, 
diff --new-file -u --recursive a/go-ipfs/versions b/go-ipfs/versions
--- a/go-ipfs/versions	2022-07-07 23:26:03.729961616 +0000
+++ b/go-ipfs/versions	2022-07-07 23:26:03.685961817 +0000
@@ -68,3 +68,4 @@
 v0.13.0-rc1
 v0.13.0
 v0.13.1
+v0.14.0-rc1
diff --new-file -u --recursive a/index.html b/index.html
--- a/index.html	2022-07-07 23:26:05.861951734 +0000
+++ b/index.html	2022-07-07 23:26:05.825951902 +0000
@@ -68,10 +68,6 @@
                 </li>
               
                 <li class="d-sidebar-item nav-item">
-                  <a class="d-sidebar-link nav-link" href="#go-ipfs">kubo (go-ipfs)</a>
-                </li>
-              
-                <li class="d-sidebar-item nav-item">
                   <a class="d-sidebar-link nav-link" href="#ipfs-cluster-ctl">ipfs-cluster-ctl</a>
                 </li>
               
@@ -96,6 +92,10 @@
                 </li>
               
                 <li class="d-sidebar-item nav-item">
+                  <a class="d-sidebar-link nav-link" href="#kubo">kubo <small style="color: var(--gray)">(go-ipfs)</small></a>
+                </li>
+              
+                <li class="d-sidebar-item nav-item">
                   <a class="d-sidebar-link nav-link" href="#libp2p-relay-daemon">libp2p-relay-daemon</a>
                 </li>
               
@@ -284,192 +284,6 @@
             </div>
           
             
-            <div id="kubo"></div>
-            <div class="d-component" id="go-ipfs">
-              <div class="d-component-desc row">
-                <div class="col-md-7">
-                  <h1 class="d-component-desc-title">kubo (old name: go-ipfs)</h1>
-                  <h2 class="d-component-desc-sub-title"></h2>
-                  <div class="d-component-desc-body"><p>kubo (go-ipfs) is the earliest and most widely used implementation of IPFS. It includes:</p>
-<ul>
-<li>an IPFS daemon server</li>
-<li>extensive command line tooling</li>
-<li>an HTTP RPC API for controlling the node</li>
-<li>an HTTP Gateway for serving content to HTTP browsers</li>
-</ul>
-</div>
-                </div>
-                <div class="d-component-asset col-md-4 offset-md-1">
-                  <a href="" data-id="go-ipfs" data-version="v0.13.1" class="d-component-download-btn btn btn-primary">Download 
-                    <span class="nowrap">go-ipfs</span>
-                  </a>
-                  <div class="d-component-download-alternative">
-                    <div class="d-component-arch"></div>
-                    <div class="d-component-not">Not your platform? See below for alternatives</div>
-                  </div>
-                </div>
-              </div>
-              <div class="d-component-release row">
-                <div class="col-md-4">
-                  <h3 class="d-component-version">v0.13.1</h3>
-                  <h4 class="d-component-release-date">July 06, 2022</h4>
-                  <ul class="d-component-actions">
-                    <li>
-                      <i class="ion-ios-book-outline"></i>
-                      <a class="d-component-actions-docs"
-                         href="https://github.com/ipfs/go-ipfs/tree/v0.13.1/README.md"
-                         target="_blank">Docs</a>
-                    </li>
-                    <li>
-                      <i class="ion-document"></i>
-                      <a class="d-component-actions-changelog"
-                         href="https://github.com/ipfs/go-ipfs/tree/v0.13.1/CHANGELOG.md"
-                         target="_blank">Changelog</a>
-                    </li>
-                    <li>
-                      <i class="ion-ios-albums-outline"></i>
-                      <a class="d-component-actions-versions" href="go-ipfs">All Versions</a>
-                    </li>
-                    <li>
-                      <i class="ion-bug"></i>
-                      <a class="d-component-actions-issues"
-                         href="https://github.com/ipfs/go-ipfs/issues"
-                         target="_blank">Issues</a>
-                    </li>
-                    <li>
-                      <i class="ion-social-github"></i>
-                      <a class="d-component-actions-repo"
-                         href="https://github.com/ipfs/go-ipfs"
-                         target="_blank">Repository</a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="col-md-8">
-                  <table class="table d-download-table">
-                    <tbody>
-                      
-                        
-                          
-                          <tr>
-                            <th>macOS Binary</th>
-                            
-                              <td>
-                                
-                                <a href="go-ipfs/v0.13.1/go-ipfs_v0.13.1_darwin-amd64.tar.gz">64-bit</a>
-                              </td>
-                            
-                              <td>
-                                
-                                <a href="go-ipfs/v0.13.1/go-ipfs_v0.13.1_darwin-arm64.tar.gz">ARM-64</a>
-                              </td>
-                            
-                          </tr>
-                          <tr><td colspan="100" class="d-download-table-border"></td></tr>
-                        
-                      
-                        
-                          
-                          <tr>
-                            <th>FreeBSD Binary</th>
-                            
-                              <td>
-                                
-                                <a href="go-ipfs/v0.13.1/go-ipfs_v0.13.1_freebsd-386.tar.gz">32-bit</a>
-                              </td>
-                            
-                              <td>
-                                
-                                <a href="go-ipfs/v0.13.1/go-ipfs_v0.13.1_freebsd-amd64.tar.gz">64-bit</a>
-                              </td>
-                            
-                              <td>
-                                
-                                <a href="go-ipfs/v0.13.1/go-ipfs_v0.13.1_freebsd-arm.tar.gz">ARM</a>
-                              </td>
-                            
-                          </tr>
-                          <tr><td colspan="100" class="d-download-table-border"></td></tr>
-                        
-                      
-                        
-                          
-                          <tr>
-                            <th>Linux Binary</th>
-                            
-                              <td>
-                                
-                                <a href="go-ipfs/v0.13.1/go-ipfs_v0.13.1_linux-386.tar.gz">32-bit</a>
-                              </td>
-                            
-                              <td>
-                                
-                                <a href="go-ipfs/v0.13.1/go-ipfs_v0.13.1_linux-amd64.tar.gz">64-bit</a>
-                              </td>
-                            
-                              <td>
-                                
-                                <a href="go-ipfs/v0.13.1/go-ipfs_v0.13.1_linux-arm.tar.gz">ARM</a>
-                              </td>
-                            
-                              <td>
-                                
-                                <a href="go-ipfs/v0.13.1/go-ipfs_v0.13.1_linux-arm64.tar.gz">ARM-64</a>
-                              </td>
-                            
-                          </tr>
-                          <tr><td colspan="100" class="d-download-table-border"></td></tr>
-                        
-                      
-                        
-                          
-                          <tr>
-                            <th>OpenBSD Binary</th>
-                            
-                              <td>
-                                
-                                <a href="go-ipfs/v0.13.1/go-ipfs_v0.13.1_openbsd-386.tar.gz">32-bit</a>
-                              </td>
-                            
-                              <td>
-                                
-                                <a href="go-ipfs/v0.13.1/go-ipfs_v0.13.1_openbsd-amd64.tar.gz">64-bit</a>
-                              </td>
-                            
-                              <td>
-                                
-                                <a href="go-ipfs/v0.13.1/go-ipfs_v0.13.1_openbsd-arm.tar.gz">ARM</a>
-                              </td>
-                            
-                          </tr>
-                          <tr><td colspan="100" class="d-download-table-border"></td></tr>
-                        
-                      
-                        
-                          
-                          <tr>
-                            <th>Windows Binary</th>
-                            
-                              <td>
-                                
-                                <a href="go-ipfs/v0.13.1/go-ipfs_v0.13.1_windows-386.zip">32-bit</a>
-                              </td>
-                            
-                              <td>
-                                
-                                <a href="go-ipfs/v0.13.1/go-ipfs_v0.13.1_windows-amd64.zip">64-bit</a>
-                              </td>
-                            
-                          </tr>
-                          <tr><td colspan="100" class="d-download-table-border"></td></tr>
-                        
-                      
-                    </tbody>
-                  </table>
-                </div>
-              </div>
-            </div>
-          
-            
             
             <div class="d-component" id="ipfs-cluster-ctl">
               <div class="d-component-desc row">
@@ -1471,6 +1285,192 @@
                               </td>
                             
                           </tr>
+                          <tr><td colspan="100" class="d-download-table-border"></td></tr>
+                        
+                      
+                    </tbody>
+                  </table>
+                </div>
+              </div>
+            </div>
+          
+            
+            <div id="go-ipfs"></div>
+            <div class="d-component" id="kubo">
+              <div class="d-component-desc row">
+                <div class="col-md-7">
+                  <h1 class="d-component-desc-title">kubo <small style="color: var(--gray)">(go-ipfs)</small></h1>
+                  <h2 class="d-component-desc-sub-title"></h2>
+                  <div class="d-component-desc-body"><p>kubo (go-ipfs) is the earliest and most widely used implementation of IPFS. It includes:</p>
+<ul>
+<li>an IPFS daemon server</li>
+<li>extensive command line tooling</li>
+<li>an HTTP RPC API for controlling the node</li>
+<li>an HTTP Gateway for serving content to HTTP browsers</li>
+</ul>
+</div>
+                </div>
+                <div class="d-component-asset col-md-4 offset-md-1">
+                  <a href="" data-id="kubo" data-version="v0.14.0-rc1" class="d-component-download-btn btn btn-primary">Download 
+                    <span class="nowrap">kubo</span>
+                  </a>
+                  <div class="d-component-download-alternative">
+                    <div class="d-component-arch"></div>
+                    <div class="d-component-not">Not your platform? See below for alternatives</div>
+                  </div>
+                </div>
+              </div>
+              <div class="d-component-release row">
+                <div class="col-md-4">
+                  <h3 class="d-component-version">v0.14.0-rc1</h3>
+                  <h4 class="d-component-release-date">July 07, 2022</h4>
+                  <ul class="d-component-actions">
+                    <li>
+                      <i class="ion-ios-book-outline"></i>
+                      <a class="d-component-actions-docs"
+                         href="https://github.com/ipfs/kubo/tree/v0.14.0-rc1/README.md"
+                         target="_blank">Docs</a>
+                    </li>
+                    <li>
+                      <i class="ion-document"></i>
+                      <a class="d-component-actions-changelog"
+                         href="https://github.com/ipfs/kubo/tree/v0.14.0-rc1/CHANGELOG.md"
+                         target="_blank">Changelog</a>
+                    </li>
+                    <li>
+                      <i class="ion-ios-albums-outline"></i>
+                      <a class="d-component-actions-versions" href="kubo">All Versions</a>
+                    </li>
+                    <li>
+                      <i class="ion-bug"></i>
+                      <a class="d-component-actions-issues"
+                         href="https://github.com/ipfs/kubo/issues"
+                         target="_blank">Issues</a>
+                    </li>
+                    <li>
+                      <i class="ion-social-github"></i>
+                      <a class="d-component-actions-repo"
+                         href="https://github.com/ipfs/kubo"
+                         target="_blank">Repository</a>
+                    </li>
+                  </ul>
+                </div>
+                <div class="col-md-8">
+                  <table class="table d-download-table">
+                    <tbody>
+                      
+                        
+                          
+                          <tr>
+                            <th>macOS Binary</th>
+                            
+                              <td>
+                                
+                                <a href="kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_darwin-amd64.tar.gz">64-bit</a>
+                              </td>
+                            
+                              <td>
+                                
+                                <a href="kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_darwin-arm64.tar.gz">ARM-64</a>
+                              </td>
+                            
+                          </tr>
+                          <tr><td colspan="100" class="d-download-table-border"></td></tr>
+                        
+                      
+                        
+                          
+                          <tr>
+                            <th>FreeBSD Binary</th>
+                            
+                              <td>
+                                
+                                <a href="kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_freebsd-386.tar.gz">32-bit</a>
+                              </td>
+                            
+                              <td>
+                                
+                                <a href="kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_freebsd-amd64.tar.gz">64-bit</a>
+                              </td>
+                            
+                              <td>
+                                
+                                <a href="kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_freebsd-arm.tar.gz">ARM</a>
+                              </td>
+                            
+                          </tr>
+                          <tr><td colspan="100" class="d-download-table-border"></td></tr>
+                        
+                      
+                        
+                          
+                          <tr>
+                            <th>Linux Binary</th>
+                            
+                              <td>
+                                
+                                <a href="kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-386.tar.gz">32-bit</a>
+                              </td>
+                            
+                              <td>
+                                
+                                <a href="kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-amd64.tar.gz">64-bit</a>
+                              </td>
+                            
+                              <td>
+                                
+                                <a href="kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-arm.tar.gz">ARM</a>
+                              </td>
+                            
+                              <td>
+                                
+                                <a href="kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-arm64.tar.gz">ARM-64</a>
+                              </td>
+                            
+                          </tr>
+                          <tr><td colspan="100" class="d-download-table-border"></td></tr>
+                        
+                      
+                        
+                          
+                          <tr>
+                            <th>OpenBSD Binary</th>
+                            
+                              <td>
+                                
+                                <a href="kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_openbsd-386.tar.gz">32-bit</a>
+                              </td>
+                            
+                              <td>
+                                
+                                <a href="kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_openbsd-amd64.tar.gz">64-bit</a>
+                              </td>
+                            
+                              <td>
+                                
+                                <a href="kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_openbsd-arm.tar.gz">ARM</a>
+                              </td>
+                            
+                          </tr>
+                          <tr><td colspan="100" class="d-download-table-border"></td></tr>
+                        
+                      
+                        
+                          
+                          <tr>
+                            <th>Windows Binary</th>
+                            
+                              <td>
+                                
+                                <a href="kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_windows-386.zip">32-bit</a>
+                              </td>
+                            
+                              <td>
+                                
+                                <a href="kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_windows-amd64.zip">64-bit</a>
+                              </td>
+                            
+                          </tr>
                           <tr><td colspan="100" class="d-download-table-border"></td></tr>
                         
                       
diff --new-file -u --recursive a/index.xml b/index.xml
--- a/index.xml	2022-07-07 23:26:05.981951177 +0000
+++ b/index.xml	2022-07-07 23:26:05.905951530 +0000
@@ -6,7 +6,7 @@
     <description>Recent releases on IPFS Distributions</description>
     <generator>Hugo -- gohugo.io</generator>
     <language>en-us</language>
-    <lastBuildDate>Wed, 06 Jul 2022 00:00:00 GMT</lastBuildDate>
+    <lastBuildDate>Thu, 07 Jul 2022 00:00:00 GMT</lastBuildDate>
     
 	<atom:link href="https://dist.ipfs.io/index.xml" rel="self" type="application/rss&#43;xml" />
     
@@ -99,6 +99,21 @@
     </item>
     
     
+    <item>
+      <title>kubo</title>
+      <link>https://dist.ipfs.io/#kubo</link>
+      <pubDate>Thu, 07 Jul 2022 00:00:00 GMT</pubDate>
+      <description><p>kubo (go-ipfs) is the earliest and most widely used implementation of IPFS. It includes:</p>
+<ul>
+<li>an IPFS daemon server</li>
+<li>extensive command line tooling</li>
+<li>an HTTP RPC API for controlling the node</li>
+<li>an HTTP Gateway for serving content to HTTP browsers</li>
+</ul>
+</description>
+    </item>
+    
+    
     <item>
       <title>libp2p-relay-daemon</title>
       <link>https://dist.ipfs.io/#go-libp2p-relay-daemon</link>
diff --new-file -u --recursive a/kubo/v0.14.0-rc1/build-info b/kubo/v0.14.0-rc1/build-info
--- a/kubo/v0.14.0-rc1/build-info	1970-01-01 00:00:00.000000000 +0000
+++ b/kubo/v0.14.0-rc1/build-info	2022-07-07 23:26:06.025950972 +0000
@@ -0,0 +1,4 @@
+go version go1.18.3 linux/amd64
+git sha of code: 10c3cc1aaf6a6c35c263425ed1499fc347f1e11e
+Linux fv-az182-332 5.13.0-1031-azure #37~20.04.1-Ubuntu SMP Mon Jun 13 22:51:01 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
+built on Thu Jul  7 22:44:37 UTC 2022
diff --new-file -u --recursive a/kubo/v0.14.0-rc1/dist.json b/kubo/v0.14.0-rc1/dist.json
--- a/kubo/v0.14.0-rc1/dist.json	1970-01-01 00:00:00.000000000 +0000
+++ b/kubo/v0.14.0-rc1/dist.json	2022-07-07 23:26:06.025950972 +0000
@@ -0,0 +1,106 @@
+{
+  "id": "kubo",
+  "version": "v0.14.0-rc1",
+  "releaseLink": "kubo/v0.14.0-rc1",
+  "name": "kubo",
+  "owner": "ipfs",
+  "description": "kubo (go-ipfs) is the earliest and most widely used implementation of IPFS. It includes:\n- an IPFS daemon server\n- extensive command line tooling\n- an HTTP RPC API for controlling the node\n- an HTTP Gateway for serving content to HTTP browsers\n",
+  "date": "July 07, 2022",
+  "platforms": {
+    "darwin": {
+      "name": "darwin Binary",
+      "archs": {
+        "amd64": {
+          "link": "/kubo_v0.14.0-rc1_darwin-amd64.tar.gz",
+          "cid": "QmX3vXJfWc5aFer2PVp7RXN23EtVpbqc83op5XUu4XZMQ3",
+          "sha512": "02baff36a44605207ff033ceeb2acc793921b21e963dfeb61eef68ed82fb80c865ce6e571a28d5e9baf3224fcb8faaba433df739122d79bae6a754e68fb9b28d"
+        },
+        "arm64": {
+          "link": "/kubo_v0.14.0-rc1_darwin-arm64.tar.gz",
+          "cid": "QmNWbeTUS8h59Wq5u7EW96hAxWZaVAFJgAxEwBxFCawru1",
+          "sha512": "a5ef4032f8f5ce634b6e503714271e157fea6907e6a428b16ca259122404ea869ae94716fd38df692d95ec080c15acdbdd34a3595484edf5d60a211261dafdfe"
+        }
+      }
+    },
+    "freebsd": {
+      "name": "freebsd Binary",
+      "archs": {
+        "386": {
+          "link": "/kubo_v0.14.0-rc1_freebsd-386.tar.gz",
+          "cid": "QmY4AxHLqrjbVP1MrQQDZtF9SnvF8NZxeyLpnSdYj4or7w",
+          "sha512": "bd6ab932b5433a81cab412ed5abadc0db19fd49bbec4f03eaa2d7990228d2dfc23f25cc0a4b74635be93a0d8af24130e03352351fce0f5410d3921520060c263"
+        },
+        "amd64": {
+          "link": "/kubo_v0.14.0-rc1_freebsd-amd64.tar.gz",
+          "cid": "QmPhcEq3WfZjSMyoawZwX2CL9J4uVWHENo5nuGpKkKvLqE",
+          "sha512": "7663df9769742b8c9920f5424dc0a27ac3c373f2f6676f4ac3020121e14bcb5b255e28d3956533e0019f1508a8bc51961ae26a53bdbe7ce9ea834f127a8d0a93"
+        },
+        "arm": {
+          "link": "/kubo_v0.14.0-rc1_freebsd-arm.tar.gz",
+          "cid": "QmdLctAcs6NiEa7aZbUPoVcoPKBJHo7dJ8BMr7jMj1mmpA",
+          "sha512": "32a3069cfa939f1ed7b45865d0c95e219e0f362e4d97c9ebbdddc3260d83b5e6fb1775c8129dc275c528273a230e1f64af930157087eb4b22c5921e648c2fdf3"
+        }
+      }
+    },
+    "openbsd": {
+      "name": "openbsd Binary",
+      "archs": {
+        "386": {
+          "link": "/kubo_v0.14.0-rc1_openbsd-386.tar.gz",
+          "cid": "QmW3CndDH8A5293PtwzBWf6PcaJEegUqmgCUng3jfGhPTx",
+          "sha512": "c7c7998fe6c5b530f6c14a310bed4aad536135add545338f82d913b8935320d84b81df9c2092bdeb48c51d628a3546fdafa62d61f8cd57e40ae50445799337ad"
+        },
+        "amd64": {
+          "link": "/kubo_v0.14.0-rc1_openbsd-amd64.tar.gz",
+          "cid": "QmTX3vR7XV42yKSNsewgGSSSqvPRzTWTWHtfyK6GvjgnTY",
+          "sha512": "f52f946d8748ac1ab80d3b0d9d278ac3f7cc1b6d826e73baac62edd0237cbc67cc295bd0494c84fbd6b4a7998c65c5b08465ee61dc2644847e6c6a694e866386"
+        },
+        "arm": {
+          "link": "/kubo_v0.14.0-rc1_openbsd-arm.tar.gz",
+          "cid": "QmQ9vS9kpyATGbvNT4B3xX33GntUqixE4pu1JD8NMVotSf",
+          "sha512": "cc9ebae29cb33d4ddedba67683e1561093c31abcd3cda2379693a179c8a4757273da338e2fe52fa20ab842e1263e8dc71aee0b84b52b6b52922840d7b95c428b"
+        }
+      }
+    },
+    "linux": {
+      "name": "linux Binary",
+      "archs": {
+        "386": {
+          "link": "/kubo_v0.14.0-rc1_linux-386.tar.gz",
+          "cid": "QmcTcwBGv7Q8XLEYGWCkMUM5ZaYwsDyoDLSkz6YoCDAcie",
+          "sha512": "dd529e12d1ef2c7dcfd3f4c63ff85ef1d0ae65d9f56e093e52891d2ce78fd356e559a8e60e712cd1a1b1060c027904321e0649092e2d36bf93ca3c028a1d7af1"
+        },
+        "amd64": {
+          "link": "/kubo_v0.14.0-rc1_linux-amd64.tar.gz",
+          "cid": "QmSJY85BMPbbSWMKctNKQtzJMiWwMfovW1T5b1t2kqoU5h",
+          "sha512": "a60a5040386e4175611c5bd04c4241f0038e3dfd787e897a81354fb0abe11aadcd7968595965e6e98dcc5a5e197e2a0ddeb6afc590c4ff4edb443d7a7e67c5a2"
+        },
+        "arm": {
+          "link": "/kubo_v0.14.0-rc1_linux-arm.tar.gz",
+          "cid": "QmSwY6W1HCufkH7wp2Lzr8Ztd6JRJXk1EwmGUGUx1zm3fV",
+          "sha512": "dcfa5b4d1a73210430c711f228697c76948e09ca40c235971297c35fb78394481ccee63ede706aca4e324996a49d356ddd5e9bd14f5c810e8ae42781d529db5d"
+        },
+        "arm64": {
+          "link": "/kubo_v0.14.0-rc1_linux-arm64.tar.gz",
+          "cid": "Qmd8rMeXdYhWpL97Wg9XhRhQt3iZqb4hB3mNUQa5kS5Jjh",
+          "sha512": "19e835c03c7d5841b51d8d644cc1980c8647d0f424152890e488160405aa294a1d905ede35a7353845f074e98ac4eb6ce8603536eaf57ef311e2ff861553240b"
+        }
+      }
+    },
+    "windows": {
+      "name": "windows Binary",
+      "archs": {
+        "386": {
+          "link": "/kubo_v0.14.0-rc1_windows-386.zip",
+          "cid": "QmYMjUW1xjgZxGL6eLmvaFLKXo88hKPnymKC8bhpANVivJ",
+          "sha512": "b50f99ffb112747cffb870b37cefe04bfe039543326c77de0a27e05be46f206be410dfee481afe4067126c28cf5a933fda503ac26ec388f86ab624d268691640"
+        },
+        "amd64": {
+          "link": "/kubo_v0.14.0-rc1_windows-amd64.zip",
+          "cid": "QmQTVe7HyjbMYNxY9tysNLEv5gjBwo4zbVTdMrvxGDY4Gj",
+          "sha512": "86ccfbe04597097d328a2302d9a8893b2f05c5804183d01a7925c448d4bf6f9e44990f19449e26c5c601141578d5d8b68cdeec4073da2e577a9a498ee8397389"
+        }
+      }
+    }
+  }
+}
Binary files a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_darwin-amd64.tar.gz and b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_darwin-amd64.tar.gz differ
diff --new-file -u --recursive a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_darwin-amd64.tar.gz.cid b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_darwin-amd64.tar.gz.cid
--- a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_darwin-amd64.tar.gz.cid	1970-01-01 00:00:00.000000000 +0000
+++ b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_darwin-amd64.tar.gz.cid	2022-07-07 23:26:06.313949633 +0000
@@ -0,0 +1 @@
+QmX3vXJfWc5aFer2PVp7RXN23EtVpbqc83op5XUu4XZMQ3
diff --new-file -u --recursive a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_darwin-amd64.tar.gz.sha512 b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_darwin-amd64.tar.gz.sha512
--- a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_darwin-amd64.tar.gz.sha512	1970-01-01 00:00:00.000000000 +0000
+++ b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_darwin-amd64.tar.gz.sha512	2022-07-07 23:26:06.313949633 +0000
@@ -0,0 +1 @@
+02baff36a44605207ff033ceeb2acc793921b21e963dfeb61eef68ed82fb80c865ce6e571a28d5e9baf3224fcb8faaba433df739122d79bae6a754e68fb9b28d  /Users/runner/work/distributions/distributions/releases/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_darwin-amd64.tar.gz
Binary files a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_darwin-arm64.tar.gz and b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_darwin-arm64.tar.gz differ
diff --new-file -u --recursive a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_darwin-arm64.tar.gz.cid b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_darwin-arm64.tar.gz.cid
--- a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_darwin-arm64.tar.gz.cid	1970-01-01 00:00:00.000000000 +0000
+++ b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_darwin-arm64.tar.gz.cid	2022-07-07 23:26:06.449949001 +0000
@@ -0,0 +1 @@
+QmNWbeTUS8h59Wq5u7EW96hAxWZaVAFJgAxEwBxFCawru1
diff --new-file -u --recursive a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_darwin-arm64.tar.gz.sha512 b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_darwin-arm64.tar.gz.sha512
--- a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_darwin-arm64.tar.gz.sha512	1970-01-01 00:00:00.000000000 +0000
+++ b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_darwin-arm64.tar.gz.sha512	2022-07-07 23:26:06.449949001 +0000
@@ -0,0 +1 @@
+a5ef4032f8f5ce634b6e503714271e157fea6907e6a428b16ca259122404ea869ae94716fd38df692d95ec080c15acdbdd34a3595484edf5d60a211261dafdfe  /Users/runner/work/distributions/distributions/releases/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_darwin-arm64.tar.gz
Binary files a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_freebsd-386.tar.gz and b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_freebsd-386.tar.gz differ
diff --new-file -u --recursive a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_freebsd-386.tar.gz.cid b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_freebsd-386.tar.gz.cid
--- a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_freebsd-386.tar.gz.cid	1970-01-01 00:00:00.000000000 +0000
+++ b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_freebsd-386.tar.gz.cid	2022-07-07 23:26:06.553948518 +0000
@@ -0,0 +1 @@
+QmY4AxHLqrjbVP1MrQQDZtF9SnvF8NZxeyLpnSdYj4or7w
diff --new-file -u --recursive a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_freebsd-386.tar.gz.sha512 b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_freebsd-386.tar.gz.sha512
--- a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_freebsd-386.tar.gz.sha512	1970-01-01 00:00:00.000000000 +0000
+++ b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_freebsd-386.tar.gz.sha512	2022-07-07 23:26:06.553948518 +0000
@@ -0,0 +1 @@
+bd6ab932b5433a81cab412ed5abadc0db19fd49bbec4f03eaa2d7990228d2dfc23f25cc0a4b74635be93a0d8af24130e03352351fce0f5410d3921520060c263  kubo_v0.14.0-rc1_freebsd-386.tar.gz
Binary files a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_freebsd-amd64.tar.gz and b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_freebsd-amd64.tar.gz differ
diff --new-file -u --recursive a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_freebsd-amd64.tar.gz.cid b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_freebsd-amd64.tar.gz.cid
--- a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_freebsd-amd64.tar.gz.cid	1970-01-01 00:00:00.000000000 +0000
+++ b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_freebsd-amd64.tar.gz.cid	2022-07-07 23:26:06.729947700 +0000
@@ -0,0 +1 @@
+QmPhcEq3WfZjSMyoawZwX2CL9J4uVWHENo5nuGpKkKvLqE
diff --new-file -u --recursive a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_freebsd-amd64.tar.gz.sha512 b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_freebsd-amd64.tar.gz.sha512
--- a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_freebsd-amd64.tar.gz.sha512	1970-01-01 00:00:00.000000000 +0000
+++ b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_freebsd-amd64.tar.gz.sha512	2022-07-07 23:26:06.729947700 +0000
@@ -0,0 +1 @@
+7663df9769742b8c9920f5424dc0a27ac3c373f2f6676f4ac3020121e14bcb5b255e28d3956533e0019f1508a8bc51961ae26a53bdbe7ce9ea834f127a8d0a93  kubo_v0.14.0-rc1_freebsd-amd64.tar.gz
Binary files a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_freebsd-arm.tar.gz and b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_freebsd-arm.tar.gz differ
diff --new-file -u --recursive a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_freebsd-arm.tar.gz.cid b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_freebsd-arm.tar.gz.cid
--- a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_freebsd-arm.tar.gz.cid	1970-01-01 00:00:00.000000000 +0000
+++ b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_freebsd-arm.tar.gz.cid	2022-07-07 23:26:06.893946938 +0000
@@ -0,0 +1 @@
+QmdLctAcs6NiEa7aZbUPoVcoPKBJHo7dJ8BMr7jMj1mmpA
diff --new-file -u --recursive a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_freebsd-arm.tar.gz.sha512 b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_freebsd-arm.tar.gz.sha512
--- a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_freebsd-arm.tar.gz.sha512	1970-01-01 00:00:00.000000000 +0000
+++ b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_freebsd-arm.tar.gz.sha512	2022-07-07 23:26:06.893946938 +0000
@@ -0,0 +1 @@
+32a3069cfa939f1ed7b45865d0c95e219e0f362e4d97c9ebbdddc3260d83b5e6fb1775c8129dc275c528273a230e1f64af930157087eb4b22c5921e648c2fdf3  kubo_v0.14.0-rc1_freebsd-arm.tar.gz
Binary files a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-386.tar.gz and b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-386.tar.gz differ
diff --new-file -u --recursive a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-386.tar.gz.cid b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-386.tar.gz.cid
--- a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-386.tar.gz.cid	1970-01-01 00:00:00.000000000 +0000
+++ b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-386.tar.gz.cid	2022-07-07 23:26:07.009946398 +0000
@@ -0,0 +1 @@
+QmcTcwBGv7Q8XLEYGWCkMUM5ZaYwsDyoDLSkz6YoCDAcie
diff --new-file -u --recursive a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-386.tar.gz.sha512 b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-386.tar.gz.sha512
--- a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-386.tar.gz.sha512	1970-01-01 00:00:00.000000000 +0000
+++ b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-386.tar.gz.sha512	2022-07-07 23:26:07.009946398 +0000
@@ -0,0 +1 @@
+dd529e12d1ef2c7dcfd3f4c63ff85ef1d0ae65d9f56e093e52891d2ce78fd356e559a8e60e712cd1a1b1060c027904321e0649092e2d36bf93ca3c028a1d7af1  kubo_v0.14.0-rc1_linux-386.tar.gz
Binary files a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-amd64.tar.gz and b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-amd64.tar.gz differ
diff --new-file -u --recursive a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-amd64.tar.gz.cid b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-amd64.tar.gz.cid
--- a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-amd64.tar.gz.cid	1970-01-01 00:00:00.000000000 +0000
+++ b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-amd64.tar.gz.cid	2022-07-07 23:26:07.193945543 +0000
@@ -0,0 +1 @@
+QmSJY85BMPbbSWMKctNKQtzJMiWwMfovW1T5b1t2kqoU5h
diff --new-file -u --recursive a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-amd64.tar.gz.sha512 b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-amd64.tar.gz.sha512
--- a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-amd64.tar.gz.sha512	1970-01-01 00:00:00.000000000 +0000
+++ b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-amd64.tar.gz.sha512	2022-07-07 23:26:07.193945543 +0000
@@ -0,0 +1 @@
+a60a5040386e4175611c5bd04c4241f0038e3dfd787e897a81354fb0abe11aadcd7968595965e6e98dcc5a5e197e2a0ddeb6afc590c4ff4edb443d7a7e67c5a2  kubo_v0.14.0-rc1_linux-amd64.tar.gz
Binary files a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-arm.tar.gz and b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-arm.tar.gz differ
diff --new-file -u --recursive a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-arm.tar.gz.cid b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-arm.tar.gz.cid
--- a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-arm.tar.gz.cid	1970-01-01 00:00:00.000000000 +0000
+++ b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-arm.tar.gz.cid	2022-07-07 23:26:07.385944651 +0000
@@ -0,0 +1 @@
+QmSwY6W1HCufkH7wp2Lzr8Ztd6JRJXk1EwmGUGUx1zm3fV
diff --new-file -u --recursive a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-arm.tar.gz.sha512 b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-arm.tar.gz.sha512
--- a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-arm.tar.gz.sha512	1970-01-01 00:00:00.000000000 +0000
+++ b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-arm.tar.gz.sha512	2022-07-07 23:26:07.385944651 +0000
@@ -0,0 +1 @@
+dcfa5b4d1a73210430c711f228697c76948e09ca40c235971297c35fb78394481ccee63ede706aca4e324996a49d356ddd5e9bd14f5c810e8ae42781d529db5d  kubo_v0.14.0-rc1_linux-arm.tar.gz
Binary files a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-arm64.tar.gz and b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-arm64.tar.gz differ
diff --new-file -u --recursive a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-arm64.tar.gz.cid b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-arm64.tar.gz.cid
--- a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-arm64.tar.gz.cid	1970-01-01 00:00:00.000000000 +0000
+++ b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-arm64.tar.gz.cid	2022-07-07 23:26:07.493944149 +0000
@@ -0,0 +1 @@
+Qmd8rMeXdYhWpL97Wg9XhRhQt3iZqb4hB3mNUQa5kS5Jjh
diff --new-file -u --recursive a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-arm64.tar.gz.sha512 b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-arm64.tar.gz.sha512
--- a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-arm64.tar.gz.sha512	1970-01-01 00:00:00.000000000 +0000
+++ b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_linux-arm64.tar.gz.sha512	2022-07-07 23:26:07.493944149 +0000
@@ -0,0 +1 @@
+19e835c03c7d5841b51d8d644cc1980c8647d0f424152890e488160405aa294a1d905ede35a7353845f074e98ac4eb6ce8603536eaf57ef311e2ff861553240b  kubo_v0.14.0-rc1_linux-arm64.tar.gz
Binary files a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_openbsd-386.tar.gz and b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_openbsd-386.tar.gz differ
diff --new-file -u --recursive a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_openbsd-386.tar.gz.cid b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_openbsd-386.tar.gz.cid
--- a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_openbsd-386.tar.gz.cid	1970-01-01 00:00:00.000000000 +0000
+++ b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_openbsd-386.tar.gz.cid	2022-07-07 23:26:07.617943572 +0000
@@ -0,0 +1 @@
+QmW3CndDH8A5293PtwzBWf6PcaJEegUqmgCUng3jfGhPTx
diff --new-file -u --recursive a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_openbsd-386.tar.gz.sha512 b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_openbsd-386.tar.gz.sha512
--- a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_openbsd-386.tar.gz.sha512	1970-01-01 00:00:00.000000000 +0000
+++ b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_openbsd-386.tar.gz.sha512	2022-07-07 23:26:07.617943572 +0000
@@ -0,0 +1 @@
+c7c7998fe6c5b530f6c14a310bed4aad536135add545338f82d913b8935320d84b81df9c2092bdeb48c51d628a3546fdafa62d61f8cd57e40ae50445799337ad  kubo_v0.14.0-rc1_openbsd-386.tar.gz
Binary files a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_openbsd-amd64.tar.gz and b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_openbsd-amd64.tar.gz differ
diff --new-file -u --recursive a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_openbsd-amd64.tar.gz.cid b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_openbsd-amd64.tar.gz.cid
--- a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_openbsd-amd64.tar.gz.cid	1970-01-01 00:00:00.000000000 +0000
+++ b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_openbsd-amd64.tar.gz.cid	2022-07-07 23:26:07.869942401 +0000
@@ -0,0 +1 @@
+QmTX3vR7XV42yKSNsewgGSSSqvPRzTWTWHtfyK6GvjgnTY
diff --new-file -u --recursive a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_openbsd-amd64.tar.gz.sha512 b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_openbsd-amd64.tar.gz.sha512
--- a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_openbsd-amd64.tar.gz.sha512	1970-01-01 00:00:00.000000000 +0000
+++ b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_openbsd-amd64.tar.gz.sha512	2022-07-07 23:26:07.869942401 +0000
@@ -0,0 +1 @@
+f52f946d8748ac1ab80d3b0d9d278ac3f7cc1b6d826e73baac62edd0237cbc67cc295bd0494c84fbd6b4a7998c65c5b08465ee61dc2644847e6c6a694e866386  kubo_v0.14.0-rc1_openbsd-amd64.tar.gz
Binary files a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_openbsd-arm.tar.gz and b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_openbsd-arm.tar.gz differ
diff --new-file -u --recursive a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_openbsd-arm.tar.gz.cid b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_openbsd-arm.tar.gz.cid
--- a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_openbsd-arm.tar.gz.cid	1970-01-01 00:00:00.000000000 +0000
+++ b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_openbsd-arm.tar.gz.cid	2022-07-07 23:26:07.977941899 +0000
@@ -0,0 +1 @@
+QmQ9vS9kpyATGbvNT4B3xX33GntUqixE4pu1JD8NMVotSf
diff --new-file -u --recursive a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_openbsd-arm.tar.gz.sha512 b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_openbsd-arm.tar.gz.sha512
--- a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_openbsd-arm.tar.gz.sha512	1970-01-01 00:00:00.000000000 +0000
+++ b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_openbsd-arm.tar.gz.sha512	2022-07-07 23:26:07.977941899 +0000
@@ -0,0 +1 @@
+cc9ebae29cb33d4ddedba67683e1561093c31abcd3cda2379693a179c8a4757273da338e2fe52fa20ab842e1263e8dc71aee0b84b52b6b52922840d7b95c428b  kubo_v0.14.0-rc1_openbsd-arm.tar.gz
Binary files a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_windows-386.zip and b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_windows-386.zip differ
diff --new-file -u --recursive a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_windows-386.zip.cid b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_windows-386.zip.cid
--- a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_windows-386.zip.cid	1970-01-01 00:00:00.000000000 +0000
+++ b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_windows-386.zip.cid	2022-07-07 23:26:08.085941397 +0000
@@ -0,0 +1 @@
+QmYMjUW1xjgZxGL6eLmvaFLKXo88hKPnymKC8bhpANVivJ
diff --new-file -u --recursive a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_windows-386.zip.sha512 b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_windows-386.zip.sha512
--- a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_windows-386.zip.sha512	1970-01-01 00:00:00.000000000 +0000
+++ b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_windows-386.zip.sha512	2022-07-07 23:26:08.085941397 +0000
@@ -0,0 +1 @@
+b50f99ffb112747cffb870b37cefe04bfe039543326c77de0a27e05be46f206be410dfee481afe4067126c28cf5a933fda503ac26ec388f86ab624d268691640  kubo_v0.14.0-rc1_windows-386.zip
Binary files a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_windows-amd64.zip and b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_windows-amd64.zip differ
diff --new-file -u --recursive a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_windows-amd64.zip.cid b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_windows-amd64.zip.cid
--- a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_windows-amd64.zip.cid	1970-01-01 00:00:00.000000000 +0000
+++ b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_windows-amd64.zip.cid	2022-07-07 23:26:08.289940449 +0000
@@ -0,0 +1 @@
+QmQTVe7HyjbMYNxY9tysNLEv5gjBwo4zbVTdMrvxGDY4Gj
diff --new-file -u --recursive a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_windows-amd64.zip.sha512 b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_windows-amd64.zip.sha512
--- a/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_windows-amd64.zip.sha512	1970-01-01 00:00:00.000000000 +0000
+++ b/kubo/v0.14.0-rc1/kubo_v0.14.0-rc1_windows-amd64.zip.sha512	2022-07-07 23:26:08.289940449 +0000
@@ -0,0 +1 @@
+86ccfbe04597097d328a2302d9a8893b2f05c5804183d01a7925c448d4bf6f9e44990f19449e26c5c601141578d5d8b68cdeec4073da2e577a9a498ee8397389  kubo_v0.14.0-rc1_windows-amd64.zip
diff --new-file -u --recursive a/kubo/v0.14.0-rc1/results b/kubo/v0.14.0-rc1/results
--- a/kubo/v0.14.0-rc1/results	1970-01-01 00:00:00.000000000 +0000
+++ b/kubo/v0.14.0-rc1/results	2022-07-07 23:26:08.289940449 +0000
@@ -0,0 +1,14 @@
+, darwin, amd64, 
+, darwin, arm64, 
+, freebsd, 386, 
+, freebsd, amd64, 
+, freebsd, arm, 
+, openbsd, 386, 
+, openbsd, amd64, 
+, openbsd, arm, 
+, linux, 386, 
+, linux, amd64, 
+, linux, arm, 
+, linux, arm64, 
+, windows, 386, 
+, windows, amd64, 
diff --new-file -u --recursive a/kubo/versions b/kubo/versions
--- a/kubo/versions	1970-01-01 00:00:00.000000000 +0000
+++ b/kubo/versions	2022-07-07 23:26:08.289940449 +0000
@@ -0,0 +1 @@
+v0.14.0-rc1

@Jorropo Jorropo merged commit e200082 into master Jul 7, 2022
@Jorropo Jorropo deleted the chore/rename-go-ipfs-test-1 branch July 7, 2022 23:30
@lidel lidel mentioned this pull request Aug 11, 2022
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants