OPA v1.15.1 is a patch release that corrects a backwards-incompatible v1/logging. interface change from v1.15.0. The fix concerns Go module users with custom Logger implementations; binary and Docker image behavior is unchanged.
Releases
AI-analyzed release notes for CNCF graduated and incubating projects.
OPA v1.15.0 adds pluggable logging and AWS web-identity signing support, changes the custom HTTPAuthPlugin lifecycle contract, and adds TLS certificate reread configuration. It also includes correctness fixes and dependency updates; no security advisories or vulnerability disclosures are stated.
Check if affected (1)
breakingCustom
HTTPAuthPluginlifecycle contractApplies if you use custom
HTTPAuthPluginimplementations.In v1.15.0, all per-request authentication logic for custom
HTTPAuthPluginimplementations must move fromNewClient()toPrepare().
OPA v1.14.1 is a patch release focused on bug fixes and dependency updates. It includes dependency work related to the Go standard library and common package vulnerabilities.
Action needed (1)
securityGolang standard library dependency updates
This patch release collects two bug fixes and dependency updates for the
Golang standard libraryand common package vulnerabilities. The change ships in OPA v1.14.1.