kubo-migrator: add migration from 15 to 16

This commit is contained in:
Luflosi 2024-09-24 17:26:34 +02:00
parent 9e2866d215
commit ca26219ba6
No known key found for this signature in database
GPG Key ID: 743C5DD6900A1FF0

View File

@ -58,11 +58,16 @@ let
cd migration
go test -mod=vendor
''
else
else if to <= 15 then
''
cd not-sharness
./test.sh
''
else
''
cd test-e2e
./test.sh
''
}
runHook postCheck
'';
@ -209,6 +214,12 @@ let
release = "1.0.1";
hash = "sha256-u7PM6kFCQUn07NGpeRYpBDEwc2pP+r5mf44LZU4DV5Y=";
}
{
from = 15;
to = 16;
release = "1.0.1";
hash = "sha256-/TG5GNSyV8gsngRT/0jazkL2n2RzA9h1gCTLqGOrI0A=";
}
];
maxRepoVersion = builtins.length releases;