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/buildx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.1
Choose a base ref
...
head repository: docker/buildx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.2
Choose a head ref
  • 20 commits
  • 63 files changed
  • 4 contributors

Commits on Jul 17, 2023

  1. vendor: github.com/docker/docker@24.0 36e9e79

    client: define a "dummy" hostname to use for local connections
    fixes "http: invalid Host header" errors when compiling with go1.20.6
    or go1.19.11
    
    full diff: moby/moby@v24.0.2...36e9e79
    
    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    (cherry picked from commit 8a3a646)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    crazy-max authored and thaJeztah committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    66600be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a24b6dd View commit details
    Browse the repository at this point in the history
  3. hack: force go version to 1.20.5

    A temporary workaround for "http: invalid Host header" introduced in
    go 1.20.6.
    
    Signed-off-by: Justin Chadwell <me@jedevc.com>
    (cherry picked from commit c4bec05)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    jedevc authored and thaJeztah committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    50e414f View commit details
    Browse the repository at this point in the history
  4. update go to 1.20.6

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    (cherry picked from commit 7f22933)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    crazy-max authored and thaJeztah committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    54de900 View commit details
    Browse the repository at this point in the history
  5. hack(generated-files): bump golang image to bookworm

    #7 [internal] load metadata for docker.io/library/golang:1.20.6-buster
    #7 ERROR: docker.io/library/golang:1.20.6-buster: not found
    
    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    (cherry picked from commit 1123bfe)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    crazy-max authored and thaJeztah committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    7dddd3a View commit details
    Browse the repository at this point in the history
  6. util/imagetools: remove unused Resolver.ImageConfig

    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit b9e25e8)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    d78c759 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1953 from thaJeztah/0.11_backport_update-go

    [0.11 backport] update go to 1.20.6
    crazy-max authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    ea610d8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    44f5946 View commit details
    Browse the repository at this point in the history
  9. build: mark result handle build as internal

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    (cherry picked from commit 418ea82)
    crazy-max committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    0f6513a View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1955 from crazy-max/v0.11_backport_result-handle-…

    …internal
    
    [0.11 backport] build: mark result handle build as internal
    crazy-max authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    a879078 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. k8s: fix missing kubeconfig check from endpoint

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    (cherry picked from commit 4384947)
    crazy-max committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    3305f18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66fd2bb View commit details
    Browse the repository at this point in the history
  3. vendor: update buildkit to master@2d91ddcceedc

    Signed-off-by: Justin Chadwell <me@jedevc.com>
    (cherry picked from commit 0a7f96c)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    jedevc authored and thaJeztah committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    0424ae1 View commit details
    Browse the repository at this point in the history
  4. tests: share single docker between docker-container backends

    This means that we can run our docker-container tests in parallel again,
    which can help speed up our test runs by a *significant* amount.
    
    Signed-off-by: Justin Chadwell <me@jedevc.com>
    (cherry picked from commit 601056f)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    jedevc authored and thaJeztah committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    5657006 View commit details
    Browse the repository at this point in the history
  5. ci: run docker-container tests in parallel

    Signed-off-by: Justin Chadwell <me@jedevc.com>
    (cherry picked from commit efd7279)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    jedevc authored and thaJeztah committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    d21e9fa View commit details
    Browse the repository at this point in the history
  6. tests: set a dedicated buildx config dir for each worker

    This should help reduce any unexpected config conflict between workers.
    
    Signed-off-by: Justin Chadwell <me@jedevc.com>
    (cherry picked from commit 6f394a0)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    jedevc authored and thaJeztah committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    6faf7e5 View commit details
    Browse the repository at this point in the history
  7. vendor: github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c…

    …407bfb
    
    full diff: xeipuuv/gojsonpointer@4e3ac27...02993c4
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit e094296)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    87ce701 View commit details
    Browse the repository at this point in the history
  8. vendor: github.com/tonistiigi/fsutil v0.0.0-20230629203738-36ef4d8c0dbb

    full diff: tonistiigi/fsutil@9e7a6df...36ef4d8
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit ff2c8da)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    69f9290 View commit details
    Browse the repository at this point in the history
  9. vendor: github.com/moby/buildkit v0.12.1-0.20230717122532-faa0cc7da353

    full diff:
    
    - moby/buildkit@2023062...v0.12.0
    - moby/buildkit@v0.12.0...faa0cc7
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit 130bbda)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    d8c6c3f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9872040 View commit details
    Browse the repository at this point in the history
Loading