Skip to content

Commit

Permalink
engine: remove CAP_PERFMON, CAP_BPF, CAP_CHECKPOINT_RESTORE from reln…
Browse files Browse the repository at this point in the history
…otes (#15050)

These capabilities were reverted in moby/moby@a38b96b,
because the version of containerd and runc that shipped together with
docker 20.10.0 did not support them.

Current versions of containerd and runc support these, so possibly we can
include them again in a patch release, but otherwise support will come in
the next (22.06) release of docker engine.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Jul 6, 2022
1 parent 716d693 commit 3358614
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engine/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,6 @@ For an overview of all deprecated features, refer to the [Deprecated Engine Feat
- The `--device` flag in `docker run` will now be honored when the container is started in privileged mode [moby/moby#40291](https://github.com/moby/moby/pull/40291)
- Enforce reserved internal labels [moby/moby#40394](https://github.com/moby/moby/pull/40394)
- Raise minimum memory limit to 6M, to account for higher memory use by runtimes during container startup [moby/moby#41168](https://github.com/moby/moby/pull/41168)
- Add support for `CAP_PERFMON`, `CAP_BPF`, and `CAP_CHECKPOINT_RESTORE` on supported kernels [moby/moby#41460](https://github.com/moby/moby/pull/41460)
- vendor runc v1.0.0-rc92 [moby/moby#41344](https://github.com/moby/moby/pull/41344) [moby/moby#41317](https://github.com/moby/moby/pull/41317)
- info: add warnings about missing blkio cgroup support [moby/moby#41083](https://github.com/moby/moby/pull/41083)
- Accept platform spec on container create [moby/moby#40725](https://github.com/moby/moby/pull/40725)
Expand Down

0 comments on commit 3358614

Please sign in to comment.