···6677## Upgrading from v1.8.x
8899-After v1.8.2, the HTTP API for knots has been deprecated and
1010-replaced with XRPC. Repositories on outdated knots will not
1111-be viewable from the appview. Upgrading is straightforward:
99+After v1.8.2, the HTTP API for knot and spindles have been
1010+deprecated and replaced with XRPC. Repositories on outdated
1111+knots will not be viewable from the appview. Upgrading is
1212+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) and
1518 hit the "retry" button to verify your knot
1919+2020+For spindles:
2121+2222+- Upgrade to latest tag (v1.9.0 or above)
2323+- Head to the [spindle
2424+ dashboard](https://tangled.sh/spindles) and hit the
2525+ "retry" button to verify your spindle
16261727## Upgrading from v1.7.x
1828
+2-3
nix/pkgs/knot-unwrapped.nix
···44 sqlite-lib,
55 src,
66}: let
77- version = "1.8.1-alpha";
77+ version = "1.9.0-alpha";
88in
99 buildGoApplication {
1010 pname = "knot";
1111- version = "1.8.1";
1212- inherit src modules;
1111+ inherit src version modules;
13121413 doCheck = false;
1514