Skip to content

v1.0.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jan 20:24
· 42 commits to main since this release

This is a bug fix release addressing the following issues:

  • build(go): bump to 1.23.5 (authored by @srenatus).
    Addressing CVE-2024-45341 and CVE-2024-45336 vulnerabilities in the Go runtime.
  • bundle: Add info about the correct rego version to parse modules on the store, co-authored by @ashutosh-narkar and @johanfylling in #7278.
    Fixing an issue where the rego-version for individual modules was lost during bundle deactivation (bundle lifecycle) if this version diverged from the active runtime rego-version.
    This could cause reloading of v0 bundles to fail when OPA was not running with the --v0-compatible flag.