X Tutup
Skip to content

Remove deprecated docker search --automated and --stars flags#2338

Merged
silvin-lubecki merged 1 commit intodocker:masterfrom
thaJeztah:remove_deprecated_search_flags
Feb 13, 2020
Merged

Remove deprecated docker search --automated and --stars flags#2338
silvin-lubecki merged 1 commit intodocker:masterfrom
thaJeztah:remove_deprecated_search_flags

Conversation

@thaJeztah
Copy link
Member

The docker search --automated and docker search --stars options were
deprecated in release v1.12.0, and scheduled for removal in v17.09.

This patch removes the deprecated flags, in favor of their equivalent
--filter options (docker search --filter=is-automated=<true|false> and
docker search --filter=stars=...).

- Description for the changelog

The `docker search --automated` and `docker search --stars` options were
deprecated in release v1.12.0, and scheduled for removal in v17.09.

This patch removes the deprecated flags, in favor of their equivalent
`--filter` options (`docker search --filter=is-automated=<true|false>` and
`docker search --filter=stars=...`).

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

@silvin-lubecki silvin-lubecki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@silvin-lubecki silvin-lubecki merged commit 4538b15 into docker:master Feb 13, 2020
@thaJeztah thaJeztah deleted the remove_deprecated_search_flags branch February 13, 2020 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup