You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.