-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Comparing changes
Open a pull request
base repository: docker/cli
base: 155dc5e
head repository: docker/cli
compare: b6c5522
- 20 commits
- 91 files changed
- 7 contributors
Commits on Mar 26, 2024
-
feat: standardize error for prompt
Signed-off-by: Alano Terblanche <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c722c0 - Browse repository at this point
Copy the full SHA 7c722c0View commit details
Commits on Apr 2, 2024
-
chore: remove backticks and resolve linting issues
Signed-off-by: Alano Terblanche <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 910d5d0 - Browse repository at this point
Copy the full SHA 910d5d0View commit details -
Merge pull request #4939 from Benehiko/prompt-termination
feat: standardize error for prompt
Configuration menu - View commit details
-
Copy full SHA for 9ca30bd - Browse repository at this point
Copy the full SHA 9ca30bdView commit details
Commits on Apr 3, 2024
-
command: include default otel error handler for the cli
This adds a default otel error handler for the cli in the debug package. It uses logrus to log the error on the debug level and should work out of the box with the `--debug` flag and `DEBUG` environment variable. Signed-off-by: Jonathan A. Sternberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f45f14 - Browse repository at this point
Copy the full SHA 8f45f14View commit details
Commits on Apr 4, 2024
-
otel: capture whether process was invoked from a terminal
This commit adds a "terminal" attribute to `BaseMetricAttributes` that allows us to discern whether an invocation was from an interactive terminal or not. Signed-off-by: Laura Brehm <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee1b283 - Browse repository at this point
Copy the full SHA ee1b283View commit details -
Merge pull request #4975 from jsternberg/otel-error-handler
command: include default otel error handler for the cli
Configuration menu - View commit details
-
Copy full SHA for 204b324 - Browse repository at this point
Copy the full SHA 204b324View commit details -
Merge pull request #4978 from laurazard/otel-add-tty
otel: capture whether process was invoked from a terminal
Configuration menu - View commit details
-
Copy full SHA for 10b9810 - Browse repository at this point
Copy the full SHA 10b9810View commit details -
otel: capture exit code as int64
Signed-off-by: Laura Brehm <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cefcba9 - Browse repository at this point
Copy the full SHA cefcba9View commit details
Commits on Apr 5, 2024
-
Merge pull request #4985 from laurazard/otel-exit-code-int
otel: capture exit code as int64
Configuration menu - View commit details
-
Copy full SHA for b2fe82a - Browse repository at this point
Copy the full SHA b2fe82aView commit details -
go1.21.9 (released 2024-04-03) includes a security fix to the net/http package, as well as bug fixes to the linker, and the go/types and net/http packages. See the Go 1.21.9 milestone on our issue tracker for details. - https://github.com/golang/go/issues?q=milestone%3AGo1.21.9+label%3ACherryPickApproved - full diff: golang/go@go1.21.8...go1.21.9 **- Description for the changelog** ```markdown changelog Update Go runtime to 1.21.9 ``` Signed-off-by: Paweł Gronowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0a5bd6c - Browse repository at this point
Copy the full SHA 0a5bd6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c23a404 - Browse repository at this point
Copy the full SHA c23a404View commit details
Commits on Apr 9, 2024
-
vendor: golang.org/x/sys v0.18.0
full diff: golang/sys@v0.16.0...v0.18.0 Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9a2133f - Browse repository at this point
Copy the full SHA 9a2133fView commit details -
vendor: golang.org/x/term v0.18.0
no changes in vendored code full diff: golang/term@v0.15.0...v0.18.0 Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c7a50eb - Browse repository at this point
Copy the full SHA c7a50ebView commit details -
vendor: golang.org/x/net v0.22.0, golang.org/x/crypto v0.21.0
full diffs changes relevant to vendored code: - golang/net@v0.19.0...v0.22.0 - http2: remove suspicious uint32->v conversion in frame code - http2: send an error of FLOW_CONTROL_ERROR when exceed the maximum octets - golang/crypto@v0.17.0...v0.21.0 - (no changes in vendored code) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4745b95 - Browse repository at this point
Copy the full SHA 4745b95View commit details -
vendor: golang.org/x/net v0.23.0
full diff: golang/net@v0.22.0...v0.23.0 Includes a fix for CVE-2023-45288, which is also addressed in go1.22.2 and go1.21.9; > http2: close connections when receiving too many headers > > Maintaining HPACK state requires that we parse and process > all HEADERS and CONTINUATION frames on a connection. > When a request's headers exceed MaxHeaderBytes, we don't > allocate memory to store the excess headers but we do > parse them. This permits an attacker to cause an HTTP/2 > endpoint to read arbitrary amounts of data, all associated > with a request which is going to be rejected. > > Set a limit on the amount of excess header frames we > will process before closing a connection. > > Thanks to Bartek Nowotarski for reporting this issue. Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5fcbbde - Browse repository at this point
Copy the full SHA 5fcbbdeView commit details -
Merge pull request #4998 from thaJeztah/bump_x_net
vendor: golang.org/x/sys v0.18.0, golang.org/x/term v0.18.0, golang.org/x/crypto v0.21.0, golang.org/x/net v0.23.0
Configuration menu - View commit details
-
Copy full SHA for 870ad7f - Browse repository at this point
Copy the full SHA 870ad7fView commit details
Commits on Apr 10, 2024
-
vendor: github.com/containerd/containerd v1.7.15
Signed-off-by: Laura Brehm <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8a3a7b9 - Browse repository at this point
Copy the full SHA 8a3a7b9View commit details -
vendor: github.com/moby/swarmkit/v2 v2.0.0-20240227173239-911c97650f2e
Signed-off-by: Laura Brehm <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c1053bf - Browse repository at this point
Copy the full SHA c1053bfView commit details -
vendor: github.com/docker/docker v26.0.1-0.20240410103514-f9dfd139ec0…
…d+incompatible (master) Signed-off-by: Laura Brehm <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5515b86 - Browse repository at this point
Copy the full SHA 5515b86View commit details -
Merge pull request #5003 from laurazard/vendor-moby-dirty-26.1
vendor: github.com/docker/docker f9dfd139ec0d (master)
Configuration menu - View commit details
-
Copy full SHA for b6c5522 - Browse repository at this point
Copy the full SHA b6c5522View 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 155dc5e...b6c5522