Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 30e89b9

Browse files
committed
Update deprecation policy to 1 stable release
The deprecation policy was written when we had monthly releases (edge+stable), and stable releases were released every 3 months. The release cadence has changed to be longer than 3 months for stable releases, so adjusting the policy accordingly. Note that the policy continues to be "at least x releases", so even though we _can_ remove a feature after one release, it does not mean we _must_ remove it: announcing deprecations early helps users migrate away from features we do not intent to support in future. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 94f513e48e8d85eb24f67f1fe1a2dda0868d131b) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 22cbf91618698b0023b67baec82c62e28c76a863 Component: cli
1 parent 589f1d8 commit 30e89b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/cli/docs/deprecated.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ about end of support for Linux distributions, refer to the
2525
As changes are made to Docker there may be times when existing features need to
2626
be removed or replaced with newer features. Before an existing feature is removed
2727
it is labeled as "deprecated" within the documentation and remains in Docker for
28-
at least 3 stable releases unless specified explicitly otherwise. After that time
28+
at least one stable release unless specified explicitly otherwise. After that time
2929
it may be removed.
3030

3131
Users are expected to take note of the list of deprecated features each release

0 commit comments

Comments
 (0)