v0.1.4 released #211
anakrish
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This release is done primarily to enable use in kata-containers. Having a lightweight, fast, Rust-based Rego engine for use in the kata-agent was one of the key reasons for developing Regorus.
Key highlights
Cargo.toml
based on feedback from @danmihai1early return
optimization. If a rule produces constant value, then not all iterations of loops in the rule need to be executed. See Early Return from loops in a rule #209.Beta Was this translation helpful? Give feedback.
All reactions