···6677## Upgrading from v1.8.x8899-After v1.8.2, the HTTP API for knots has been deprecated and1010-replaced with XRPC. Repositories on outdated knots will not1111-be viewable from the appview. Upgrading is straightforward:99+After v1.8.2, the HTTP API for knot and spindles have been1010+deprecated and replaced with XRPC. Repositories on outdated1111+knots will not be viewable from the appview. Upgrading is1212+straightforward however.1313+1414+For knots:12151316- Upgrade to latest tag (v1.9.0 or above)1417- Head to the [knot dashboard](https://tangled.sh/knots) and1518 hit the "retry" button to verify your knot1919+2020+For spindles:2121+2222+- Upgrade to latest tag (v1.9.0 or above)2323+- Head to the [spindle2424+ dashboard](https://tangled.sh/spindles) and hit the2525+ "retry" button to verify your spindle16261727## Upgrading from v1.7.x1828
+2-3
nix/pkgs/knot-unwrapped.nix
···44 sqlite-lib,55 src,66}: let77- version = "1.8.1-alpha";77+ version = "1.9.0-alpha";88in99 buildGoApplication {1010 pname = "knot";1111- version = "1.8.1";1212- inherit src modules;1111+ inherit src version modules;13121413 doCheck = false;1514