-
Notifications
You must be signed in to change notification settings - Fork 18.8k
client: deprecate old API versions #46962
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
base: master
Are you sure you want to change the base?
Conversation
Need to looks at how we set API versions in some tests; looks like we do so including a
|
562b552
to
77ba204
Compare
Ah! 🤦 I forgot that
I guess (for now) I need to keep that behavior |
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.
Could this wait until after we migrate moby/moby to Go Modules? We'd then be able to drop support for old API versions and remove code without deprecation periods, environment variables(!!!) or putting downstream users through dependency hell.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
77ba204
to
2efcb8f
Compare
- What I did
- How I did it
- How to verify it
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)