-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Comparing changes
Open a pull request
base repository: moby/moby
base: v27.3.0-rc.1
head repository: moby/moby
compare: v27.3.1
- 19 commits
- 9 files changed
- 3 contributors
Commits on Sep 14, 2024
-
Signed-off-by: Rob Murray <[email protected]> (cherry picked from commit 8b0e94f) Signed-off-by: Austin Vazquez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 06c9c72 - Browse repository at this point
Copy the full SHA 06c9c72View commit details
Commits on Sep 16, 2024
-
Merge pull request #48499 from austinvazquez/cherry-pick-8b0e94ffaf7e…
…a7d42391a3961e795b33976256c9-27.x [27.x backport] Update dlv in the dev-env
Configuration menu - View commit details
-
Copy full SHA for 7c0c43a - Browse repository at this point
Copy the full SHA 7c0c43aView commit details -
man: fix duplicate word in --feature flag description
Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 2b6550b) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 176e04d - Browse repository at this point
Copy the full SHA 176e04dView commit details -
man: dockerd: value is optional for --feature flag
The --feature flag allows the boolean value to be omitted. If only a name is provided, the default is "true". Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 50e83a0) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bae46f6 - Browse repository at this point
Copy the full SHA bae46f6View commit details -
internal/opts: SetOpts,NamedSetOpts: test for optional value
The value is optional for SetOpts (and NamedSetOpts), and implied "true" when omitted. This patch adds a test-case for this. Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 758cca6) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d4a507 - Browse repository at this point
Copy the full SHA 6d4a507View commit details -
internal/opts: SetOpts.Set: remove redundant var assignment
Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 908bb95) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 487a2f5 - Browse repository at this point
Copy the full SHA 487a2f5View commit details -
internal/opts: SetOpts: invalidate empty option-names
Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit c2fc1f4) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82cf138 - Browse repository at this point
Copy the full SHA 82cf138View commit details -
Merge pull request #48503 from thaJeztah/27.x_backport_dockerd_typo
[27.x backport] dockerd: fix docs, improve validation and improve coverage of "--feature" flag
Configuration menu - View commit details
-
Copy full SHA for aed88ad - Browse repository at this point
Copy the full SHA aed88adView commit details -
man: dockerd: add description for --log-format option
This option was added in a08abec, as part of Docker v25.0, but did not update the docs and manpage. Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 45a9dde) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e928a0d - Browse repository at this point
Copy the full SHA e928a0dView commit details -
Dockerfile: update buildx to v0.17.1
Update the buildx cli plugin used in the dev-container full diff: docker/buildx@0.17.0...0.17.1 Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 3d4831a) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 576fc88 - Browse repository at this point
Copy the full SHA 576fc88View commit details -
Dockerfile: update compose to v2.29.4
Update the compose cli plugin used in the dev-container full diff: docker/compose@v2.29.2...v2.29.4 Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 605f511) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8adc8e4 - Browse repository at this point
Copy the full SHA 8adc8e4View commit details -
Merge pull request #48506 from thaJeztah/27.x_backport_man_dockerd_lo…
…gformat [27.x backport] man: dockerd: add description for --log-format option
Configuration menu - View commit details
-
Copy full SHA for 98f24aa - Browse repository at this point
Copy the full SHA 98f24aaView commit details -
Only enable bridge netfiltering when needed
Kernel module br_netfilter is loaded when the daemon starts with either iptables or ip6tables enabled. That automatically sets: net.bridge.bridge-nf-call-arptables = 1 net.bridge.bridge-nf-call-ip6tables = 1 net.bridge.bridge-nf-call-iptables = 1 So, when: - docker was running happily with iptables=false, and - no explicit ip6tables=false, and - br_netfilter was not loaded ... the change in moby 27.0 to enable ip6tables by default, resulted in net.bridge.bridge-nf-call-iptables being enabled. If the host also had a firewall with default-drop on its forward chain - that resulted in packets getting dropped between containers on a bridge network. So, only try to load br_netfilter when it's needed - it's only needed to implement "--icc=false", which can only be used when iptables or ip6tables is enabled. Signed-off-by: Rob Murray <[email protected]> (cherry picked from commit db25b0d) Signed-off-by: Rob Murray <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5c499fc - Browse repository at this point
Copy the full SHA 5c499fcView commit details -
Merge pull request #48511 from robmry/backport-27.x/48375_bridge_netf…
…iltering [27.x backport] Only enable bridge netfiltering when needed
Configuration menu - View commit details
-
Copy full SHA for 3a7779a - Browse repository at this point
Copy the full SHA 3a7779aView commit details -
Merge pull request #48510 from thaJeztah/27.x_backport_bump_buildx_co…
…mpose [27.x backport] Dockerfile: update buildx to v0.17.1, compose to v2.29.4
Configuration menu - View commit details
-
Copy full SHA for 8516f3b - Browse repository at this point
Copy the full SHA 8516f3bView commit details
Commits on Sep 17, 2024
-
Do not DNAT packets from WSL2's loopback0
When running WSL2 with mirrored mode networking, add an iptables rule to skip DNAT for packets arriving on interface loopback0 that are addressed to a localhost address - they're from the Windows host. Signed-off-by: Rob Murray <[email protected]> (cherry picked from commit f9c0103) Signed-off-by: Rob Murray <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cd21af7 - Browse repository at this point
Copy the full SHA cd21af7View commit details -
Merge pull request #48514 from robmry/backport-27.x/wsl2_mirrored_loo…
…pback0_workaround [27.x backport] Do not DNAT packets from WSL2's loopback0
Configuration menu - View commit details
-
Copy full SHA for 856359c - Browse repository at this point
Copy the full SHA 856359cView commit details
Commits on Sep 18, 2024
-
gha: govulncheck: make sure read permissions are set
If any permission is set, any permission not included in the list is implicitly set to "none". see https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions The govulncheck check need read permissions, which is not problematic for public repositories, but may be needed when running in a private fork (such as those used for security releases). Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 4f1d739) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a6b772b - Browse repository at this point
Copy the full SHA a6b772bView commit details -
Merge pull request #48525 from thaJeztah/27.x_backport_govulncheck_pe…
…rmissions [27.x backport] gha: govulncheck: make sure read permissions are set
Configuration menu - View commit details
-
Copy full SHA for 41ca978 - Browse repository at this point
Copy the full SHA 41ca978View 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 v27.3.0-rc.1...v27.3.1