Skip to content

containerd API 1.9.0-rc.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Apr 23:04
· 1683 commits to main since this release
api/v1.9.0-rc.0
11524ef

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

  • Enable HTTP debug and trace for transfer based puller (#10762)
  • Add content create event (#11006)

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)
    • c0ce618a1 Add release notes for api v1.9.0-rc.0
  • Enable HTTP debug and trace for transfer based puller (#10762)
  • Add content create event (#11006)
  • bump golang.org/x/net from 0.33.0 to 0.37.0 (#11574)
  • Support container restore through CRI/Kubernetes (#10365)
    • 9e6beafd5 Support container restore through CRI/Kubernetes
  • build(deps): bump golang.org/x/net from 0.23.0 to 0.33.0 in /api (#11472)
    • 37fe1e8b4 build(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)
    • d37ea6977 Bump 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