Patch release v1.4.2 (#7546)

Signed-off-by: sspaink <sspaink@styra.com>
This commit is contained in:
Sebastian Spaink
2025-05-02 13:30:51 -05:00
committed by GitHub
parent 026ea16d28
commit 03da822be9
5 changed files with 10110 additions and 1 deletions
+11
View File
@@ -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
+1 -1
View File
@@ -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()