File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ The table below provides an overview of the current status of deprecated feature
5050
5151Status | Feature | Deprecated | Remove
5252-----------|------------------------------------------------------------------------------------------------------------------------------------|------------|------------
53+ Deprecated | [ Classic Swarm and overlay networks using external key/value stores] ( #classic-swarm-and-overlay-networks-using-cluster-store ) | v20.03.0 | -
5354Deprecated | [ CLI plugins support] ( #cli-plugins-support ) | v20.03.0 | -
5455Deprecated | [ Pushing and pulling with image manifest v2 schema 1] ( #pushing-and-pulling-with-image-manifest-v2-schema-1 ) | v19.03.0 | v20.03.0
5556Removed | [ ` docker engine ` subcommands] ( #docker-engine-subcommands ) | v19.03.0 | v20.03.0
@@ -88,6 +89,15 @@ Removed | [`--api-enable-cors` flag on `dockerd`](#--api-enable-cors-flag-on-
8889Removed | [ ` --run ` flag on ` docker commit ` ] ( #--run-flag-on-docker-commit ) | v0.10.0 | v1.13.0
8990Removed | [ Three arguments form in ` docker import ` ] ( #three-arguments-form-in-docker-import ) | v0.6.7 | v1.12.0
9091
92+ ### Classic Swarm and overlay networks using cluster store
93+
94+ ** Deprecated in Release: v20.03.0**
95+
96+ Standalone ("classic") Swarm has been deprecated, and with that the use of overlay
97+ networks using an external key/value store. The corresponding` --cluster-advertise ` ,
98+ ` --cluster-store ` , and ` --cluster-store-opt ` daemon options have been marked
99+ deprecated, and will be disabled or removed in a future release.
100+
91101### CLI plugins support
92102
93103** Deprecated in Release: v20.03.0**
You can’t perform that action at this time.
0 commit comments