-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Always enable experimental features #2774
Conversation
48d4970
to
3f612d9
Compare
This comment has been minimized.
This comment has been minimized.
0d9e669
to
60a8584
Compare
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
60a8584
to
33e5d24
Compare
Codecov Report
@@ Coverage Diff @@
## master #2774 +/- ##
==========================================
- Coverage 57.15% 57.14% -0.01%
==========================================
Files 297 297
Lines 18656 18634 -22
==========================================
- Hits 10662 10649 -13
+ Misses 7132 7126 -6
+ Partials 862 859 -3 |
33e5d24
to
fa887b9
Compare
The CLI disabled experimental features by default, requiring users to set a configuration option to enable them. Disabling experimental features was a request from Enterprise users that did not want experimental features to be accessible. We are changing this policy, and now enable experimental features by default. Experimental features may still change and/or removed, and will be highlighted in the documentation and "usage" output. For example, the `docker manifest inspect --help` output now shows: EXPERIMENTAL: docker manifest inspect is an experimental feature. Experimental features provide early access to product functionality. These features may change between releases without warning or can be removed entirely from a future release. Learn more about experimental features: https://docs.docker.com/go/experimental/ Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
fa887b9
to
977d3ae
Compare
FWIW, I preserved the |
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
This amends docker#2774 for bash completion. Signed-off-by: Harald Albers <github@albersweb.de>
replaces / closes #1355
fixes #947
The CLI disabled experimental features by default, requiring users to set a configuration option to enable them.
Disabling experimental features was a request from Enterprise users that did not want experimental features to be accessible.
We are changing this policy, and now enable experimental features by default. Experimental features may still change and/or removed, and will be highlighted in the documentation and "usage" output.
For example, the
docker manifest inspect --help
output now shows:- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)