0.4.37 (2026-08-19)
Features
- add Amazon Bedrock Mantle (OpenAI-compatible) AI provider (#1640) (bdbc3c7)
- add LiteLLM backend (#1719) (47db90f)
Bug Fixes
- clamp max-concurrency in custom analysis to avoid deadlock and panic (#1700) (6859e9c)
- deps: update k8s.io/utils digest to cf1189d (#1688) (8bda53b)
- deps: update module google.golang.org/grpc to v1.82.1 [security] (#1714) (1c8a56c)
- do not panic on an Ingress path with a resource backend (#1728) (b4a86de)
- guard against nil backend port in HTTPRoute analyzer (#1702) (447f30e)
- guard against nil spec.replicas in deployment analyzer (#1683) (58ab921)
- guard empty API key in Google GenAI client (#1699) (6efe5b5)
- ignore HPA ScalingLimited TooFewReplicas at minReplicas (#1716) (63f0663)
- inspect Gateway Accepted and Programmed by type (#1737) (3936f70)
- mask real pod name and namespace in statefulset analyzer (#1703) (4e7531b)
- point release-please extra-files at the real chart path (#1697) (133dbe6)
- populate ParentObject in ClusterCatalog and ClusterExtension analyzers (#1707) (1b4ef99)
- prevent nil prometheus config dereference on invalid gzipped config (#1708) (5347c41)
- report Deployment ProgressDeadlineExceeded when replica counts still match (#1740) (05247a8)
- report keda scaledobject failures when no event exists (#1706) (c8ae792)
- resolve EKS default kubeconfig path across platforms (#1686) (f247b3f)
- scan init containers for ConfigMap usage (#1722) (81ad200)
- scan projected volume sources for ConfigMap usage (#1741) (f5000a9)
- skip empty results from custom analyzers with no findings (#1724) (aee4bdc)
- skip failure report for jobs that completed successfully after retries (#1725) (e44878e)
- use empty default for auth add --model so per-backend fallback runs (#1701) (4fbd4bb)
Other
- deps: update actions/checkout digest to fbc6f39 (#1711) (3cf4098)
- deps: update actions/setup-go action to v7 (#1709) (2656e61)
- deps: update docker/build-push-action digest to 53b7df9 (#1677) (9f493b4)
- deps: update docker/login-action digest to dbcb813 (#1718) (47350a0)
- deps: update golangci/golangci-lint-action action to v9 (#1692) (77cf9d9)
- deps: update goreleaser/goreleaser-action action to v7 (#1694) (c35c84e)
- deps: update softprops/action-gh-release action to v3 (#1696) (4b5cacb)