You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Bering v0.3.1` is the current product release of Bering: a discovery and publishing layer for service topology and endpoint contracts.
11
+
`Bering v0.3.2` is the current product release of Bering: a discovery and publishing layer for service topology and endpoint contracts.
12
12
13
13
Bering turns trace input or explicit topology input into stable JSON artifacts, and it can also run as a long-lived runtime service that emits rolling discovery snapshots plus conservative reconciliation views for trace gaps.
14
14
@@ -28,8 +28,8 @@ Bering owns discovery and discovery-side public contracts. It does not own simul
28
28
29
29
Do not treat the product release tag as the schema contract version.
30
30
31
-
- Current product release for this repository: `Bering v0.3.1`
32
-
- Current product git tag / GitHub Release: `v0.3.1`
31
+
- Current product release for this repository: `Bering v0.3.2`
32
+
- Current product git tag / GitHub Release: `v0.3.2`
Copy file name to clipboardExpand all lines: docs/install.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Install
2
2
3
-
Bering `v0.3.1` is the current product release. It emits `io.mb3r.bering.model@1.1.0` and `io.mb3r.bering.snapshot@1.1.0` by default, while still validating the preserved `1.0.0` contracts.
3
+
Bering `v0.3.2` is the current product release. It emits `io.mb3r.bering.model@1.1.0` and `io.mb3r.bering.snapshot@1.1.0` by default, while still validating the preserved `1.0.0` contracts.
4
4
5
5
## Binary Archives
6
6
@@ -14,18 +14,18 @@ Supported release targets:
14
14
-`darwin/arm64`
15
15
-`windows/amd64`
16
16
17
-
Example release asset names for `v0.3.1`:
17
+
Example release asset names for `v0.3.2`:
18
18
19
-
-`bering_0.3.1_linux_amd64.tar.gz`
20
-
-`bering_0.3.1_linux_arm64.tar.gz`
21
-
-`bering_0.3.1_darwin_amd64.tar.gz`
22
-
-`bering_0.3.1_darwin_arm64.tar.gz`
23
-
-`bering_0.3.1_windows_amd64.zip`
19
+
-`bering_0.3.2_linux_amd64.tar.gz`
20
+
-`bering_0.3.2_linux_arm64.tar.gz`
21
+
-`bering_0.3.2_darwin_amd64.tar.gz`
22
+
-`bering_0.3.2_darwin_arm64.tar.gz`
23
+
-`bering_0.3.2_windows_amd64.zip`
24
24
25
25
Example:
26
26
27
27
```bash
28
-
tar -xzf bering_0.3.1_linux_amd64.tar.gz
28
+
tar -xzf bering_0.3.2_linux_amd64.tar.gz
29
29
./bering help
30
30
```
31
31
@@ -40,8 +40,8 @@ go build ./cmd/bering
40
40
Pull the published runtime image:
41
41
42
42
```bash
43
-
docker pull ghcr.io/mb3r-lab/bering:v0.3.1
44
-
docker run --rm ghcr.io/mb3r-lab/bering:v0.3.1help
43
+
docker pull ghcr.io/mb3r-lab/bering:v0.3.2
44
+
docker run --rm ghcr.io/mb3r-lab/bering:v0.3.2help
45
45
```
46
46
47
47
The release manifest records all published image references and the final digest in `oci_images`.
@@ -51,13 +51,13 @@ The release manifest records all published image references and the final digest
Copy file name to clipboardExpand all lines: docs/planning/minor-schema-contract-evolution/implementation-note.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,9 @@
28
28
## Release And Publication Boundary
29
29
30
30
- Product release versioning remains separate from schema contract versioning.
31
-
- The current product line is `v0.3.1`, and it emits `1.1.0` contracts by default.
31
+
- The current product line is `v0.3.2`, and it emits `1.1.0` contracts by default.
32
32
- The schema publication tag used for external publication is `schema-v1.1.0`.
33
-
- The `1.1.0` schema line is now published on GitHub Pages and shipped by the `v0.3.1` product release.
33
+
- The `1.1.0` schema line is now published on GitHub Pages, was introduced in the `v0.3.1` product release, and remains the default emitted line in `v0.3.2`.
0 commit comments