Skip to content

Commit cdcd8da

Browse files
Merge pull request #27500 from lsm5/570-release
Bump to v5.7.0
2 parents 54402fe + 0370128 commit cdcd8da

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Release Notes
22

33
## 5.7.0
4+
### Security
5+
- This release addresses CVE-2025-52881, where arbitrary write gadgets and procfs write redirects allowed runc container escape and denial of service.
6+
47
### Features
58
- The remote Podman client and `podman system service` API server now support encrypting connections with TLS and mTLS, including client authentication by certificate ([#24583](https://github.com/containers/podman/issues/24583)).
69
- The `podman system connection add` command can now create connections to TCP sockets with TLS and mTLS encryption.

docs/source/_static/versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[
2+
"5.7",
23
"5.6",
34
"5.5",
45
"5.4",

version/rawversion/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ package rawversion
44
//
55
// This indirection is needed to prevent semver packages from bloating
66
// Quadlet's binary size.
7-
const RawVersion = "5.7.0-dev"
7+
const RawVersion = "5.7.0"

0 commit comments

Comments
 (0)