Prepare Release 0.42.2

Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
This commit is contained in:
Stephan Renatus
2022-07-13 10:09:25 +02:00
committed by Stephan Renatus
parent 16bae6c4aa
commit efcf506926
4 changed files with 4263 additions and 1 deletions
+6
View File
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. This
project adheres to [Semantic Versioning](http://semver.org/).
## 0.42.2
This is a bug fix release that addresses the following:
- storage/disk: make symlinks work with relative paths ([#4869](https://github.com/open-policy-agent/opa/issues/4869))
- bundle: Normalize paths before bundle root check
## 0.42.1
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -10,7 +10,7 @@ import (
)
// Version is the canonical version of OPA.
var Version = "0.42.1"
var Version = "0.42.2"
// GoVersion is the version of Go this was built with
var GoVersion = runtime.Version()