Added
- OpenAI-compatible LLM adapter (#1487, BR-INTEGRATION-1254) — In-house
model.LLMadapter for OpenAI-compatible endpoints (LlamaStack, vLLM, Ollama, Azure OpenAI) usingnet/httpwithhttp.Clientinjection for mTLS transport chains. Supports streaming (SSE), tool call accumulation, finish reason mapping, and generation config forwarding. Factory-wired viaopenai_compatibleprovider inNewModelFromConfig.
Changed
- 4-level severity model (#1484, ADR-066) — Replaced
mediumwithwarningandlowwithinfoacross all CRD enums, OpenAPI specs, rego policies, LLM prompt templates, mock-LLM handlers, golden transcripts, and test fixtures. Regenerated ogen clients and CRD manifests.
Fixed
- Cluster-scoped namespace strip (#1480, #1477) — Dynamic scope resolution via RESTMapper for
ka_investigate_mcp, self-healing namespace strip for cluster-scoped resources in AF, and scope-aware namespace resolution in Effectiveness Monitor target resource fetch.
Security
- CVE remediation in db-migrate (#1485) — Pinned
x/cryptoandx/netin db-migrate image to resolve known CVEs.
Dependencies
- Bump Go module dependencies (15 updates) via Dependabot (#1479)
- Bump
actions/checkoutfrom 6 to 7 (#1478)
Full Changelog: v1.5.1...v1.5.2