Commit 4a13b6d
release: fill the 0.0.39 offline release fallback digests (#60)
The website's offline fallback is served when GitHub's release API is
unreachable, and install.sh verifies the digest it returns. Those digests
are the digests of the 0.0.39 release commit's own artifacts, so they could
not exist in that commit.
Until now the placeholder was deliberately not 64 hex characters, so
latestLinuxRelease() rejected it and /api/releases/linux/latest answered
503 - an installer was told no release was available rather than handed a
digest that could not match what it downloaded. The artifacts now exist and
have been verified locally against the values reported by the macOS and
Linux build lanes:
1Helm-0.0.39-arm64.dmg de381468… 504,397,451
1Helm-0.0.39-mac-arm64.zip a35ba43a… 301,207,402
1Helm-0.0.39-linux-node.tgz ac54f11c… 401,004,908
Co-authored-by: Joseph Yaksich <gitcommit90@users.noreply.github.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent 3da8dcd commit 4a13b6d
1 file changed
Lines changed: 9 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
46 | 43 | | |
47 | 44 | | |
48 | 45 | | |
49 | 46 | | |
50 | 47 | | |
51 | 48 | | |
52 | | - | |
53 | | - | |
54 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
55 | 52 | | |
56 | 53 | | |
57 | 54 | | |
| |||
0 commit comments