|
4 | 4 | "stack": { |
5 | 5 | "name": "mb3r-stack", |
6 | 6 | "version": "0.1.0", |
7 | | - "status": "draft", |
8 | | - "releaseDate": "2026-03-11", |
| 7 | + "status": "candidate", |
| 8 | + "releaseDate": "2026-03-14", |
9 | 9 | "notes": [ |
10 | 10 | "Integration and distribution layer only. No upstream Bering or Sheaft source code is vendored here.", |
11 | | - "Upstream version and digest pins remain explicit TODO placeholders until validated against released artifacts." |
| 11 | + "Candidate bundle pinned to released Bering v0.1.0 and Sheaft v0.1.1 artifacts with immutable GHCR digests.", |
| 12 | + "Compatibility claims are limited to published contract alignment and packaged integration assets." |
12 | 13 | ] |
13 | 14 | }, |
14 | 15 | "artifacts": { |
15 | 16 | "chart": { |
16 | 17 | "name": "mb3r-otel-addon", |
17 | 18 | "version": "0.1.0", |
18 | | - "ociRepository": "oci://ghcr.io/TODO-SET-ORG/mb3r/charts", |
| 19 | + "ociRepository": "oci://ghcr.io/mb3r-lab/charts", |
19 | 20 | "package": "mb3r-otel-addon-0.1.0.tgz" |
20 | 21 | }, |
21 | 22 | "assetPack": { |
22 | | - "version": "1.0.0", |
| 23 | + "version": "0.1.0", |
23 | 24 | "archive": "mb3r-assets-0.1.0.tgz", |
24 | 25 | "includes": [ |
25 | 26 | "collector/", |
|
32 | 33 | "sheaft": "1.0.0" |
33 | 34 | }, |
34 | 35 | "configPacks": { |
35 | | - "collector": "1.0.0", |
36 | | - "examples": "1.0.0" |
| 36 | + "collector": "0.1.0", |
| 37 | + "examples": "0.1.0" |
37 | 38 | } |
38 | 39 | }, |
39 | 40 | "components": { |
40 | 41 | "bering": { |
41 | | - "version": "TODO-SET-BERING-VERSION", |
| 42 | + "version": "0.1.0", |
42 | 43 | "image": { |
43 | | - "repository": "ghcr.io/TODO-SET-ORG/bering", |
44 | | - "tag": "TODO-SET-BERING-TAG", |
45 | | - "digest": "TODO-SET-BERING-DIGEST" |
| 44 | + "repository": "ghcr.io/mb3r-lab/bering", |
| 45 | + "tag": "v0.1.0", |
| 46 | + "digest": "sha256:8e8ce6599b43477b0653617e829d41c62a3189d16b60ecb424cca718fc0e2674" |
46 | 47 | }, |
47 | 48 | "contracts": { |
48 | 49 | "collectorExport": "v1alpha1", |
49 | 50 | "discoveryReport": "v1alpha1" |
50 | 51 | } |
51 | 52 | }, |
52 | 53 | "sheaft": { |
53 | | - "version": "TODO-SET-SHEAFT-VERSION", |
| 54 | + "version": "0.1.1", |
54 | 55 | "image": { |
55 | | - "repository": "ghcr.io/TODO-SET-ORG/sheaft", |
56 | | - "tag": "TODO-SET-SHEAFT-TAG", |
57 | | - "digest": "TODO-SET-SHEAFT-DIGEST" |
| 56 | + "repository": "ghcr.io/mb3r-lab/sheaft", |
| 57 | + "tag": "v0.1.1", |
| 58 | + "digest": "sha256:eb1ebf9d96c55c5bb29e226e07496d152eb3a66b52dd9d34ba799fa4aef70624" |
58 | 59 | }, |
59 | 60 | "contracts": { |
60 | 61 | "gateDecision": "v1alpha1", |
|
0 commit comments