Commit 7af90ab
committed
docs(crds): reflect Bailey's feedback — canary-only for
Per @ricochet on the PR: `wasm_component_model_implements` is intended
to be enabled in canary builds only, not in release tags. My earlier
commit overreached and claimed the release image ships with the
feature by default.
Rework the callout to state what's actually committed to:
- Release images `ghcr.io/wasmcloud/wash:X.Y.Z` do not commit to the
feature — same wording direction as pre-2.5.2, with the incidental
(and inaccurate) `ghcr.io/wasmcloud/runtime-operator` mention still
removed.
- The `ghcr.io/wasmcloud/wash:canary` tag IS built with the flag for
wasmCloud's own multi-backend CI (verified: the canary and 2.5.2
manifest digests currently match, and `.github/workflows/wash.yml`
sets `CARGO_FEATURES=wasm_component_model_implements` on the pushed
image build). Users can point `runtime.image.tag` at it for
evaluation, with the caveat that the canary manifest moves on every
main merge.
- For a pinned surface, build a custom host image with the same Cargo
feature — unchanged from the previous doc guidance.
Line 169 reverts to "Enabled in 2.5.0" (drop my "default in 2.5.2"
sentence). The default-backend paragraph (unlabeled wasmcloud:blobstore
and wasmcloud:keyvalue/store) stays — that's #5309 and is real in
release.
Signed-off-by: Eric Gregory <eric@cosmonic.com>implements
1 parent 071398f commit 7af90ab
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
184 | | - | |
| 183 | + | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| |||
0 commit comments