Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release notes for v2.0.0-rc.5 #10752

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

dmcgowan
Copy link
Member

Generated release notes. This will not be the last RC, we need at least one more after containerd/errdefs#19

Full diff at https://gist.github.com/dmcgowan/68f63519848bb0838623f6edf4e8ee28


Welcome to the v2.0.0-rc.5 release of containerd!
This is a pre-release of containerd

The first major release of containerd 2.x focuses on the continued stability of
containerd's core feature set with an easy upgrade from containerd 1.x. This
release includes the stabilization of new features added in the last 1.x release
as well as the removal of features which were deprecated in 1.x. The goal is to
support the vast community of containerd users well into the future along with
their ever increasing deployment footprints and variety of use cases.

Highlights

  • Add Update API for sandbox controller (#9903)
  • Configure otel from env instead of config.toml (#8970)
  • Enable NRI by default (#9744)
  • Add PluginInfo to introspection API (#9442)
  • Remove overlayfs volatile option on temp mounts (#9555)
  • Expose usage of deprecated features (#9258)
  • Use Intel ISA-L's igzip if available (#9200)
  • Introduce top level config migration (#9223)
  • Add image delete target (#8989)
  • Remove LimitNOFILE from containerd.service (#8924)
  • Add support for image expiration during garbage collection (#9022)
  • Reduce the contention between ref lock and boltdb lock in content store (#8792)
  • Remove "containerd.io/restart.logpath" label (#8264)
  • Remove aufs snapshotter (#8263)
  • Fix deadlock during NRI plugin registration (containerd/nri#79)
  • Fix deadlock when writing to pipe blocks (containerd/ttrpc#168)

Build and Release Toolchain

  • Generate attestation for artifacts during release (#10543)

Container Runtime Interface (CRI)

  • Use 'UserSpecifiedImage' from CRI to set the image-name annotation (#10747)
  • Add support to set loopback to up (#10238)
  • Add support for multiple subscribers to CRI container events (#9661)
  • Enable CDI by default (#9621)
  • Remove non-sandboxed CRI implementation (#9228)
  • Add support for userns in stateless and stateful pods with idmap mounts (KEP-127, k8s >= 1.27) (#8287)
  • Use sandboxed CRI by default (#8994)
  • Implement RuntimeConfig CRI call (#8722)
  • Add support for user namespaces (KEP-127) (#8803)
  • Remove CRI v1alpha2 (#8276)

Go client

  • Add api Go module and move all protos under api (#10151)
  • Move packages based on contributing guide (#9365)
  • Generalize plugin library (#9214)
  • Use github.com/containerd/log (#9086)

Image Distribution

  • Support to syncfs after pull by using diff plugin (#10284)
  • Skip "unknown" in image platform listing (#10257)
  • Update unpacker to fetch all provided content (#10202)
  • Enable Transfer service API to support plain HTTP (#10024)
  • Enable Transfer service to use registry configuration directory (#9908)
  • Disable the support for Schema 1 images (#9765)
  • Update Transfer service to add OCI descriptors to Progress structure (#9630)
  • Update import and export to allow references to missing content (#9554)
  • Add option to perform syncfs after pull (#9401)
  • Add image verifier transfer service plugin system based on a binary directory (#8493)

Runtime

  • Implement RuntimeStatus.features.supplemental_groups_policy from KEP-3619 (#10410)
  • Add pprof to runc-shim (#10242)
  • Provide runtime options in plugin info (#10251)
  • Store bootstrap parameters in sandbox metadata (#9736)
  • Update apparmor to allow confined runc to kill containers (#10123)
  • Support vsock connection to task api (#9738)
  • Update RuntimeDefault seccomp profile to disallow io_uring related syscalls (#9320)
  • Switch runc shim to task service v3 and fix restore (#9233)
  • Add sandboxer configuration and move sandbox controllers to plugins (#8268)
  • Add annotations to CreateSandbox request (#8960)
  • Add SandboxMetrics (#8680)
  • Publish sandbox events (#8602)
  • Remove the CriuPath field from runc's options (#8279)
  • Remove support for config.toml version = 1 (#8275)
  • Remove io.containerd.runtime.v1.linux and io.containerd.runc.v1 (#8262)

Security Advisories

Breaking

  • Remove disable_cgroup from CRI config (#10594)
  • Disable the support for Schema 1 images (#9765)
  • Update RuntimeDefault seccomp profile to disallow io_uring related syscalls (#9320)
  • Move client to subpackage (#9316)
  • Remove LimitNOFILE from containerd.service (#8924)
  • Remove CRI v1alpha2 (#8276)
  • Remove io.containerd.runtime.v1.linux and io.containerd.runc.v1 (#8262)
  • Remove "containerd.io/restart.logpath" label (#8264)
  • Remove aufs snapshotter (#8263)

Deprecations

  • Update warnings for deprecated CRI config fields (#10509)
  • Add type alias for event Envelope (#10279)
  • Postpone removal of deprecated CRI config properties (#9966)
  • Deprecate go-plugin configuration option (#9238)
  • CNI conf_template in CRI is no longer deprecated (#8637)

Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.

Signed-off-by: Derek McGowan <derek@mcg.dev>
@henry118
Copy link
Member

henry118 commented Oct 1, 2024

The following item under the "Runtime" section,

Remove support for config.toml version = 1 (#8275)

it is probably no longer true as the deprecation seems get reverted by #9223 ?

@samuelkarp
Copy link
Member

@henry118 good catch. I've removed the impact/changelog label from that PR so it will no longer show up in the generated release notes.

@dmcgowan dmcgowan added this pull request to the merge queue Oct 1, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 1, 2024
@dmcgowan dmcgowan added this pull request to the merge queue Oct 1, 2024
Merged via the queue into containerd:main with commit 05ee43a Oct 1, 2024
52 checks passed
@dmcgowan dmcgowan removed impact/deprecation kind/feature area/cri Container Runtime Interface (CRI) kind/cleanup area/runtime Runtime area/distribution Image Distribution area/client Go client labels Oct 1, 2024
@dmcgowan dmcgowan deleted the prepare-v2.0.0-rc.5 branch October 1, 2024 16:10
@AkihiroSuda
Copy link
Member

Are we ready for rc.6 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants