mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
merge #4956 into opencontainers/runc:main
Akihiro Suda (1): Deprecate cgroup v1 LGTMs: kolyshkin cyphar
This commit is contained in:
@@ -352,6 +352,7 @@ WantedBy=multi-user.target
|
||||
* [systemd cgroup driver](./docs/systemd.md)
|
||||
* [Terminals and standard IO](./docs/terminals.md)
|
||||
* [Experimental features](./docs/experimental.md)
|
||||
* [Deprecated features](./docs/deprecated.md)
|
||||
|
||||
## License
|
||||
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
# Deprecated features
|
||||
|
||||
The following features are deprecated:
|
||||
|
||||
Feature | Deprecation release | Removal release
|
||||
---------------------------------------- | -------------------- | ------------------
|
||||
cgroup v1 | v1.4.0 | (May 2029)
|
||||
|
||||
<!-- TBD: features that were already deprecated and removed -->
|
||||
|
||||
- The latest release in May 2029 may not necessarily support cgroup v1, but there will be at least one maintained branch with the support for cgroup v1.
|
||||
Reference in New Issue
Block a user