v2.43.0
New features
- [Experimental] Added
kosli evaluate policycommand to evaluate a Rego policy against one or more trails server-side, with optional decision recording via--control,--flow,--trail,--name, and--fingerprintflags. - Evaluation output now includes
decision_attestation_idwhen the server records a decision.
Improvements
- Extracted shared
runServerEvaluationhelper so all server-side evaluation paths send identical requests and render identical output. - Pre-flight checks on policy bundle size (file count and byte limit) now produce named, human-readable errors instead of opaque API rejections.
What's Changed
- feat(evaluate): kosli evaluate policy, evaluating and recording a decision in one request by @jumboduck in #1201
Full Changelog: v2.42.0...v2.43.0