-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Comparing changes
Open a pull request
base repository: docker/cli
base: v27.3.0-rc.1
head repository: docker/cli
compare: v27.3.0-rc.2
- 20 commits
- 13 files changed
- 5 contributors
Commits on Sep 16, 2024
-
man: update dockerd man-page to include --feature flag
commit f13c08246d93dd5aae200d5881a3a374e6cac876 introduced this flag, but did not yet update the manpage. Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 610f915) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7811c44 - Browse repository at this point
Copy the full SHA 7811c44View commit details -
man: fix duplicate word in --feature flag description
Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit fb056d2) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bc87ef9 - Browse repository at this point
Copy the full SHA bc87ef9View 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 a357db0) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for db7a014 - Browse repository at this point
Copy the full SHA db7a014View commit details -
docs/reference: dockerd: add docs for --feature option
Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit a42ca11) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 245f79f - Browse repository at this point
Copy the full SHA 245f79fView commit details -
man: dockerd: add description for --log-format option
This option was added in a08abec9f8d59eaa44c375900e254384a68c5a31, 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 9ae514f) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c72283 - Browse repository at this point
Copy the full SHA 7c72283View commit details -
docs: dockerd: add documentation for --log-format option
Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit baceb4b) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 84d4a5e - Browse repository at this point
Copy the full SHA 84d4a5eView commit details -
Merge pull request #5439 from thaJeztah/27.x_backport_docs_updates
[27.x backport] docs, man: dockerd: add documentation for "--log-format" and "--feature" options
Configuration menu - View commit details
-
Copy full SHA for f350724 - Browse repository at this point
Copy the full SHA f350724View commit details -
vendor: github.com/docker/docker v27.3.0-rc.1
no diff, as it's the same commit, but tagged full diff: moby/moby@bf60e5c...v27.3.0-rc.1 Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d896559 - Browse repository at this point
Copy the full SHA d896559View commit details -
Merge pull request #5440 from thaJeztah/27.x_vendor_moby
[27.x] vendor: github.com/docker/docker v27.3.0-rc.1
Configuration menu - View commit details
-
Copy full SHA for 6bf64a8 - Browse repository at this point
Copy the full SHA 6bf64a8View commit details -
Dockerfile: update buildx to v0.17.1
Update the buildx cli plugin used in the dev-container full diff: docker/buildx@0.16.1...0.17.1 Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 42ce06a) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6fdd11b - Browse repository at this point
Copy the full SHA 6fdd11bView 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.0...v2.29.4 Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit f7a513c) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b5c6541 - Browse repository at this point
Copy the full SHA b5c6541View commit details -
Merge pull request #5442 from thaJeztah/27.x_backport_bump_buildx_com…
…pose [27.x backport] Dockerfile: update buildx to v0.17.1, compose to v2.29.4
Configuration menu - View commit details
-
Copy full SHA for 6b5e4be - Browse repository at this point
Copy the full SHA 6b5e4beView commit details -
docs: Fix --rm=false flag in container_run.md
Signed-off-by: Julio Cesar Garcia <[email protected]> (cherry picked from commit 605c9bf) Signed-off-by: Laura Brehm <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 81ca58b - Browse repository at this point
Copy the full SHA 81ca58bView commit details -
Merge pull request #5443 from laurazard/backport-container-rm-docs
[27.x backport] docs: Fix --rm=false flag in container_run.md
Configuration menu - View commit details
-
Copy full SHA for 58a14cc - Browse repository at this point
Copy the full SHA 58a14ccView commit details
Commits on Sep 17, 2024
-
gha: update codeql workflow to go1.22.7
commit d7d5659 updated this repository to go1.22, but the codeql action didn't specify a patch version, and was missed. Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit e1213ed) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e2eb069 - Browse repository at this point
Copy the full SHA e2eb069View commit details
Commits on Sep 18, 2024
-
telemetry: pass otel errors to the otel handler for shutdown and forc…
…e flush Signed-off-by: Jonathan A. Sternberg <[email protected]> (cherry picked from commit b1956f5) Signed-off-by: Laura Brehm <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b5a196 - Browse repository at this point
Copy the full SHA 4b5a196View commit details -
Merge pull request #5447 from thaJeztah/27.x_backport_codeql_updates
[27.x backport] gha: update codeql workflow to go1.22.7
Configuration menu - View commit details
-
Copy full SHA for fcf6dd0 - Browse repository at this point
Copy the full SHA fcf6dd0View commit details -
command: change drive to lowercase for wsl path
On Windows, the drive casing doesn't matter outside of WSL. For WSL, the drives are lowercase. When we're producing a WSL path, lowercase the drive letter. Co-authored-by: Jonathan A. Sternberg <[email protected]> Co-authored-by: Laura Brehm <[email protected]> Signed-off-by: Jonathan A. Sternberg <[email protected]> Signed-off-by: Laura Brehm <[email protected]> (cherry picked from commit 3472bbc) Signed-off-by: Laura Brehm <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c6dde25 - Browse repository at this point
Copy the full SHA c6dde25View commit details -
Merge pull request #5449 from laurazard/backport-lowercase-windows-drive
[27.x backport] command: change drive to lowercase for wsl path
Configuration menu - View commit details
-
Copy full SHA for ddf8f23 - Browse repository at this point
Copy the full SHA ddf8f23View commit details -
Merge pull request #5448 from laurazard/backport-otel-shutdown-errors
[27.x backport] telemetry: handle otel errors on shutdown
Configuration menu - View commit details
-
Copy full SHA for e4dc9d2 - Browse repository at this point
Copy the full SHA e4dc9d2View 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.0-rc.2