Skip to content

Releases: vmkit-dev/vmkit-agent

v0.1.13

Choose a tag to compare

@badri badri released this 30 May 11:31

feat(vk-rl0u): add containers.stop RPC — stop and remove containers on environment delete

v0.1.12

Choose a tag to compare

@badri badri released this 30 May 07:13
  • vk-9itz: filter containers by vmkit.environment_id label for unambiguous resolution on multi-environment VMs

v0.1.11

Choose a tag to compare

@badri badri released this 21 May 11:49

fix: resolve Kamal web container when 'app' is the default container name

v0.1.10

Choose a tag to compare

@badri badri released this 19 May 04:39

fix: make docker group add a hard failure in harden + verify membership post-usermod

v0.1.9

Choose a tag to compare

@badri badri released this 19 May 04:19

fix: detect SSH service unit by existence (systemctl cat) not by active state — prevents false sshd fallback on Ubuntu 24.04 where only ssh.socket is active

v0.1.8

Choose a tag to compare

@badri badri released this 19 May 04:13

fix: create /run/sshd privilege separation directory before sshd -t syntax check on fresh VMs (Ubuntu 24.04)

v0.1.7

Choose a tag to compare

@badri badri released this 19 May 04:05

fix: capture sshd stderr; full sshd path; KbdInteractiveAuthentication

v0.1.6

Choose a tag to compare

@badri badri released this 19 May 03:57

fix: KbdInteractiveAuthentication for OpenSSH 9.x; add kamal user to docker group

v0.1.4 — rebuild without false-positive port-in-use check

Choose a tag to compare

@badri badri released this 18 May 17:21

Binary rebuild from clean source. v0.1.3 was compiled before the port-in-use preflight removal (0d33940) was included in the working-directory build. This release has the correct binary with all fixes from v0.1.1–v0.1.3: SSH port range, port-in-use check removed, per-command timeouts.

v0.1.3 — per-command timeouts to prevent harden hangs

Choose a tag to compare

@badri badri released this 18 May 16:20

Fix: all exec.Command calls in harden.go now use exec.CommandContext with hard timeouts (5-30s systemctl, 5-10s ss/nc/visudo, 120s apt-get). Prevents indefinite hang when systemctl restart ssh stalls.