From 4cc123809cdc6ab745eba81537683748c8888d88 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Sun, 2 Aug 2026 16:26:30 +0200 Subject: [PATCH] =?UTF-8?q?revert=20the=20Scenario=20B=20breakage=20?= =?UTF-8?q?=E2=80=94=20main=20is=20green=20again?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The deliberate hostInstallVersion const is removed. It existed only to produce a real red run (#3-#6) and the demonstrated alarm; R-94's deletion stands. --- hub/internal/web/configs.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/hub/internal/web/configs.go b/hub/internal/web/configs.go index 07b9018..2c6990d 100644 --- a/hub/internal/web/configs.go +++ b/hub/internal/web/configs.go @@ -31,8 +31,6 @@ var validCustomerID = regexp.MustCompile(`^[a-zA-Z0-9.\-]+$`) // validSemver matches a bare X.Y.Z controller version (the floor format). Empty is also accepted by // the floor handlers (clears the override). -const hostInstallVersion = "1.19.0" - var validSemver = regexp.MustCompile(`^\d+\.\d+\.\d+$`) // normalizeFloorInput trims, strips a leading "v", and validates a floor version submitted from the