chore(v0.92.1): supersede v0.92.0 — the published artifact predates the sudoers grant

v0.92.0 was published before live verification showed three of the four guestnet probes had
no sudoers grant, so that artifact lacks FELHOM_GUESTNET and the guestnet-* capability rows.
Superseded, not overwritten: a published version stays immutable (the v0.91.0 -> v0.91.1
precedent). Watchdog code is unchanged; the functional fix is the sudoers file, which must
ship with the binary.
This commit is contained in:
2026-07-21 12:33:05 +02:00
parent 0e8fd814ba
commit 98adb72204
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ import (
// version is the agent version. Overridable at build time with
// -ldflags "-X main.version=<v>"; defaults to the in-repo CHANGELOG version.
var version = "0.92.0"
var version = "0.92.1"
// runGuestHook is the PVE hook body (`felhom-agent guest-hook <vmid> <phase>`). On pre-start it
// creates placeholder dirs for any absent bind-mount source so the guest always boots (the C1 net);