-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Comparing changes
Open a pull request
base repository: moby/moby
base: v27.0.1
head repository: moby/moby
compare: v27.0.2
- 6 commits
- 6 files changed
- 2 contributors
Commits on Jun 26, 2024
-
api/types: deprecate ContainerJSONBase.Node, ContainerNode
The `Node` field and related `ContainerNode` type were used by the classic (standalone) Swarm API. API documentation for this field was already removed in 234d5a7 (API 1.41 / docker 20.10), and as the Docker Engine didn't implement these fields for the Swarm API, it would always have been unset / nil. Let's do a quick deprecation, and remove it on the next release. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 1fc9236) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for 4587688 - Browse repository at this point
Copy the full SHA 4587688View commit details -
builder/remotecontext: reformat code to make #nosec comment work again
Looks like the way it picks up #nosec comments changed, causing the linter error to re-appear; builder/remotecontext/remote.go:48:17: G107: Potential HTTP request made with variable url (gosec) if resp, err = http.Get(address); err != nil { ^ Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 04bf0e3) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>Configuration menu - View commit details
-
Copy full SHA for c0ff08a - Browse repository at this point
Copy the full SHA c0ff08aView commit details -
pkg/archive: reformat code to make #nosec comment work again
Looks like the way it picks up #nosec comments changed, causing the linter error to re-appear; pkg/archive/archive_linux.go:57:17: G305: File traversal when extracting zip/tar archive (gosec) Name: filepath.Join(hdr.Name, WhiteoutOpaqueDir), ^ Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit d4160d5) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>Configuration menu - View commit details
-
Copy full SHA for c95b917 - Browse repository at this point
Copy the full SHA c95b917View commit details -
update golangci-lint to v1.59.1
full diff: golangci/golangci-lint@v1.55.2...v1.59.1 Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 95fae03) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for 3557077 - Browse repository at this point
Copy the full SHA 3557077View commit details -
Merge pull request #48061 from thaJeztah/27_backport_bump_golangci_lint
[27.0 backport] update golangci-lint to v1.59.1
Configuration menu - View commit details
-
Copy full SHA for 861fde8 - Browse repository at this point
Copy the full SHA 861fde8View commit details -
Merge pull request #48060 from thaJeztah/27.0_backport_api_deprecate_…
…ContainerJSONBase_Node [27.0 backport] api/types: deprecate ContainerJSONBase.Node, ContainerNode
Configuration menu - View commit details
-
Copy full SHA for e953d76 - Browse repository at this point
Copy the full SHA e953d76View 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.0.1...v27.0.2