mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
Prepare v1.15.2 release
Signed-off-by: Johan Fylling <johan.dev@fylling.se>
This commit is contained in:
@@ -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
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user