-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Comparing changes
Open a pull request
base repository: moby/moby
base: 5765e9f
head repository: moby/moby
compare: a080c3f
- 11 commits
- 112 files changed
- 2 contributors
Commits on Nov 15, 2024
-
[27.x] vendor: github.com/containerd/containerd v1.7.23
similar to 5f39567 on master, but without the hcsshim vendor updates, as it's pinned to v0.11.x in this branch. full diff: containerd/containerd@v1.7.22...v1.7.23 Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6ec5197 - Browse repository at this point
Copy the full SHA 6ec5197View commit details -
libnetwork/networkdb: add //go:build directives to prevent downgradin…
…g to go1.16 commit 2847c4b switched networkdb to use go-immutable-radix v2, which uses generics, but failed to add the go:build directives. # github.com/docker/docker/libnetwork/networkdb ../../libnetwork/networkdb/networkdb.go:47:19: type instantiation requires go1.18 or later (-lang was set to go1.16; check go.mod) ../../libnetwork/networkdb/networkdb.go:259:33: type instantiation requires go1.18 or later (-lang was set to go1.16; check go.mod) ../../libnetwork/networkdb/networkdb.go:269:25: function instantiation requires go1.18 or later (-lang was set to go1.16; check go.mod) ../../libnetwork/networkdb/networkdb.go:270:27: function instantiation requires go1.18 or later (-lang was set to go1.16; check go.mod) Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 5403e3f) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f54e5b0 - Browse repository at this point
Copy the full SHA f54e5b0View commit details -
daemon/logger/loggerutils: add //go:build directives to prevent downg…
…rading to go1.16 commit 77f2d90 introduced the slices import, which uses generics, but failed to add the go:build directives. # github.com/docker/docker/daemon/logger/loggerutils ../../daemon/logger/loggerutils/logfile.go:770:2: implicit function instantiation requires go1.18 or later (-lang was set to go1.16; check go.mod) Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit fb6da4f) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 346ac21 - Browse repository at this point
Copy the full SHA 346ac21View commit details -
update go:build tags to use go1.22
commit a0807e7 configured golangci-lint to use go1.23 semantics, which alowed linters like `copyloopvar` to lint using thee correct semantics. go1.22 now creates a copy of variables when assigned in a loop; make sure we don't have files that may downgrade semantics to go1.21 in case that also means disabling that feature; https://go.dev/ref/spec#Go_1.22 Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit b453aa6) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e03c97 - Browse repository at this point
Copy the full SHA 3e03c97View commit details -
[27.x] daemon/containerd: add missing go:build tag
This was introduced in c902e1a; make BIND_DIR=. shell make -C ./internal/gocompat/ GO111MODULE=on go test -v # github.com/docker/docker/daemon/containerd ../../daemon/containerd/image.go:113:17: implicit function instantiation requires go1.18 or later (-lang was set to go1.16; check go.mod) ../../daemon/containerd/image.go:113:32: "github.com/distribution/reference".Named to satisfy comparable requires go1.20 or later (-lang was set to go1.16; check go.mod) ../../daemon/containerd/image_list.go:505:16: implicit function instantiation requires go1.18 or later (-lang was set to go1.16; check go.mod) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f816b2 - Browse repository at this point
Copy the full SHA 2f816b2View commit details -
vendor: tags.cncf.io/container-device-interface v0.8.0
Breaking change: The .ToOCI() functions in the specs-go package have been removed. This removes the dependency on the OCI runtime specification from the CDI specification definition itself. What's Changed - Add workflow to mark prs and issues as stale - Remove the ToOCI functions from the specs-go package - docs: add a pointer to community meetings in our docs. - Bump spec version to v0.8.0 - Update spec version in README Full diff: cncf-tags/container-device-interface@v0.7.2...v0.8.0 Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 2f01809) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b859373 - Browse repository at this point
Copy the full SHA b859373View commit details -
Merge pull request #48885 from thaJeztah/27.x_backport_more_build_tags
[27.x] update go:build tags to use go1.22, fix missing go:build tags
Configuration menu - View commit details
-
Copy full SHA for 1ef4219 - Browse repository at this point
Copy the full SHA 1ef4219View commit details -
Merge pull request #48886 from thaJeztah/27.x_backport_cdi_0.8.0
[27.x] vendor: tags.cncf.io/container-device-interface v0.8.0
Configuration menu - View commit details
-
Copy full SHA for 2406bbf - Browse repository at this point
Copy the full SHA 2406bbfView commit details -
Merge pull request #48880 from thaJeztah/27.x_containerd_1.7.23
[27.x] vendor: github.com/containerd/containerd v1.7.23
Configuration menu - View commit details
-
Copy full SHA for 7bb4004 - Browse repository at this point
Copy the full SHA 7bb4004View commit details
Commits on Nov 18, 2024
-
vendor: google.golang.org/grpc v1.66.3
- transport: Fix reporting of bytes read while reading headers - xds/server: Fix xDS Server leak full diff: grpc/grpc-go@v1.66.2...v1.66.3 Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 4b26582) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f0b83a - Browse repository at this point
Copy the full SHA 0f0b83aView commit details
Commits on Nov 19, 2024
-
Merge pull request #48899 from thaJeztah/27.x_backport_bump_grpc
[27.x backport] vendor: google.golang.org/grpc v1.66.3
Configuration menu - View commit details
-
Copy full SHA for a080c3f - Browse repository at this point
Copy the full SHA a080c3fView 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 5765e9f...a080c3f