Releases: StyraInc/enterprise-opa
v1.31.3
v1.31.2
v1.31.1
v1.31.0
This release includes the OPA v1.0 code changes.
Please see the OPA v1 Release Notes for more details.
Read more about the OPA 1.0 announcement here on our blog.
Everything you need to know about compatibility for v0 Rego code that hasn't been migrated yet can be found in these docs.
v1.30.1
This release includes various dependency bumps and updates the embedded Regal version to v0.29.2.
golang.org/x/crypto
0.31.0
This release also bumps the golang.org/x/crypto
dependency to version 0.31.0.
In that version, CVE-2024-45337 is fixed.
Please note that the vulnerable code has not been used in Enterprise OPA (or OPA), but some automated security scanners don't account for that.
For further information, see GHSA-v778-237x-gjrc.
v1.30.0
With this release, the built-in sql.send()
can be used to talk to Oracle Databases.
This release further includes various dependency bumps and updates the embedded Regal version to v0.29.0.
sql.send
supports Oracle
sql.send
now supports Oracle databases! To connect to it, use a data_source_name
of
oracle://USER:PASSWORD@HOST:PORT/DATABASE
See the sql.send
documentation
for all details about the built-in.
v1.29.1
v1.29.0
v1.28.0
This release includes various dependency bumps, as well as support for Google Cloud Storage as a sink for decision logs.
Google Cloud Storage as a Decision Log Sink
You can now configure Enterprise OPA to send decision logs to Google Cloud Storage.
This is done by configuring a new sink of type gcs
in the decision log configuration:
decision_logs:
plugin: eopa_dl
plugins:
eopa_dl:
output:
- type: gcs
bucket: logs
For all configuration options, please see the reference documentation.