Skip to content

v0.7.0

Compare
Choose a tag to compare
@asafc asafc released this 10 May 19:13
· 383 commits to master since this release
60796be

What's Changed

Supporting a new policy engine: Cedar Agent

Cedar Agent provides the ability to run Cedar as a standalone agent (Similar to how one would use OPA) which can then be powered by OPAL. OPAL manages the policies loaded into Cedar through git, same as for OPA, and can push data updates in real time from external data sources.
Example OPAL configuration for Cedar can be found here.

The Cedar policy language offers better readability, better performance for policy evaluation and is analyzable via automatic reasoning.

  • Add a Cedar policy engine plugin by @shaulk in #461
  • Shaul/per 5343 update cedar agent in opal by @shaulk in #463

Small fixes and improvements

  • Add platforms to build-push-action with amd64 and arm64 by @vivedo in #427
  • [Snyk] Security upgrade setuptools from 39.0.1 to 65.5.1 by @RazcoDev in #323
  • [Snyk] Security upgrade setuptools from 39.0.1 to 65.5.1 by @asafc in #324
  • Bump json5 from 2.2.1 to 2.2.3 in /documentation by @dependabot in #354
  • Bump webpack from 5.74.0 to 5.76.1 in /documentation by @dependabot in #410
  • Upgrade GitHub Action by @cclauss in #417
  • Docs: Add periodic_update_interval to data-sources.mdx by @roekatz in #458
  • Oded/small docs fixes by @obsd in #283
  • sort and add more questions by @orweis in #459
  • Merge pull request #347 from permitio/improve-cli-windows-support by @orweis in #349
  • Tests: Mark test_external_http_get flaky for retries by @roekatz in #460
  • bump version: 0.7.0 by @asafc in #462

New Contributors

Full Changelog: 0.6.1...0.7.0