moby/api/types/registry
Sebastiaan van Stijn 971083d419
api: search: deprecate is_automated field, and is-automated filter
The is-automated field is being deprecated by Docker Hub's search API,
and will always be set to "false" in future.

This patch deprecates the field and related filter for the Engine's API.

In future, the `is-automated` filter will no longer yield any results
when searching for `is-automated=true`, and will be ignored when
searching for `is-automated=false`.

Given that this field is deprecated by an external API, the deprecation
will not be versioned, and will apply to any API version.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-08-01 13:45:44 +02:00
..
authconfig.go api: add registry.EncodeAuthConfig 2022-07-29 23:11:19 +02:00
authconfig_test.go api: add registry.EncodeAuthConfig 2022-07-29 23:11:19 +02:00
authenticate.go Add canonical import comment 2018-02-05 16:51:57 -05:00
registry.go api: search: deprecate is_automated field, and is-automated filter 2023-08-01 13:45:44 +02:00