From cb7167b3c02d65367a20504aab6f70fe7dc318ea Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Mon, 8 Sep 2025 15:07:20 +0100 Subject: [PATCH] treewide: bump to v1.9.0-alpha Signed-off-by: oppiliappan --- docs/migrations.md | 16 +++++++++++++--- nix/pkgs/knot-unwrapped.nix | 5 ++--- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/docs/migrations.md b/docs/migrations.md index 41b97004..99e36641 100644 --- a/docs/migrations.md +++ b/docs/migrations.md @@ -6,14 +6,24 @@ are further down the page. ## Upgrading from v1.8.x -After v1.8.2, the HTTP API for knots has been deprecated and -replaced with XRPC. Repositories on outdated knots will not -be viewable from the appview. Upgrading is straightforward: +After v1.8.2, the HTTP API for knot and spindles have been +deprecated and replaced with XRPC. Repositories on outdated +knots will not be viewable from the appview. Upgrading is +straightforward however. + +For knots: - Upgrade to latest tag (v1.9.0 or above) - Head to the [knot dashboard](https://tangled.sh/knots) and hit the "retry" button to verify your knot +For spindles: + +- Upgrade to latest tag (v1.9.0 or above) +- Head to the [spindle + dashboard](https://tangled.sh/spindles) and hit the + "retry" button to verify your spindle + ## Upgrading from v1.7.x After v1.7.0, knot secrets have been deprecated. You no diff --git a/nix/pkgs/knot-unwrapped.nix b/nix/pkgs/knot-unwrapped.nix index f8a5f8de..9a975dda 100644 --- a/nix/pkgs/knot-unwrapped.nix +++ b/nix/pkgs/knot-unwrapped.nix @@ -4,12 +4,11 @@ sqlite-lib, src, }: let - version = "1.8.1-alpha"; + version = "1.9.0-alpha"; in buildGoApplication { pname = "knot"; - version = "1.8.1"; - inherit src modules; + inherit src version modules; doCheck = false; -- 2.51.2