Skip to content

Commit a5afc5a

Browse files
johanfyllingashutosh-narkar
authored andcommitted
Prepare v1.0.1 release
Signed-off-by: Johan Fylling <[email protected]>
1 parent a6bc629 commit a5afc5a

File tree

4 files changed

+5045
-1
lines changed

4 files changed

+5045
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file. This
44
project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## 1.0.1
7+
8+
This is a bug fix release addressing the following issues:
9+
10+
- build(go): bump to 1.23.5 (authored by @srenatus).
11+
Addressing `CVE-2024-45341` and `CVE-2024-45336` vulnerabilities in the Go runtime.
12+
- 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).
13+
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.
14+
This could cause reloading of v0 bundles to fail when OPA was not running with the `--v0-compatible` flag.
15+
616
## 1.0.0
717

818
> **_NOTES:_**

0 commit comments

Comments
 (0)