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

chore: bump github.com/docker/buildx from 0.17.1 to 0.18.0 #824

Merged
merged 5 commits into from
Nov 13, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Bumps github.com/docker/buildx from 0.17.1 to 0.18.0.

Release notes

Sourced from github.com/docker/buildx's releases.

v0.18.0

Welcome to the v0.18.0 release of buildx!

Please try out the release binaries and report any issues at https://github.com/docker/buildx/issues.

Contributors

  • CrazyMax
  • Tõnis Tiigi
  • Jonathan A. Sternberg
  • David Karlsson
  • Sebastiaan van Stijn
  • Talon Bowler
  • Guillaume Lours
  • Tim Neumann

Notable Changes

  • prune command now allows new --max-used-space and --min-free-space filters on BuildKit v0.17.0+ builders #2766
  • ls command output is now more compact by default by compacting the platform list. New --no-trunc option can be used for full list #2138 #2717
  • inspect command now displays BuildKit daemon configuration options set with a TOML file #2684
  • Memory allocations have been reduced by switching to new protobuf implementation #2724 #2713
  • Size limits for maximum Dockerfile sizes from standard input have been raised #2716 #2719
  • Allow listing targets and variables in buildx bake without initializing the builder #2763
  • Compose compatibility has been updated to v2.4.1 #2760
  • Add OpenTelemetry grouping around build function #2742
  • Allow capturing of CPU and memory profiles with pprof via environment variables #2746
  • Fix possible issues with entitlements when using linked targets in Bake #2701
  • Fix possible permission issues when accessing local state after running buildx with sudo #2745
  • Fix missing error message on running invalid command #2741
  • Fix build details link not showing in experimental mode #2722
  • Fix possible bogus warnings for local state in --call requests #2754
  • Fallback images for --check/--call option have been updated to correct references #2705
  • Improve error messages with source code snippets by mapping the file to the correct path #2672
  • Fix invalid target linking validation for Bake #2700

Dependency Changes

  • github.com/cespare/xxhash/v2 v2.2.0 -> v2.3.0
  • github.com/compose-spec/compose-go/v2 v2.1.6 -> v2.4.1
  • github.com/containerd/containerd v1.7.21 -> v1.7.22
  • github.com/containerd/continuity v0.4.3 -> v0.4.4
  • github.com/cpuguy83/go-md2man/v2 v2.0.4 -> v2.0.5
  • github.com/docker/cli 48a2cdff970d -> v27.3.1
  • github.com/docker/docker v27.2.1 -> v27.3.1
  • github.com/klauspost/compress v1.17.9 -> v1.17.11

... (truncated)

Commits
  • fa4461b Merge pull request #2768 from tonistiigi/0.18-buildkit-v0.17.0
  • 67691ba vendor: update buildkit to v0.17.0
  • 9b0575b Merge pull request #2766 from tonistiigi/prune-caps-detection
  • 9f3a578 prune: detect if buildkit supports newer storage filters
  • 14b31d8 Merge pull request #2765 from crazy-max/ci-fix-content-read
  • e26911f ci: keep contents read permissions in jobs
  • cd8d61a Merge pull request #2763 from neumantm/feat/listWithoutBuilder
  • 3a56161 Merge pull request #2761 from crazy-max/fix-workflow-perms
  • 0fd935b Skip Builder Init For Bake List Flags
  • 704b2cc Merge pull request #2760 from tonistiigi/update-compose-v2.4.1
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from jeremyrickard as a code owner November 4, 2024 12:49
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 4, 2024
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/docker/buildx-0.18.0 branch from 52d3168 to e8613d9 Compare November 6, 2024 19:11
Bumps [github.com/docker/buildx](https://github.com/docker/buildx) from 0.17.1 to 0.18.0.
- [Release notes](https://github.com/docker/buildx/releases)
- [Commits](docker/buildx@v0.17.1...v0.18.0)

---
updated-dependencies:
- dependency-name: github.com/docker/buildx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/docker/buildx-0.18.0 branch from e8613d9 to e60da73 Compare November 12, 2024 19:36
Signed-off-by: Sertac Ozercan <[email protected]>
Copy link

codecov bot commented Nov 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 46.98%. Comparing base (64e2864) to head (3c279e7).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #824   +/-   ##
=======================================
  Coverage   46.98%   46.98%           
=======================================
  Files          18       18           
  Lines        2205     2205           
=======================================
  Hits         1036     1036           
  Misses       1111     1111           
  Partials       58       58           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sozercan
Copy link
Member

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 12, 2024

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@sozercan sozercan merged commit fa22765 into main Nov 13, 2024
24 checks passed
@sozercan sozercan deleted the dependabot/go_modules/github.com/docker/buildx-0.18.0 branch November 13, 2024 00:46
shubhamsugara22 pushed a commit to shubhamsugara22/copacetic that referenced this pull request Nov 13, 2024
…opacetic#824)

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Sertac Ozercan <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sertac Ozercan <[email protected]>
Signed-off-by: shubhamsugara22 <[email protected]>
pradhans0906 pushed a commit to pradhans0906/copacetic that referenced this pull request Dec 6, 2024
…opacetic#824)

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Sertac Ozercan <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sertac Ozercan <[email protected]>
Signed-off-by: swapnasagar pradhan <[email protected]>
pradhans0906 pushed a commit to pradhans0906/copacetic that referenced this pull request Dec 14, 2024
…opacetic#824)

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Sertac Ozercan <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sertac Ozercan <[email protected]>
Signed-off-by: swapnasagar pradhan <[email protected]>
pradhans0906 pushed a commit to pradhans0906/copacetic that referenced this pull request Dec 14, 2024
…opacetic#824)

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Sertac Ozercan <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sertac Ozercan <[email protected]>
Signed-off-by: swapnasagar pradhan <[email protected]>
pradhans0906 pushed a commit to pradhans0906/copacetic that referenced this pull request Dec 14, 2024
…opacetic#824)

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Sertac Ozercan <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sertac Ozercan <[email protected]>
Signed-off-by: swapnasagar pradhan <[email protected]>
pradhans0906 pushed a commit to pradhans0906/copacetic that referenced this pull request Dec 14, 2024
…opacetic#824)

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Sertac Ozercan <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sertac Ozercan <[email protected]>
Signed-off-by: swapnasagar pradhan <[email protected]>
pradhans0906 pushed a commit to pradhans0906/copacetic that referenced this pull request Dec 14, 2024
…opacetic#824)

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Sertac Ozercan <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sertac Ozercan <[email protected]>
Signed-off-by: swapnasagar pradhan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant