Skip to content

Commit

Permalink
cli-plugins: remove deprecated Metadata.Experimental
Browse files Browse the repository at this point in the history
This field was marked deprecated in 977d3ae,
which is part of Docker 20.10 and up.

This patch removes the field.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Jun 12, 2023
1 parent f26ac47 commit 6a50c4f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cli-plugins/manager/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,4 @@ type Metadata struct {
ShortDescription string `json:",omitempty"`
// URL is a pointer to the plugin's homepage.
URL string `json:",omitempty"`
// Experimental specifies whether the plugin is experimental.
//
// Deprecated: experimental features are now always enabled in the CLI
Experimental bool `json:",omitempty"`
}

0 comments on commit 6a50c4f

Please sign in to comment.