chore: update api versions

This commit is contained in:
Aarnav Tale
2025-12-01 02:48:40 -05:00
parent 86184e3420
commit ef6563742c
4 changed files with 31 additions and 1 deletions
+1
View File
@@ -14,6 +14,7 @@ const SPEC_MAP = {
'0.26.0': '/v0.26.0/gen/openapiv2/headscale/v1/headscale.swagger.json',
'0.26.1': '/v0.26.1/gen/openapiv2/headscale/v1/headscale.swagger.json',
'0.27.0': '/v0.27.0/gen/openapiv2/headscale/v1/headscale.swagger.json',
'0.27.1': '/v0.27.1/gen/openapiv2/headscale/v1/headscale.swagger.json',
} as const;
async function hashOpenApiOperations(specUrl: string) {