Skip to content

v0.25.0

Compare
Choose a tag to compare
@jpreese jpreese released this 07 May 15:47
· 307 commits to master since this release
a7464de

Features

  • Add the --no-fail flag to the test command that will always return an exit code of zero (#547)

Performance

  • Only calculate traces if the --trace flag is provided (#556) [thanks @msarvar 🎉]

Documentation

  • Improve the documentation when using the --combine flag (#542) [thanks @shteou 🎉]

Changelog

16cbb1b Add no-fail flag (#547)
ee86fa8 Adding brief documentation on verify in the usage docs (#543)
8b09609 Bump github.com/open-policy-agent/opa from 0.27.1 to 0.28.0 (#554)
a7464de Do not make rego trace unless --trace flag is passed in (#556)
fdf26e4 Fix example in documentation (#552)
5389a37 Merge pull request #542 from shteou/improve-combined-input-examples
1c476fe Update data loading test case (#536)
3c4554d Update error message for invalid parse (#546)
0f47a0c Update sharing example when using a PAT (#553)