Prepare v1.15.2 release

Signed-off-by: Johan Fylling <johan.dev@fylling.se>
This commit is contained in:
Johan Fylling
2026-04-08 14:50:35 +02:00
parent 537e12df8a
commit 37b80cb7b6
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
project adheres to [Semantic Versioning](http://semver.org/).
## 1.15.2
This release updates the version of Go used to build the OPA binaries and images to 1.26.2.
This version of Go contains multiple [security fixes](https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU/).
## 1.15.1
This patch release fixes a backwards-incompatible change in the `v1/logging.Logger` interface that inadvertently made it into Release v1.15.0.
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"
)
var Version = "1.15.1"
var Version = "1.15.2"
// GoVersion is the version of Go this was built with
var GoVersion = runtime.Version()