From 1dc9b0edb8f2ea5cf707d619be30d01636ff4b76 Mon Sep 17 00:00:00 2001 From: bdchatham Date: Mon, 27 Jul 2026 12:15:12 -0700 Subject: [PATCH] chore: release v0.0.24 (seed P2P reachability) Carries the seed-mode fixes in #43: applySeedOverrides binds P2P to 0.0.0.0 (a seed previously inherited the baseDefaults loopback and accepted no external peers, silently), bounds the PEX recv path via max_packet_msg_payload_size, and rejects a seed config with pex disabled. Also adds a seed arm to NodePortsForMode and exports the port-name constants. Consumed next by seictl, whose sidecar resolves ConfigIntent and is therefore what makes seed config correct in a running cluster. Co-Authored-By: Claude Opus 5 (1M context) --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index 27e8dd9..d06840a 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v0.0.23" + "version": "v0.0.24" }