Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 05:18
· 18 commits to main since this release
kubeagent v0.4.0

One feature and one precision fix since v0.3.0:
- Service backing awareness: a 'no ready endpoints' Service issue is annotated
  with its backing workload when that workload expects no pods (a CronJob/Job,
  or a DaemonSet/Deployment/StatefulSet scaled to 0), so these stop reading as
  primary problems (text + JSON expected/backing). A Deployment/StatefulSet
  with replicas and no endpoints stays a primary issue.
- Credential-lint precision: --lint-secrets no longer flags *_FILE env vars
  (paths to secret files) or dotted version numbers; real secret values in
  *_FILE-named vars are still flagged.