Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v0.17] cherry-picks for v0.17.2 #5545

Merged
merged 2 commits into from
Nov 22, 2024
Merged

Commits on Nov 22, 2024

  1. vendor: update grpc to v1.66.3

    Signed-off-by: Tonis Tiigi <[email protected]>
    (cherry picked from commit 008ca45)
    tonistiigi committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    531826b View commit details
    Browse the repository at this point in the history
  2. gateway: ensure llb digests are deterministic when sent by frontends

    This ensures different valid protobuf serializations that are sent by
    frontends will be rewritten into digests that are normalized for the
    buildkit solver.
    
    The most recent example of this is that older frontends would generate
    protobuf with gogo and the newer buildkit is using the google protobuf
    library. These produce different serializations and cause the solver to
    think that identical operations are actually different.
    
    Signed-off-by: Jonathan A. Sternberg <[email protected]>
    (cherry picked from commit 9f65f8c)
    jsternberg authored and tonistiigi committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    eb8a9cb View commit details
    Browse the repository at this point in the history