Skip to content

v2.43.0

Choose a tag to compare

@github-actions github-actions released this 17 Sep 14:29
· 9 commits to main since this release
31dfa29

New features

  • [Experimental] Added kosli evaluate policy command to evaluate a Rego policy against one or more trails server-side, with optional decision recording via --control, --flow, --trail, --name, and --fingerprint flags.
  • Evaluation output now includes decision_attestation_id when the server records a decision.

Improvements

  • Extracted shared runServerEvaluation helper 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