Commit ce7b3c2
fix(supply-chain): fail a release whose version tag is not this run's index
`latest` is allowed to lag — the monotonic guard holds it back when the branch
has moved on, and it then belongs to an older run that already attested it. A
version tag has no such carve-out: this run published it, so a mismatch now
fails rather than skipping, and a release can no longer ship a version image
nothing has attested.
The device-plugin mirror path was ambiguous. `sim.image` prepends the registry
to the repository verbatim, so the plugin lands at
`<registry>/nvcr.io/nvidia/k8s-device-plugin` — an operator who mirrored it
without the embedded host would get ImagePullBackOff. The inventory now states
the destination rule and offers the direct repository override for registries
that cannot nest that path.
Docs:
- doctor needs no root .env from a source checkout; that guidance was
Compose-specific.
- The LM Studio commands hardcoded the production Compose file after the last
round, which breaks an install started from the Ollama stack. They now take
the file as a variable.
- NODE_EXTRA_CA_CERTS does fix an incomplete chain by supplying the missing
intermediate; only expiry and clock drift are beyond it. The section had
ruled it out for all three.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015BwsJTEQRzWJaY4BRCkPZt1 parent c8ffea8 commit ce7b3c2
4 files changed
Lines changed: 34 additions & 8 deletions
File tree
- .github/workflows
- apps/docs/content/docs/platform/self-hosting
- helm/sim
- scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
744 | 744 | | |
745 | 745 | | |
746 | 746 | | |
747 | | - | |
748 | | - | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
749 | 758 | | |
750 | 759 | | |
751 | 760 | | |
| |||
Lines changed: 9 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
118 | 119 | | |
119 | 120 | | |
120 | 121 | | |
121 | | - | |
| 122 | + | |
122 | 123 | | |
123 | | - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
124 | 127 | | |
125 | 128 | | |
126 | 129 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
12 | 19 | | |
13 | 20 | | |
14 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
104 | 111 | | |
105 | 112 | | |
106 | 113 | | |
| |||
0 commit comments