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

remove "Experimental" client field from "docker version" #3543

Merged
merged 1 commit into from
Apr 20, 2022

Conversation

thaJeztah
Copy link
Member

@thaJeztah thaJeztah commented Apr 7, 2022

Configuration (enabling/disabling) of Experimental client features was deprecated in Docker 19.03, and removed in 20.10. Experimental CLI features are now always enabled. In Docker 20.10, the Experimental field in docker version was kept (but always true).

This patch removes the field from the output (both "pretty" output and the JSON struct).

- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)

Configuration (enabling/disabling) of Experimental client features
was deprecated in Docker 19.03, and removed in 20.10. Experimental
CLI features are now always enabled. In Docker 20.10, the Experimental
field in `docker version` was kept (but always true).

This patch removes the field from the output (both "pretty" output
and the JSON struct).

Signed-off-by: Sebastiaan van Stijn <[email protected]>
@thaJeztah thaJeztah force-pushed the remove_the_experiment branch from 6719f30 to bbc95c7 Compare April 8, 2022 13:48
@thaJeztah thaJeztah marked this pull request as ready for review April 8, 2022 13:48
@thaJeztah thaJeztah requested review from rumpl and ndeloof April 19, 2022 16:23
Copy link
Member

@rumpl rumpl left a comment

Choose a reason for hiding this comment

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

👍

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