Skip to content

Commit feacf4e

Browse files
gitcommit90claude
andauthored
release: fill 0.0.41 offline fallback digests (#66)
dmg dd95d601 · zip 59da24ff · tgz 001ea971 Co-authored-by: Joseph Yaksich <gitcommit90@users.noreply.github.com> Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent c841511 commit feacf4e

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

site/server.mjs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,15 @@ const RELEASE_CACHE_MS = 10 * 60_000;
4040
// 64 hex characters, so latestLinuxRelease() rejects it and
4141
// /api/releases/linux/latest answers 503 - failing closed rather than handing
4242
// an installer a digest that cannot match what it downloads.
43-
const PENDING_DIGEST = "pending-release-digest";
4443
const RELEASE_FALLBACK_TAG = "v0.0.41";
4544
const RELEASE_FALLBACK = {
4645
tag_name: RELEASE_FALLBACK_TAG,
4746
draft: false,
4847
prerelease: false,
4948
assets: [
50-
["1Helm-0.0.41-arm64.dmg", PENDING_DIGEST],
51-
["1Helm-0.0.41-mac-arm64.zip", PENDING_DIGEST],
52-
["1Helm-0.0.41-linux-node.tgz", PENDING_DIGEST],
49+
["1Helm-0.0.41-arm64.dmg", "dd95d6012db5519581871a9c0b0379988ee4e9a38ac388d2762f71a29ea4548a"],
50+
["1Helm-0.0.41-mac-arm64.zip", "59da24ff56d736fd953060be4990add8dd373b5caac07a6ed6906206378f748a"],
51+
["1Helm-0.0.41-linux-node.tgz", "001ea971c2a1e8079802554a893deacb99eb9220a47735b40513d657098e7992"],
5352
].map(([name, digest]) => ({
5453
name,
5554
digest: `sha256:${digest}`,

0 commit comments

Comments
 (0)