Skip to content

Kubernaut v1.5.1

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Jun 00:37
· 16 commits to main since this release
v1.5.1
d6f2a3b

Highlights

Kubernaut Console

Web UI for interactive investigation, real-time agent chat, remediation monitoring, and workflow management. Operators can view live RCA progress, approve actions, and inspect audit trails from a single pane of glass.

Repository: kubernaut-console


Added

  • Kubernaut Console — Web UI for interactive investigation, real-time agent chat, remediation monitoring, and workflow management (kubernaut-console)

Fixed

  • Stale session reactivation (#1472)kubernaut_reconnect now validates RR existence and phase before attempting reconnection. Prevents misleading "reconnecting" UX after pod restarts when the investigation no longer exists or has completed.
  • Per-phase LLM routing (#1470) — Investigation phases can now route to different LLM providers via phaseModels config with hot-reload support.
  • Status/subscribe RR context (#1468) — RR spec context now included in status/subscribe SSE metadata for richer UI state.
  • EA hot-loop prevention (#1466) — GenerationChangedPredicate prevents unnecessary reconciliation in Effectiveness Monitor.
  • Audit trail truncation (#1464) — Raised MaxToolResultBytes to 16KB and aggregates audit trail into lifecycle phases.
  • Session ID forwarding (#1452) — AF-provided session ID properly threaded through to KA for direct lookup.

What's Changed

Full Changelog: v1.5.0...v1.5.1