Skip to content
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

Merged
merged 1 commit into from
Feb 11, 2020

Conversation

thaJeztah
Copy link
Member

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.

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>
Copy link
Member

@cpuguy83 cpuguy83 left a comment

Choose a reason for hiding this comment

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

LGTM

@cpuguy83
Copy link
Member

Although I have to wonder if it's worth the removal if it's only taking out those few lines... but 🤷‍♂

Copy link
Member

@vdemeester vdemeester left a comment

Choose a reason for hiding this comment

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

LGTM 🐯

@thaJeztah
Copy link
Member Author

Although I have to wonder if it's worth the removal if it's only taking out those few lines... but 🤷‍♂

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!)

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