containerd API 1.9.0-rc.0
Pre-release
Pre-release
·
1683 commits
to main
since this release
Welcome to the api/v1.9.0-rc.0 release of containerd!
This is a pre-release of containerd
The 10th release for the containerd 1.x API aligns with the containerd 2.1 release.
Highlights
Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.
Contributors
- Derek McGowan
- Maksym Pavlenko
- Akihiro Suda
- Davanum Srinivas
- Phil Estes
- Adrian Reber
- Jin Dong
- Philip Laine
Changes
16 commits
- Add release notes for api v1.9.0-rc.0 (#11751)
c0ce618a1Add release notes for api v1.9.0-rc.0
- Enable HTTP debug and trace for transfer based puller (#10762)
- Add content create event (#11006)
752914b5bAdd content create event to api
- bump golang.org/x/net from 0.33.0 to 0.37.0 (#11574)
7fe5c4123go.mod: golang.org/x/net v0.37.0
- Support container restore through CRI/Kubernetes (#10365)
9e6beafd5Support container restore through CRI/Kubernetes
- build(deps): bump golang.org/x/net from 0.23.0 to 0.33.0 in /api (#11472)
37fe1e8b4build(deps): bump golang.org/x/net from 0.23.0 to 0.33.0 in /api
- Bump to newer opencontainers/image-spec @ v1.1.1 (#11461)
d37ea6977Bump to newer opencontainers/image-spec @ v1.1.1
Dependency Changes
- github.com/opencontainers/image-spec v1.1.0 -> v1.1.1
- golang.org/x/net v0.23.0 -> v0.37.0
- golang.org/x/sys v0.18.0 -> v0.31.0
- golang.org/x/text v0.14.0 -> v0.23.0
- gopkg.in/yaml.v3 v3.0.1 new
Previous release can be found at api/v1.8.0