-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Comparing changes
Open a pull request
base repository: moby/moby
base: v28.5.0-rc.1
head repository: moby/moby
compare: cd048300a48700294339c9c91d2dcc691cb8f63b
- 12 commits
- 43 files changed
- 7 contributors
Commits on Sep 26, 2025
-
api/checkpoint: Don't return null if no checkpoints
This fixes a bug where no checkpoints would produce a `null` response instead of an empty array: ``` $ docker run -d --name foo nginx:alpine 17fbeff7185733f101c38cb8208359dd0ef141116a1345da2d3c3f58c11f3e14 $ curl --unix-socket /var/run/docker.sock http://local/containers/foo/checkpoints null ``` With this patch, this becomes: ``` $ curl --unix-socket /var/run/docker.sock http://local/containers/foo/checkpoints [] ``` Signed-off-by: Paweł Gronowski <[email protected]> (cherry picked from commit 646e068) Signed-off-by: Paweł Gronowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd10938 - Browse repository at this point
Copy the full SHA fd10938View commit details -
Merge pull request #51052 from vvoland/51051-28.x
[28.x backport] api/checkpoint: Don't return null if no checkpoints
Configuration menu - View commit details
-
Copy full SHA for f984f72 - Browse repository at this point
Copy the full SHA f984f72View commit details
Commits on Sep 29, 2025
-
api/docs: remove email field from example auth
This field was no longer used since Docker 1.11 (API version 1.23) through [aee260d] and [engine-api@9a9e468] but kept and deprecated in [engine-api@167efc7], however the docs still used it in an example. Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 08d014c) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c15eb6 - Browse repository at this point
Copy the full SHA 2c15eb6View commit details -
Merge pull request #51061 from thaJeztah/28.x_backport_rm_email_example
[28.x backport] api/docs: remove email field from example auth
Configuration menu - View commit details
-
Copy full SHA for 252a1eb - Browse repository at this point
Copy the full SHA 252a1ebView commit details -
Eliminate warning about endpoint count store delete
Commit 380ded6 restored a now-unused endpoint count to the store, so that when the daemon is downgraded it exists for the old code to find. But, on network deletion, the endpoint count was not loaded from the store - so the delete code saw the wrong "index", and logged a warning before deleting it anyway. Use DeleteObject instead of DeleteObjectAtomic, so the old index isn't checked. Signed-off-by: Rob Murray <[email protected]> (cherry picked from commit 94bcf89) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fbf2fe8 - Browse repository at this point
Copy the full SHA fbf2fe8View commit details -
Merge pull request #51064 from thaJeztah/28.x_backport_fix_epcnt_warning
[28.x backport] Eliminate warning about endpoint count store delete
Configuration menu - View commit details
-
Copy full SHA for 423a7fd - Browse repository at this point
Copy the full SHA 423a7fdView commit details
Commits on Sep 30, 2025
-
api: deprecate
KernelMemoryTCPsupportStarting with kernel v6.12, kernel memory TCP accounting is deprecated for cgroups v1. Note: kernel memory TCP accounting is not supported by cgroups v2. See torvalds/linux@d046ff4 Signed-off-by: Austin Vazquez <[email protected]> (cherry picked from commit fb2f811) Signed-off-by: Austin Vazquez <[email protected]> Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for deb4bbb - Browse repository at this point
Copy the full SHA deb4bbbView commit details -
Merge pull request #51067 from austinvazquez/cherry-pick-deprecate-ke…
…rnel-memocy-tcp-to-28.x [28.x backport] api: deprecate `KernelMemoryTCP` support
Configuration menu - View commit details
-
Copy full SHA for 79f310d - Browse repository at this point
Copy the full SHA 79f310dView commit details -
api: swagger: remove VirtualSize fields for API > v1.43
The `VirtualSize` field was deprecated in [1261fe6], and omitted / removed in API v1.44 in [913b0f5]. We should not document the field as part of those API versions as it no longer exists for those. [1261fe6]: 1261fe6 [913b0f5]: 913b0f5 Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 51cbd2e) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4f35725 - Browse repository at this point
Copy the full SHA 4f35725View commit details -
Merge pull request #51069 from thaJeztah/28.x_backport_docs_rm_deprec…
…ated_virtualsize [28.x backport] api: swagger: remove VirtualSize fields for API > v1.43
Configuration menu - View commit details
-
Copy full SHA for 9b43690 - Browse repository at this point
Copy the full SHA 9b43690View commit details
Commits on Oct 1, 2025
-
vendor: github.com/moby/buildkit v0.25.0
Signed-off-by: Paweł Gronowski <[email protected]> (cherry picked from commit 3f3bbe4) Signed-off-by: Paweł Gronowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e29d6be - Browse repository at this point
Copy the full SHA e29d6beView commit details -
Merge pull request #51075 from vvoland/51074-28.x
[28.x backport] vendor: github.com/moby/buildkit v0.25.0
Configuration menu - View commit details
-
Copy full SHA for cd04830 - Browse repository at this point
Copy the full SHA cd04830View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v28.5.0-rc.1...cd048300a48700294339c9c91d2dcc691cb8f63b