Commit graph

20 commits

Author SHA1 Message Date
R. Ryantm 503cb804af kubo: 0.23.0 -> 0.24.0 2023-11-10 00:57:38 +00:00
Fabián Heredia Montiel d80ad25cf8
Merge pull request #259792 from Luflosi/kubo-test-improvements
nixos/tests/kubo: various improvements
2023-10-13 16:13:46 -06:00
Fabián Heredia Montiel f96d8113b3
Merge pull request #259745 from Luflosi/update/kubo
kubo: 0.22.0 -> 0.23.0
2023-10-12 15:42:59 -06:00
Luflosi cf8aa48605
nixos/tests/kubo: various improvements
Add new test to check if kubo.passthru.repoVersion is set correctly.
Also split the existing NixOS VM test into two independent parts. The test already used two independent VMs but just one testScript. This made experimenting with just one of the two VMs slower than it needed to be. It should also increase parallelism slightly since both test scripts can now run at the same time.
2023-10-10 10:46:25 +02:00
Luflosi 73a8ba2724
kubo: cleanup
Remove two unused function arguments. They became superfluous with 73b773d574.
Also put every function argument into its own line so new additions and removals create a nicer git diff.
Also fix a typo in a comment.
2023-10-08 19:21:26 +02:00
Luflosi 70c8adce8d
kubo: 0.22.0 -> 0.23.0
https://github.com/ipfs/kubo/releases/tag/v0.23.0

Support for /quic (Draft 29) was removed, so remove it from `services.kubo.settings.Addresses.Swarm`.

The changelog says that there have been some fixes to the FUSE mountpoint functionality but the test still requires the workaround, so leave that unchanged.
2023-10-08 02:04:02 +02:00
Aaron Jheng d38485921a
treewide: vendorSha256 -> vendorHash (#256514) 2023-09-21 19:11:11 +02:00
Jorropo 73b773d574 kubo: remove openssl from the build
We removed openssl support from go-libp2p and thus Kubo:
- https://github.com/libp2p/go-libp2p/issues/1952

Now we exclusively on the options provided by the golang std librairy.
The openssl tag is now a noop, having it does not cause any harm except
making nixos install openssl for no reason while using kubo but I guess
many systems already build openssl but might as well not have it.
2023-08-11 02:30:27 +02:00
Luflosi 77ecbf8be8
kubo: 0.21.0 -> 0.22.0
https://github.com/ipfs/kubo/releases/tag/v0.22.0
2023-08-09 19:59:03 +02:00
Mayeu 77fb833411 kubo: 0.20.0 -> 0.21.0 2023-07-27 16:59:45 +02:00
Luflosi ada7f14219
kubo: 0.19.2 -> 0.20.0
https://github.com/ipfs/kubo/releases/tag/v0.20.0

When creating a repository with `ipfs init`, `--empty-repo=true` is now the default according to the changelog. Modify the NixOS module to reflect this change and fix the `emptyRepo` setting to work with this change.
2023-05-10 19:50:46 +02:00
Luflosi f1d17a7955
kubo: add Luflosi as maintainer 2023-05-03 15:04:21 +02:00
Luflosi 46a6f11d8f
kubo: 0.19.1 -> 0.19.2
https://github.com/ipfs/kubo/releases/tag/v0.19.2
2023-05-03 14:39:01 +02:00
Luflosi 273b77bfcf
kubo: 0.19.0 -> 0.19.1
https://github.com/ipfs/kubo/releases/tag/v0.19.1
2023-04-07 23:28:55 +02:00
Luflosi 2235dd4616
kubo: 0.18.1 -> 0.19.0
https://github.com/ipfs/kubo/releases/tag/v0.19.0
2023-03-22 20:03:24 +01:00
Luflosi b034792be3
kubo: 0.18.0 -> 0.18.1
https://github.com/ipfs/kubo/releases/tag/v0.18.1
2023-02-28 01:23:55 +01:00
Luflosi 60f5299a00
kubo: 0.17.0 -> 0.18.0
https://github.com/ipfs/kubo/releases/tag/v0.18.0
2023-02-28 01:23:54 +01:00
James Walker 639d80dd82
kubo: 0.16.0 -> 0.17.0 2022-11-23 10:26:28 -05:00
kilianar 56c56109a3 kubo: 0.15.0 -> 0.16.0
https://github.com/ipfs/kubo/releases/tag/v0.16.0
2022-10-05 04:27:16 +02:00
Luflosi eefaaf41d6
kubo: rename from ipfs
Go-IPFS was renamed to Kubo in version 0.14.0, see https://github.com/ipfs/kubo/issues/8959.
2022-10-02 16:00:22 +02:00