Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: docker/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8d1bacae3e49
Choose a base ref
...
head repository: docker/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v27.4.0-rc.2
Choose a head ref
  • 4 commits
  • 6 files changed
  • 4 contributors

Commits on Nov 18, 2024

  1. [27.x] 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]>
    thaJeztah committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    877668c View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Merge pull request #5631 from thaJeztah/27.x_bump_grpc

    [27.x] vendor: google.golang.org/grpc v1.66.3
    thaJeztah authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    c653736 View commit details
    Browse the repository at this point in the history
  2. Optimise docker stats to not require clearing the whole screen

    Instead of clearing the whole screen and then writing the new stats,
    we now write the new stats on top of the old text, and then clear
    the remaining text.
    
    This is a more efficient way to update the stats, as it avoids the
    flickering that happens when the screen is cleared and rewritten.
    
    Signed-off-by: Giedrius Jonikas <[email protected]>
    (cherry picked from commit cb2f95c)
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    Giedriusj1 authored and thaJeztah committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    39d73af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af56ef5 View commit details
    Browse the repository at this point in the history
Loading