Skip to content

Commit 280a04c

Browse files
committed
docs: sync Bering backlog milestone
1 parent 3691b25 commit 280a04c

4 files changed

Lines changed: 21 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Patch release focused on post-audit hardening for the `v0.3.x` discovery/runtime
3030
- Schema publishing is now a completed part of the shipped release path rather than a post-release manual recovery step.
3131
- The GitHub Pages schema publication workflow now resolves pinned schema constants and step outputs correctly for both tag-driven and manual runs.
3232
- README release badges now match the Sheaft header pattern and point at the current Bering release line.
33-
- Release-facing docs now consistently describe `v0.3.1` as the current product line carrying the published `1.1.0` schema contracts.
33+
- Release-facing docs now consistently describe the `v0.3.1` product line that carried the published `1.1.0` schema contracts at that point in the release history.
3434

3535
## v0.3.0
3636

RELEASING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Product releases and schema publishing are separate operations:
99
- product release tags: `vX.Y.Z`
1010
- schema publishing tags: `schema-vA.B.C`
1111

12-
Product releases advance independently from the public schema contracts. As of the current release line, use `v0.3.1` for the product release while the default emitted public schema contracts are `1.1.0` and the preserved `1.0.0` contracts remain available for validation and pinned consumers.
12+
Product releases advance independently from the public schema contracts. As of the current release line, use `v0.3.3` for the product release while the default emitted public schema contracts are `1.1.0` and the preserved `1.0.0` contracts remain available for validation and pinned consumers.
1313

1414
## Prerequisites
1515

@@ -28,7 +28,7 @@ Dry-run without publishing:
2828

2929
```bash
3030
make release-dry-run \
31-
VERSION=0.3.1 \
31+
VERSION=0.3.3 \
3232
GIT_SHA="$(git rev-parse HEAD)" \
3333
BUILD_DATE="$(git show -s --format=%cI HEAD)"
3434
```
@@ -37,7 +37,7 @@ Full local release payload with OCI publish:
3737

3838
```bash
3939
make release-local \
40-
VERSION=0.3.1 \
40+
VERSION=0.3.3 \
4141
GIT_SHA="$(git rev-parse HEAD)" \
4242
BUILD_DATE="$(git show -s --format=%cI HEAD)" \
4343
IMAGE_REPOSITORY=ghcr.io/mb3r-lab/bering \
@@ -49,8 +49,8 @@ If the chart version must intentionally differ from the app version:
4949

5050
```bash
5151
make chart-package \
52-
VERSION=0.3.1 \
53-
CHART_VERSION=0.3.2 \
52+
VERSION=0.3.3 \
53+
CHART_VERSION=0.3.3-chart.1 \
5454
ALLOW_CHART_VERSION_MISMATCH=1
5555
```
5656

@@ -80,7 +80,7 @@ These variables control the release payload:
8080
- `CHART_VERSION`: optional explicit chart version
8181
- `ALLOW_CHART_VERSION_MISMATCH=1`: required when `CHART_VERSION != VERSION`
8282

83-
For `v0.3.1`, `VERSION=0.3.1` while the default emitted public schema contracts are `1.1.0`.
83+
For `v0.3.3`, `VERSION=0.3.3` while the default emitted public schema contracts are `1.1.0`.
8484

8585
## Expected Output
8686

docs/backlog.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ This document is the repository-side product backlog snapshot for `MB3R-Lab/Beri
44

55
Source of truth for tracked implementation work: GitHub Issues, anchored by the pinned delivery index at https://github.com/MB3R-Lab/Bering/issues/19.
66

7-
Snapshot date: `2026-05-01`
7+
Snapshot date: `2026-05-31`
8+
9+
Active GitHub milestone: [Post-v0.3.3 product capability backlog](https://github.com/MB3R-Lab/Bering/milestone/4)
10+
11+
Latest shipped release: [Bering v0.3.3](https://github.com/MB3R-Lab/Bering/releases/tag/v0.3.3)
812

913
## Current Product Surface
1014

@@ -24,11 +28,14 @@ These gaps are tracked as concrete GitHub issues.
2428

2529
Tracked tasks:
2630

31+
- [#19](https://github.com/MB3R-Lab/Bering/issues/19): Delivery status and active backlog index.
2732
- [#39](https://github.com/MB3R-Lab/Bering/issues/39): Emit signal quality and coverage report for every artifact.
2833
- [#40](https://github.com/MB3R-Lab/Bering/issues/40): Add enrichment onboarding examples for trace-only to topology_api/overlay upgrades.
2934
- [#41](https://github.com/MB3R-Lab/Bering/issues/41): Publish operator-facing runtime reconciliation summary.
3035
- [#42](https://github.com/MB3R-Lab/Bering/issues/42): Add reference non-trace adapter example built on topology_api.
3136

37+
All tracked tasks above are assigned to the active post-`v0.3.3` milestone.
38+
3239
### Signal Quality And Coverage
3340

3441
Tracker: [#39](https://github.com/MB3R-Lab/Bering/issues/39)

docs/planning/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,11 @@ For the product capability backlog and its concrete GitHub issue links, see [Pro
88

99
## Milestones
1010

11+
Active GitHub tracker milestone:
12+
13+
- [Post-v0.3.3 product capability backlog](https://github.com/MB3R-Lab/Bering/milestone/4)
14+
15+
Historical planning notes:
16+
1117
- [Minor: Evidence-Weighted Reconciliation for Trace Gaps](./minor-evidence-weighted-reconciliation/milestone.md)
1218
- [Minor: Versioned Bering Schema Contract Evolution](./minor-schema-contract-evolution/milestone.md)

0 commit comments

Comments
 (0)