Skip to content

v1.24.5

Compare
Choose a tag to compare
@styra-bot styra-bot released this 16 Aug 20:03
· 16 commits to main since this release
34904b5

OPA v0.67.1
Regal v0.25.0

This patch contains optimizations for the Batch Query API, and also updates the Regal version used in Enterprise OPA to version v0.25.0.

Extra tools in debug image

The -debug container image now contains a number of useful helper utilities to aid in debugging problems in your deployments.
When running docker run -it --entrypoint=sh ghcr.io/styrainc/enterprise-opa:1.24.5-debug or docker exec -it <your-running-debug-container> sh, you will find

  • busybox
  • curl
  • grpcurl
  • dig
  • htop
  • ping
  • kafkacat
  • strace
  • tcpdump
  • ldapsearch

Binary name in all images

When using the container image in your Dockerfile, or manually constructed docker run calls, you can now refer to the Enterprise OPA binary via /bin/eopa, /bin/opa and /opa; or just use opa or eopa for convenience.