Release 1.13.2

For GO-2026-4337

Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
This commit is contained in:
Stephan Renatus
2026-02-18 09:44:29 +01:00
committed by Stephan Renatus
parent 4d69427829
commit fd4fdf72d1
4 changed files with 5125 additions and 1 deletions
+5
View File
@@ -3,6 +3,11 @@
All notable changes to this project will be documented in this file. This All notable changes to this project will be documented in this file. This
project adheres to [Semantic Versioning](http://semver.org/). project adheres to [Semantic Versioning](http://semver.org/).
## 1.13.2
This release updates the version of Go used to build the OPA binaries and images to 1.25.7.
That version of the Go standard library contains a fix for [GO-2026-4337](https://pkg.go.dev/vuln/GO-2026-4337).
## 1.13.1 ## 1.13.1
This bug fix release addresses an issue found in the new `array.flatten` built-in function This bug fix release addresses an issue found in the new `array.flatten` built-in function
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 (
"runtime/debug" "runtime/debug"
) )
var Version = "1.13.1" var Version = "1.13.2"
// GoVersion is the version of Go this was built with // GoVersion is the version of Go this was built with
var GoVersion = runtime.Version() var GoVersion = runtime.Version()