-
Notifications
You must be signed in to change notification settings - Fork 18.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API: remove deprecated "filter" parameter for API v1.41 and up #40491
API: remove deprecated "filter" parameter for API v1.41 and up #40491
Conversation
This query-parameter was deprecated in docker 1.13 in commit 820b809, and scheduled for removal in docker 17.12, so we should remove it for the next API version. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Although I have to wonder if it's worth the removal if it's only taking out those few lines... but 🤷♂ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🐯
Yeah, it's a small change, but we deprecated it for removal, so might as well keep the API clean a bit 😅 CI is green; I'll bring this one in (thanks!) |
This query-parameter was deprecated in docker 1.13 in commit 820b809 (#27872), and scheduled for removal in docker 17.12, so we should remove it for the next API version.