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

More upgrades #9573

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from
Draft

More upgrades #9573

wants to merge 11 commits into from

Commits on Nov 16, 2024

  1. Configuration menu
    Copy the full SHA
    622f685 View commit details
    Browse the repository at this point in the history
  2. chore: go mod tidy

    plumpy committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    52b8e64 View commit details
    Browse the repository at this point in the history
  3. chore: go mod vendor

    plumpy committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    2ab1d72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13e520a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    177380a View commit details
    Browse the repository at this point in the history
  6. Update for the latest buildkit dockerfile parser changes.

    One notable weird-looking one: the ENV parser now returns an extra node
    that we don't care about, but need to skip over (hence the extra .Next):
    moby/buildkit@6cfa459#diff-fd43849f96a0922a8f35c99c62006a3b0b48449edc65f60042ccc9337d1e0ca0
    plumpy committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    42b9f23 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0825734 View commit details
    Browse the repository at this point in the history
  8. chore: go get -u ./...

    plumpy committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    b46488b View commit details
    Browse the repository at this point in the history
  9. chore: go mod tidy

    plumpy committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    dd8240b View commit details
    Browse the repository at this point in the history
  10. chore: go mod vendor

    plumpy committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    1bec2de View commit details
    Browse the repository at this point in the history
  11. fix: fix a test

    some yaml tooling somewhere changed the way it writes lists
    plumpy committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    0aaf0d0 View commit details
    Browse the repository at this point in the history