mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
Patch release v1.4.2 (#7546)
Signed-off-by: sspaink <sspaink@styra.com>
This commit is contained in:
@@ -3,6 +3,17 @@
|
||||
All notable changes to this project will be documented in this file. This
|
||||
project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## 1.4.2
|
||||
|
||||
This is a bug fix release addressing the missing `capabilities/v1.4.1.json` in the v1.4.1 release.
|
||||
|
||||
## 1.4.1
|
||||
|
||||
This is a security fix release for the fixes published in Go [1.24.1](https://groups.google.com/g/golang-announce/c/4t3lzH3I0eI) and [1.24.2](https://groups.google.com/g/golang-announce/c/Y2uBTVKjBQk)
|
||||
|
||||
- build: bump go to 1.24.2 (#7544) (authored by @sspaink)
|
||||
Addressing `CVE-2025-22870` and `CVE-2025-22871` vulnerabilities in the Go runtime.
|
||||
|
||||
## 1.4.0
|
||||
|
||||
This release contains a security fix addressing CVE-2025-46569.
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -11,7 +11,7 @@ import (
|
||||
)
|
||||
|
||||
// Version is the canonical version of OPA.
|
||||
var Version = "1.4.0"
|
||||
var Version = "1.4.2"
|
||||
|
||||
// GoVersion is the version of Go this was built with
|
||||
var GoVersion = runtime.Version()
|
||||
|
||||
Reference in New Issue
Block a user