Commit Graph

11 Commits

Author SHA1 Message Date
Luflosi
fba84616e5
kubo: 0.30.0 -> 0.32.1
https://github.com/ipfs/kubo/releases/tag/v0.31.0
https://github.com/ipfs/kubo/releases/tag/v0.32.0
https://github.com/ipfs/kubo/releases/tag/v0.32.1
2024-11-21 19:12:28 +01:00
Luflosi
5742cb2a48
kubo: 0.29.0 -> 0.30.0
https://github.com/ipfs/kubo/releases/tag/v0.30.0
2024-11-21 19:12:27 +01:00
Luflosi
9e2866d215
kubo-migrator: rewrite
- Migrate to pkgs/by-name
- Format with nixfmt-rfc-style
- Make it possible to remove support for very old migrations in the future by increasing the `minRepoVersion` parameter
- Rename kubo-migrator-all-fs-repo-migrations to kubo-fs-repo-migrations since it may no longer include all migrations
- Add an alias for kubo-migrator-all-fs-repo-migrations to keep backwards compatibility
- Update descriptions to differentiate between kubo-migrator and kubo-migrator-unwrapped and better describe the purpose of the migrator
- Add a description to every individual migration
- Add a description to kubo-fs-repo-migrations
- Fetch the source code of the individual migrations from their specific Git tags, like upstream intends
- Enable tests for some migrations
- Check that the migrations don't crash on startup
- Mark two broken migrations as broken. They are not compatible with the latest Go versions and upstream is not interested in fixing this
- Change code to allow most updates to be done by only changing three lines (add new version and change git tag and hash)
- Add a stub for any disabled or broken migration to prevent downloading unsigned binaries from the internet, see https://github.com/ipfs/fs-repo-migrations/issues/148#issuecomment-2351355627 and https://github.com/ipfs/fs-repo-migrations/issues/188
- Use `lib.getExe` instead of hardcoding the binary name in the kubo NixOS module
- Use `substituteInPlace` with `--replace-fail` instead of `--replace`
2024-11-20 16:17:14 +01:00
h7x4
7384b9abdc
treewide: set meta.changelog 2024-07-07 15:20:06 +02:00
Luflosi
4f8d158986
kubo: 0.28.0 -> 0.29.0
https://github.com/ipfs/kubo/releases/tag/v0.29.0

The FUSE mount functionality is no longer completely broken, so reenable the NixOS test.
2024-06-11 15:47:09 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
R. Ryantm
1cbb066095 kubo: 0.27.0 -> 0.28.0 2024-04-15 13:20:22 +00:00
R. Ryantm
167fddb067 kubo: 0.26.0 -> 0.27.0 2024-03-04 13:12:17 +00:00
Luflosi
5413027f9c
kubo: 0.25.0 -> 0.26.0
https://github.com/ipfs/kubo/releases/tag/v0.26.0
2024-01-22 16:42:00 +01:00
Luflosi
16a8b378b7
kubo: 0.24.0 -> 0.25.0
https://github.com/ipfs/kubo/releases/tag/v0.25.0
2023-12-14 23:21:54 +01:00
Luflosi
05b4972db0
kubo: migrate to by-name 2023-12-14 23:21:43 +01:00