-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Comparing changes
Open a pull request
base repository: moby/moby
base: 511cd1c0a736
head repository: moby/moby
compare: 250792c1a540
- 17 commits
- 8 files changed
- 4 contributors
Commits on Apr 10, 2025
-
integration-cli: Update default CLI version to v18.06.3-ce
This updates the Docker CLI version used for integration-cli tests from v17.06.2-ce to v18.06.3-ce. v18.06 is the first one that supports enabling BuildKit. Signed-off-by: Paweł Gronowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fab9480 - Browse repository at this point
Copy the full SHA fab9480View commit details -
integration-cli/TestSwarmInit: Skip failing part on CLI after 18.06
Signed-off-by: Paweł Gronowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea6c76e - Browse repository at this point
Copy the full SHA ea6c76eView commit details -
integration-cli/swarm: Update to use gotest.tools
Signed-off-by: Paweł Gronowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f9d99b - Browse repository at this point
Copy the full SHA 5f9d99bView commit details -
API: /info: remove BridgeNfIptables, BridgeNfIp6tables fields
The `BridgeNfIptables` and `BridgeNfIp6tables` fields in the `GET /info` response were deprecated in API v1.48, and are now omitted in API v1.49. With this patch, old API version continue to return the field: curl -s --unix-socket /var/run/docker.sock http://localhost/v1.48/info | jq .BridgeNfIp6tables false curl -s --unix-socket /var/run/docker.sock http://localhost/v1.48/info | jq .BridgeNfIptables false Omitting the field in API v1.49 and above curl -s --unix-socket /var/run/docker.sock http://localhost/v1.49/info | jq .BridgeNfIp6tables null curl -s --unix-socket /var/run/docker.sock http://localhost/v1.49/info | jq .BridgeNfIptables null Signed-off-by: Sebastiaan van Stijn <[email protected]>Configuration menu - View commit details
-
Copy full SHA for 5d20062 - Browse repository at this point
Copy the full SHA 5d20062View commit details -
Dockerfile: update registry to v3.0.0
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f96dc9d - Browse repository at this point
Copy the full SHA f96dc9dView commit details -
This commit adds a new OTel span to `(*Daemon).containerCreate()` and puts filtered container labels in the span attributes. The filter is based on a comma-separated list of labels provided through the `DOCKER_OTEL_INCLUDE_CONTAINER_LABEL_ATTRS` environment variable. This label might be removed at any point in time if we figure out a better way to filter labels, or if that span becomes unecessary. Signed-off-by: Albin Kerouanton <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0c5e816 - Browse repository at this point
Copy the full SHA 0c5e816View commit details -
daemon: containerStart: add filtered labels to OTel span
Like for containerCreate, filter the list of container labels based on `DOCKER_OTEL_INCLUDE_CONTAINER_LABEL_ATTRS` and put that list in the OTel span. Signed-off-by: Albin Kerouanton <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 099d3ee - Browse repository at this point
Copy the full SHA 099d3eeView commit details -
Merge pull request #49787 from thaJeztah/bump_registry
Dockerfile: update registry to v3.0.0
Configuration menu - View commit details
-
Copy full SHA for a6928fd - Browse repository at this point
Copy the full SHA a6928fdView commit details
Commits on Apr 11, 2025
-
Merge pull request #49677 from vvoland/integration-cli-bump-cli
integration-cli: Update default CLI version to v18.06.3-ce
Configuration menu - View commit details
-
Copy full SHA for fb2983a - Browse repository at this point
Copy the full SHA fb2983aView commit details -
Merge pull request #49789 from akerouanton/trace-containerCreate-labels
daemon: containerCreate, containerStart: add filtered labels to OTel span
Configuration menu - View commit details
-
Copy full SHA for cdad178 - Browse repository at this point
Copy the full SHA cdad178View commit details -
Merge pull request #49783 from thaJeztah/deprecate_bridgenfip_fields
API: /info: remove BridgeNfIptables, BridgeNfIp6tables fields
Configuration menu - View commit details
-
Copy full SHA for f3d6830 - Browse repository at this point
Copy the full SHA f3d6830View commit details -
docs/api: add documentation for API v1.49
Copy the swagger / OpenAPI file to the documentation. This is the API version used by the upcoming v28.1.0 release. Signed-off-by: Paweł Gronowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for adb9e91 - Browse repository at this point
Copy the full SHA adb9e91View commit details -
Configuration menu - View commit details
-
Copy full SHA for ece7e02 - Browse repository at this point
Copy the full SHA ece7e02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36f8775 - Browse repository at this point
Copy the full SHA 36f8775View commit details -
Merge pull request #49793 from vvoland/cut-api
docs/api: add documentation for API v1.49
Configuration menu - View commit details
-
Copy full SHA for 73520a5 - Browse repository at this point
Copy the full SHA 73520a5View commit details -
Revert "API: /info: remove BridgeNfIptables, BridgeNfIp6tables fields"
This reverts commit 5d20062, which caused some issues in the docker/cli formatting code that needs some investigating. Let's (temporarily) revert this while we look what's wrong. Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eacbbde - Browse repository at this point
Copy the full SHA eacbbdeView commit details -
Merge pull request #49795 from thaJeztah/revert_info_changes
Revert "API: /info: remove BridgeNfIptables, BridgeNfIp6tables fields"
Configuration menu - View commit details
-
Copy full SHA for 250792c - Browse repository at this point
Copy the full SHA 250792cView 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 511cd1c0a736...250792c1a540