Skip to content

Commit ab3c078

Browse files
committed
build: bump coordinode-rs to v0.3.17, regenerate proto stubs
- coordinode-rs submodule: v0.3.15 → v0.3.17 - proto submodule: advance to e1ab91d (write_concern/causal fields) - docker-compose.yml, demo/docker-compose.yml: image 0.3.15 → 0.3.17 - demo/README.md: update version references to v0.3.17 - regenerate _proto stubs (tracked separately via make proto)
1 parent e5c50c4 commit ab3c078

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

demo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Interactive notebooks for LlamaIndex, LangChain, and LangGraph integrations.
1313

1414
> **Note:** First run installs `coordinode-embedded` from source (Rust build, ~5 min).
1515
> Subsequent runs use Colab's pip cache.
16-
> The embedded Colab install is pinned to a specific commit that bundles coordinode-rs v0.3.15; the Colab notebook links above target `main`.
17-
> The Docker Compose stack below uses the CoordiNode **server** image v0.3.15.
16+
> The embedded Colab install is pinned to a specific commit that bundles coordinode-rs v0.3.17; the Colab notebook links above target `main`.
17+
> The Docker Compose stack below uses the CoordiNode **server** image v0.3.17.
1818
1919
## Run locally (Docker Compose)
2020

demo/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
coordinode:
33
# Keep version in sync with root docker-compose.yml
4-
image: ghcr.io/structured-world/coordinode:0.3.15
4+
image: ghcr.io/structured-world/coordinode:0.3.17
55
container_name: demo-coordinode
66
ports:
77
- "127.0.0.1:37080:7080" # gRPC (native API) — localhost-only

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version: "3.9"
77

88
services:
99
coordinode:
10-
image: ghcr.io/structured-world/coordinode:0.3.15
10+
image: ghcr.io/structured-world/coordinode:0.3.17
1111
container_name: coordinode
1212
ports:
1313
- "7080:7080" # gRPC

0 commit comments

Comments
 (0)