Integrate patch release v1.0.1

Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com>
This commit is contained in:
Ashutosh Narkar
2025-01-21 13:57:01 -08:00
committed by Stephan Renatus
parent 4782cc5721
commit d5cbd16545
3 changed files with 5044 additions and 0 deletions
+10
View File
@@ -9,6 +9,16 @@ project adheres to [Semantic Versioning](http://semver.org/).
- github.com/dgraph-io/badger: v3.2103.5 -> v4.5.0 by @Juneezee in [#7239](https://github.com/open-policy-agent/opa/pull/7239) - github.com/dgraph-io/badger: v3.2103.5 -> v4.5.0 by @Juneezee in [#7239](https://github.com/open-policy-agent/opa/pull/7239)
## 1.0.1
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](https://github.com/open-policy-agent/opa/pull/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.
## 1.0.0 ## 1.0.0
> **_NOTES:_** > **_NOTES:_**
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff