cli/config/configfile: remove deprecated ConfigFile.Experimental field
Configuration options for experimental CLI features were deprecated in docker 19.03 (3172219932d5d8d8e68715b7495070a1c63f168b), and enabled by default since docker 20.10 (977d3ae046). This field was deprecated inc8f9187157, which is part of the 28.x release, and is unused. This patch removes the field. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@ -43,9 +43,6 @@ type ConfigFile struct {
|
||||
Plugins map[string]map[string]string `json:"plugins,omitempty"`
|
||||
Aliases map[string]string `json:"aliases,omitempty"`
|
||||
Features map[string]string `json:"features,omitempty"`
|
||||
|
||||
// Deprecated: experimental CLI features are always enabled and this field is no longer used. Use [Features] instead for optional features. This field will be removed in a future release.
|
||||
Experimental string `json:"experimental,omitempty"`
|
||||
}
|
||||
|
||||
type configEnvAuth struct {
|
||||
|
||||
Reference in New Issue
Block a user