From b1086d39004f94db139dec0645b23533eba6538e Mon Sep 17 00:00:00 2001 From: "arcbox-labs[bot]" <254083426+arcbox-labs[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 03:06:48 +0000 Subject: [PATCH] chore: bump arcbox version to v0.6.8 --- .../Sources/ArcBoxClient/Generated/api.pb.swift | 10 ++++------ arcbox.version | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Packages/ArcBoxClient/Sources/ArcBoxClient/Generated/api.pb.swift b/Packages/ArcBoxClient/Sources/ArcBoxClient/Generated/api.pb.swift index b0c25aea..f2839ab7 100644 --- a/Packages/ArcBoxClient/Sources/ArcBoxClient/Generated/api.pb.swift +++ b/Packages/ArcBoxClient/Sources/ArcBoxClient/Generated/api.pb.swift @@ -2098,12 +2098,10 @@ public struct Arcbox_V1_SetupStatus: Sendable { /// accepts commands. Its container runtime may still be starting. case vmReady // = 4 - /// The host services this daemon runs are up: the DNS server and, - /// with a Linux VM, the Docker API are bound (a --no-linux-vm daemon - /// runs no Docker API). Both fail startup rather than reaching this - /// phase if they cannot bind. The Kubernetes proxy is started here - /// too but is best-effort — a port 16443 already in use is tolerated - /// — so it is the one service this phase does not promise. + /// The host services this daemon promises are up: DNS and, with a Linux + /// VM, Docker plus any explicitly requested Kubernetes proxy are bound. + /// The canonical best-effort 16443 proxy remains the exception: a port + /// conflict leaves Kubernetes RPCs unavailable but does not fail startup. case networkReady // = 5 /// Startup complete. diff --git a/arcbox.version b/arcbox.version index d01a9894..ca46cd28 100644 --- a/arcbox.version +++ b/arcbox.version @@ -1 +1 @@ -v0.6.6 +v0.6.8