about summary refs log tree commit diff
path: root/pkgs/applications/networking/kubo
AgeCommit message (Collapse)AuthorFilesLines
2023-10-13Merge pull request #259792 from Luflosi/kubo-test-improvementsFabián Heredia Montiel2-1/+18
nixos/tests/kubo: various improvements
2023-10-12Merge pull request #259745 from Luflosi/update/kuboFabián Heredia Montiel1-5/+5
kubo: 0.22.0 -> 0.23.0
2023-10-10nixos/tests/kubo: various improvementsLuflosi2-1/+18
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-08kubo: cleanupLuflosi1-2/+6
Remove two unused function arguments. They became superfluous with 73b773d57469c17ca5f757908658260e20258bcc. 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-08kubo: 0.22.0 -> 0.23.0Luflosi1-5/+5
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-09-21treewide: vendorSha256 -> vendorHash (#256514)Aaron Jheng1-1/+1
2023-08-11kubo: remove openssl from the buildJorropo1-4/+0
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-09kubo: 0.21.0 -> 0.22.0Luflosi1-2/+2
https://github.com/ipfs/kubo/releases/tag/v0.22.0
2023-07-27kubo: 0.20.0 -> 0.21.0Mayeu1-3/+3
2023-05-10kubo: 0.19.2 -> 0.20.0Luflosi1-2/+2
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-03kubo: add Luflosi as maintainerLuflosi1-1/+1
2023-05-03kubo: 0.19.1 -> 0.19.2Luflosi1-2/+2
https://github.com/ipfs/kubo/releases/tag/v0.19.2
2023-04-07kubo: 0.19.0 -> 0.19.1Luflosi1-2/+2
https://github.com/ipfs/kubo/releases/tag/v0.19.1
2023-03-22kubo: 0.18.1 -> 0.19.0Luflosi1-2/+2
https://github.com/ipfs/kubo/releases/tag/v0.19.0
2023-02-28kubo: 0.18.0 -> 0.18.1Luflosi1-2/+2
https://github.com/ipfs/kubo/releases/tag/v0.18.1
2023-02-28kubo: 0.17.0 -> 0.18.0Luflosi1-4/+4
https://github.com/ipfs/kubo/releases/tag/v0.18.0
2022-11-23kubo: 0.16.0 -> 0.17.0James Walker1-2/+2
2022-10-05kubo: 0.15.0 -> 0.16.0kilianar1-2/+2
https://github.com/ipfs/kubo/releases/tag/v0.16.0
2022-10-02kubo: rename from ipfsLuflosi1-0/+63
Go-IPFS was renamed to Kubo in version 0.14.0, see https://github.com/ipfs/kubo/issues/8959.