update status of deprecated features for 22.04 (docs, and some code)#3542
Merged
thaJeztah merged 7 commits intodocker:masterfrom Apr 8, 2022
Merged
update status of deprecated features for 22.04 (docs, and some code)#3542thaJeztah merged 7 commits intodocker:masterfrom
thaJeztah merged 7 commits intodocker:masterfrom
Conversation
My IDE's linter kept complaining: > For compatibility reasons all table rows should have borders (pipe > symbols) at the start and at the end. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
…_type Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Change future tense to current tense. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
These warnings were for features that are no longer supported (overlay on a backingFS without d_type support), or related to the deprecated devicemapper storage driver. Removing this function for that reason. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
63fb35b to
51aa683
Compare
1 task
Codecov Report
@@ Coverage Diff @@
## master #3542 +/- ##
==========================================
+ Coverage 59.05% 59.10% +0.05%
==========================================
Files 282 282
Lines 23796 23770 -26
==========================================
- Hits 14053 14050 -3
+ Misses 8883 8864 -19
+ Partials 860 856 -4 |
thaJeztah
commented
Apr 7, 2022
Comment on lines
+306
to
+307
| > and not available on installations running with cgroups v2. This option is | ||
| > only supported by the API, and not exposed on the `docker` command-line. |
Member
Author
There was a problem hiding this comment.
LOL, so I went looking for the --kernel-memory-tcp flag, but it looks like we never exposed this option on the CLI (perhaps through compose or swarm though?)
Member
Author
ndeloof
approved these changes
Apr 8, 2022
Member
Author
|
Thx! |
matt9ucci
added a commit
to matt9ucci/DockerCompletion
that referenced
this pull request
Feb 9, 2023
matt9ucci
added a commit
to matt9ucci/DockerCompletion
that referenced
this pull request
Feb 9, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Mostly docs, but some code-changes
docs: reformat table for compatibility
My IDE's linter kept complaining:
update deprecation status of --kernel-memory(-tcp)
Update the flag annotations and description
docs: update deprecation status of aufs, overlay, and devicemapper
docs: update deprecation status of legacy overlay networks
docs: update deprecation status for overlay(2) on backingfs without d_type
docs: update deprecation status of "experimental" cli
Change future tense to current tense.
cli/command/system: remove printStorageDriverWarnings()
These warnings were for features that are no longer supported (overlay
on a backingFS without
d_typesupport), or related to the deprecateddevicemapper storage driver.
Removing this function for that reason.
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)