-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Comparing changes
Open a pull request
base repository: moby/moby
base: v28.2.1
head repository: moby/moby
compare: v28.2.2
- 11 commits
- 38 files changed
- 7 contributors
Commits on May 27, 2025
-
libnetwork/internal/setmatrix: make keys generic
Make the SetMatrix key's type generic so that e.g. netip.Addr values can be used as matrix keys. Signed-off-by: Cory Snider <csnider@mirantis.com>
Configuration menu - View commit details
-
Copy full SHA for 0317f77 - Browse repository at this point
Copy the full SHA 0317f77View commit details -
libn/d/overlay: use netip types more
The netip types are really useful for tracking state in the overlay driver as they are hashable, unlike net.IP and friends, making them directly useable as map keys. Converting between netip and net types is fairly trivial, but fewer conversions is more ergonomic. The NetworkDB entries for the overlay peer table encode the IP addresses as strings. We need to parse them to some representation before processing them further. Parse directly into netip types and pass those values around to cut down on the number of conversions needed. The peerDB needs to marshal the keys and entries to structs of hashable values to be able to insert them into the SetMatrix. Use netip.Addr in peerEntry so that peerEntry values can be directly inserted into the SetMatrix without conversions. Use a hashable struct type as the SetMatrix key to avoid having to marshal the whole struct to a string and parse it back out. Use netip.Addr as the map key for the driver's encryption map so the values do not need to be converted to and from strings. Change the encryption configuration methods to take netip types so the peerDB code can pass netip values directly. Signed-off-by: Cory Snider <csnider@mirantis.com>
Configuration menu - View commit details
-
Copy full SHA for d188df0 - Browse repository at this point
Copy the full SHA d188df0View commit details
Commits on May 28, 2025
-
iptables: Drop explicit RETURN rule from DOCKER-USER
Signed-off-by: Rob Murray <rob.murray@docker.com>
Configuration menu - View commit details
-
Copy full SHA for dc519a0 - Browse repository at this point
Copy the full SHA dc519a0View commit details -
Update worker.Platforms() in builder-next worker.
Use platform MatchComparer when checking for matching platforms. Also, add unit test to ensure the merging of defined and host-supported platforms works correctly. Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
Configuration menu - View commit details
-
Copy full SHA for c299ba3 - Browse repository at this point
Copy the full SHA c299ba3View commit details
Commits on May 29, 2025
-
Merge pull request #50098 from robmry/remove_docker-user_return_rule
iptables: Drop explicit RETURN rule from DOCKER-USER
Configuration menu - View commit details
-
Copy full SHA for b43afbf - Browse repository at this point
Copy the full SHA b43afbfView commit details -
Merge pull request #50038 from ctalledo/fix-for-50037
Update worker.Platforms() in builder-next worker.
Configuration menu - View commit details
-
Copy full SHA for 7a0bf74 - Browse repository at this point
Copy the full SHA 7a0bf74View commit details -
Add nftables NAT rules for internal DNS resolver
Signed-off-by: Rob Murray <rob.murray@docker.com>
Configuration menu - View commit details
-
Copy full SHA for d3289dd - Browse repository at this point
Copy the full SHA d3289ddView commit details -
Merge pull request #50050 from robmry/nftables_internal_dns
nftables: rules for the internal DNS resolver
Configuration menu - View commit details
-
Copy full SHA for 768cfae - Browse repository at this point
Copy the full SHA 768cfaeView commit details -
Merge pull request #50090 from corhere/libn/overlay-netip
libnetwork/d/overlay: use netip types more
Configuration menu - View commit details
-
Copy full SHA for f144264 - Browse repository at this point
Copy the full SHA f144264View commit details -
Revert "containerd: images overridden by a build are kept dangling"
This reverts commit 50a8561. Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>
Configuration menu - View commit details
-
Copy full SHA for 7994426 - Browse repository at this point
Copy the full SHA 7994426View commit details
Commits on May 30, 2025
-
Merge pull request #50105 from jsternberg/revert-build-dangling
Revert "containerd: images overridden by a build are kept dangling"
Configuration menu - View commit details
-
Copy full SHA for 45873be - Browse repository at this point
Copy the full SHA 45873beView 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.2.1...v28.2.2