···30 <div class="mx-6">
31 These services may not be fully accessible until upgraded.
32 <a class="underline text-red-800 dark:text-red-200"
33- href="https://tangled.sh/@tangled.sh/core/tree/master/docs/migrations/">
34 Click to read the upgrade guide</a>.
35 </div>
36 </details>
···30 <div class="mx-6">
31 These services may not be fully accessible until upgraded.
32 <a class="underline text-red-800 dark:text-red-200"
33+ href="https://tangled.sh/@tangled.sh/core/tree/master/docs/migrations.md">
34 Click to read the upgrade guide</a>.
35 </div>
36 </details>
+18-3
docs/migrations/knot-1.7.0.md
docs/migrations.md
···1-# Upgrading from v1.7.0
000000000000000023After v1.7.0, knot secrets have been deprecated. You no
4longer need a secret from the appview to run a knot. All
···19 hit the "retry" button to verify your knot. This simply
20 writes a `sh.tangled.knot` record to your PDS.
2122-## Nix
23-24If you use the nix module, simply bump the flake to the
25latest revision, and change your config block like so:
26···33 };
34 };
35```
0
···1+# Migrations
2+3+This document is laid out in reverse-chronological order.
4+Newer migration guides are listed first, and older guides
5+are further down the page.
6+7+## Upgrading from v1.8.x
8+9+After v1.8.2, the HTTP API for knots has been deprecated and
10+replaced with XRPC. Repositories on outdated knots will not
11+be viewable from the appview. Upgrading is straightforward:
12+13+- Upgrade to latest tag (v1.9.0 or above)
14+- Head to the [knot dashboard](https://tangled.sh/knots) and
15+ hit the "retry" button to verify your knot
16+17+## Upgrading from v1.7.x
1819After v1.7.0, knot secrets have been deprecated. You no
20longer need a secret from the appview to run a knot. All
···35 hit the "retry" button to verify your knot. This simply
36 writes a `sh.tangled.knot` record to your PDS.
370038If you use the nix module, simply bump the flake to the
39latest revision, and change your config block like so:
40···47 };
48 };
49```
50+