api/v1.12.0-beta.0Pre-release
containerd API 1.12.0-beta.0
Added 2
- Include media type in content create event
- Add parent path to runc checkpoint options
Deprecated 1
- Fix sandbox task API endpoints for non-runc runtimes
Welcome to the api/v1.12.0-beta.0 release of containerd! This is a pre-release of containerd
The 13th release for the containerd 1.x API aligns with the containerd 2.4 release.
Highlights
- Include media type in content create event (#13833)
- Add parent path to runc checkpoint options (#13699)
Deprecations
- Fix sandbox task API endpoints for non-runc runtimes (#13360)
Please try out the release binaries and report any issues at https://github.com/containerd/containerd/issues.
Contributors
- Maksym Pavlenko
- Derek McGowan
- Jordan Liggitt
- Samuel Karp
- Wei Fu
- Kohei Tokunaga
- Philip Laine
- Sergey Kanzhelev
Changes
- Prepare release notes for api/v1.12.0-beta.0 (#13899)
0ff04dc3fPrepare release notes for api/v1.12.0-beta.0
- Include media type in content create event (#13833)
a452c2e23Include media type in content create event
- build(deps): bump golang.org/x/net from 0.51.0 to 0.55.0 in /api (#13819)
52c5f1f64build(deps): bump golang.org/x/net from 0.51.0 to 0.55.0 in /api
- build(deps): bump github.com/containerd/ttrpc to v1.2.9 (#13740)
658a1c78bbuild(deps): bump github.com/containerd/ttrpc to v1.2.9
- Add parent path to runc checkpoint options (#13699)
ea0ed51e2shim: allow specifying runc's --parent-path during checkpointing
- Update typeurl/v2 to v2.3.0 to drop gogo dependency (#13490)
ce3914324Update typeurl/v2 to v2.3.0 to drop gogo dependency
- do not hide linitng errors (#13423)
7f10e9eb5do not hide linitng errors
- Fix sandbox task API endpoints for non-runc runtimes (#13360)
ac01ae5c2protos: include task API address to CreateTaskRequest
Dependency Changes
- github.com/containerd/ttrpc v1.2.5 -> v1.2.9
- github.com/containerd/typeurl/v2 v2.1.1 -> v2.3.0
- golang.org/x/net v0.48.0 -> v0.55.0
- golang.org/x/sys v0.39.0 -> v0.46.0
- golang.org/x/text v0.32.0 -> v0.37.0
- google.golang.org/genproto/googleapis/rpc ff82c1b0f217 -> a57be14db171
- google.golang.org/grpc v1.79.3 -> v1.81.1
- google.golang.org/protobuf v1.36.10 -> v1.36.11
Previous release can be found at api/v1.11.0