Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 13:02
· 29 commits to main since this release
kubeagent v0.3.0

Four features since v0.2.0, closing the blind spots found by the
2026-06-29 chaos / failure-injection tests:
- Service / LoadBalancer health: flags selector Services with no ready
  endpoints and LoadBalancer Services with no external address.
- NetworkPolicy awareness: annotates a degraded, finding-less workload with
  the NetworkPolicies selecting its pods (a root-cause hint).
- Connectivity diagnostics: an unreachable/broken API server yields an
  actionable diagnosis (down/timeout/TLS-cert/auth/DNS) with a details line.
- Credential lint (opt-in): scan --lint-secrets flags credentials stored in
  the clear (ConfigMap values, pod env literals) by location and pattern —
  never the value, and never sent to --explain.