Browse code

api/types/plugin: remove deprecated Config.DockerVersion

This was deprecated in c4fda95beaee750a21e2674f708fb39ad6810983, and
already omitted.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2025/11/11 02:11:45
Showing 4 changed files
... ...
@@ -3337,16 +3337,6 @@ definitions:
3337 3337
           - Env
3338 3338
           - Args
3339 3339
         properties:
3340
-          DockerVersion:
3341
-            description: |-
3342
-              Docker Version used to create the plugin.
3343
-
3344
-              Depending on how the plugin was created, this field may be empty or omitted.
3345
-
3346
-              Deprecated: this field is no longer set, and will be removed in the next API version.
3347
-            type: "string"
3348
-            x-nullable: false
3349
-            x-omitempty: true
3350 3340
           Description:
3351 3341
             type: "string"
3352 3342
             x-nullable: false
... ...
@@ -3337,16 +3337,6 @@ definitions:
3337 3337
           - Env
3338 3338
           - Args
3339 3339
         properties:
3340
-          DockerVersion:
3341
-            description: |-
3342
-              Docker Version used to create the plugin.
3343
-
3344
-              Depending on how the plugin was created, this field may be empty or omitted.
3345
-
3346
-              Deprecated: this field is no longer set, and will be removed in the next API version.
3347
-            type: "string"
3348
-            x-nullable: false
3349
-            x-omitempty: true
3350 3340
           Description:
3351 3341
             type: "string"
3352 3342
             x-nullable: false
... ...
@@ -51,13 +51,6 @@ type Config struct {
51 51
 	// Required: true
52 52
 	Description string `json:"Description"`
53 53
 
54
-	// Docker Version used to create the plugin.
55
-	//
56
-	// Depending on how the plugin was created, this field may be empty or omitted.
57
-	//
58
-	// Deprecated: this field is no longer set, and will be removed in the next API version.
59
-	DockerVersion string `json:"DockerVersion,omitempty"`
60
-
61 54
 	// documentation
62 55
 	// Example: https://docs.docker.com/engine/extend/plugins/
63 56
 	// Required: true
... ...
@@ -51,13 +51,6 @@ type Config struct {
51 51
 	// Required: true
52 52
 	Description string `json:"Description"`
53 53
 
54
-	// Docker Version used to create the plugin.
55
-	//
56
-	// Depending on how the plugin was created, this field may be empty or omitted.
57
-	//
58
-	// Deprecated: this field is no longer set, and will be removed in the next API version.
59
-	DockerVersion string `json:"DockerVersion,omitempty"`
60
-
61 54
 	// documentation
62 55
 	// Example: https://docs.docker.com/engine/extend/plugins/
63 56
 	// Required: true