|
3 | 3 | "schemaVersion": "1.0.0", |
4 | 4 | "stack": { |
5 | 5 | "name": "mb3r-stack", |
6 | | - "version": "0.3.0", |
| 6 | + "version": "0.3.1", |
7 | 7 | "status": "candidate", |
8 | | - "releaseDate": "2026-03-22", |
| 8 | + "releaseDate": "2026-05-01", |
9 | 9 | "notes": [ |
10 | 10 | "Generic integration and distribution layer only. No upstream Bering or Sheaft source code is vendored here.", |
11 | | - "Candidate bundle pinned to released Bering v0.3.1 and Sheaft v0.2.1 artifacts with immutable GHCR digests.", |
| 11 | + "Candidate bundle pinned to released Bering v0.3.2 and Sheaft v0.2.2 artifacts with immutable GHCR digests.", |
12 | 12 | "OpenTelemetry Demo is packaged as an example profile, not as the core contract.", |
13 | | - "Bering v0.3.1 adds the published 1.1.0 schema contract line without a declared CLI, API, or install-surface break.", |
14 | | - "Sheaft v0.2.1 strictly validates both the 1.0.0 and 1.1.0 Bering schema lines while keeping serve/watch in technical preview.", |
15 | | - "Pinned GHCR images are verified through live kind-based generic smoke with anonymous pull on 2026-03-22." |
| 13 | + "Bering v0.3.2 keeps the published 1.0.0 and 1.1.0 schema contract lines while adding runtime and toolchain hardening.", |
| 14 | + "Sheaft v0.2.2 strictly validates both the 1.0.0 and 1.1.0 Bering schema lines while keeping serve/watch in technical preview.", |
| 15 | + "Pinned GHCR images are recorded from the upstream release manifests published on 2026-05-01." |
16 | 16 | ] |
17 | 17 | }, |
18 | 18 | "artifacts": { |
19 | 19 | "chart": { |
20 | 20 | "name": "mb3r-stack", |
21 | | - "version": "0.3.0", |
| 21 | + "version": "0.3.1", |
22 | 22 | "ociRepository": "oci://ghcr.io/mb3r-lab/charts", |
23 | | - "package": "mb3r-stack-0.3.0.tgz" |
| 23 | + "package": "mb3r-stack-0.3.1.tgz" |
24 | 24 | }, |
25 | 25 | "assetPack": { |
26 | | - "version": "0.3.0", |
27 | | - "archive": "mb3r-assets-0.3.0.tgz", |
| 26 | + "version": "0.3.1", |
| 27 | + "archive": "mb3r-assets-0.3.1.tgz", |
28 | 28 | "includes": [ |
29 | 29 | "collector/", |
30 | 30 | "dashboards/", |
|
36 | 36 | "sheaft": "1.0.0" |
37 | 37 | }, |
38 | 38 | "configPacks": { |
39 | | - "collector": "0.3.0", |
40 | | - "examples": "0.3.0" |
| 39 | + "collector": "0.3.1", |
| 40 | + "examples": "0.3.1" |
41 | 41 | } |
42 | 42 | }, |
43 | 43 | "components": { |
44 | 44 | "bering": { |
45 | | - "version": "0.3.1", |
| 45 | + "version": "0.3.2", |
46 | 46 | "image": { |
47 | 47 | "repository": "ghcr.io/mb3r-lab/bering", |
48 | | - "tag": "v0.3.1", |
49 | | - "digest": "sha256:ac960e908df7fb7defb4ce950d2e54ff8d8f65f7cd5e5f723d424cb425248bad" |
| 48 | + "tag": "v0.3.2", |
| 49 | + "digest": "sha256:98e443461bf59d92cc19b20f425602de91b22a272ecd9a79df5cc20f96c735a8" |
50 | 50 | }, |
51 | 51 | "contracts": { |
52 | 52 | "collectorExport": "v1alpha1", |
53 | 53 | "discoveryReport": "v1alpha1" |
54 | 54 | } |
55 | 55 | }, |
56 | 56 | "sheaft": { |
57 | | - "version": "0.2.1", |
| 57 | + "version": "0.2.2", |
58 | 58 | "image": { |
59 | 59 | "repository": "ghcr.io/mb3r-lab/sheaft", |
60 | | - "tag": "v0.2.1", |
61 | | - "digest": "sha256:543771ca12722147578bf7a99dd07c5477c7fe15e7404cf6659a2a02f203a93b" |
| 60 | + "tag": "v0.2.2", |
| 61 | + "digest": "sha256:df6a7bbf21e4f307d1d33425f4245eeb34f5d051f46b8ad36ad536b33bf2c331" |
62 | 62 | }, |
63 | 63 | "contracts": { |
64 | 64 | "gateDecision": "v1alpha1", |
|
0 commit comments