Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 16, 2025

Bumps the go-dependencies group with 4 updates: get.porter.sh/magefiles, github.com/docker/buildx, github.com/moby/buildkit and github.com/olekukonko/tablewriter.

Updates get.porter.sh/magefiles from 0.6.12 to 0.6.13

Release notes

Sourced from get.porter.sh/magefiles's releases.

v0.6.13

What's Changed

Full Changelog: getporter/magefiles@v0.6.12...v0.6.13

Commits
  • c7d6a94 Merge pull request #63 from getporter/dependabot/go_modules/golang.org/x/sync...
  • 1aa4f79 Bump golang.org/x/sync from 0.17.0 to 0.18.0
  • 93e812b Merge pull request #62 from getporter/dependabot/go_modules/golang.org/x/sync...
  • e6dda03 Bump golang.org/x/sync from 0.16.0 to 0.17.0
  • See full diff in compare view

Updates github.com/docker/buildx from 0.29.1 to 0.30.0

Release notes

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

v0.30.0

buildx 0.30.0

Welcome to the v0.30.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
  • Remy Suen
  • Sebastiaan van Stijn
  • aevesdocker
  • Akihiro Suda
  • Guillaume Lours
  • Ricardo Branco
  • Roberto Castellotti
  • Roberto Villarreal

Notable Changes

  • Tar exporter output will now automatically create parent directories. #3478
  • Deprecate docker buildx install and docker buildx uninstall in favor of using docker buildx directly without relying on the docker builder aliases. #3472
  • Clarify CLI help for the --tag option to give more guidance on a valid argument. #3454
  • Bake: Ensure typed variables with no value still carry type to prevent a panic. #3463
  • imagetools create now persists attestation manifest and any manifest cosign-based signatures when creating new images. #3433
  • Add option to docker-container driver to write github actions payload for provenance with --driver-opt=provenance-add-gha=true. #3453
  • Avoid concurrent map write panic with imagetools create. #3510
  • Avoid panic when linking a nil target to another build in Bake. #3511
  • DAP: Next, step in, and step out requests now respect breakpoints. #3488
  • DAP: Verify breakpoints when stopOnEntry is used. #3488
  • DAP: Support runInTerminal reverse request when buildx dap is run in standalone mode. #3471
  • DAP: Stop sending null in setBreakpoints response when the breakpoints are cleared to conform to the specification. #3481
  • DAP: exec command now works when suspended on a COPY line. #3469
  • DAP: Debugger now ensures that all inputs are properly executed when suspended on a line. #3469
  • DAP: Debugger now pauses on COPY lines when there is a non-existent file. #3437
  • Compose support has been updated to v2.9.1. #3494

Dependency Changes

  • github.com/aws/aws-sdk-go-v2 v1.30.3 -> v1.38.1
  • github.com/aws/aws-sdk-go-v2/config v1.27.27 -> v1.31.3
  • github.com/aws/aws-sdk-go-v2/credentials v1.17.27 -> v1.18.7
  • github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.11 -> v1.18.4
  • github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.15 -> v1.4.4

... (truncated)

Commits
  • 124418c vendor: github.com/moby/buildkit v0.26.0
  • c1fbb49 Merge pull request #3511 from tonistiigi/bake-nil-panic
  • 8e8054f Merge pull request #3510 from tonistiigi/fix-mediatype-concurrency
  • c9b2da6 Merge pull request #3513 from jsternberg/vendor-buildkit
  • 1651da0 vendor: update buildkit v0.26.0-rc2
  • 1fae6f4 build: avoid panic on linking to nil target
  • e980432 imagetools: fix concurrent map write from containerd issue
  • 606e9d1 Merge pull request #3502 from tonistiigi/update-buildkitd-v0.26.0-rc1
  • 6a9de94 Merge pull request #3495 from rcastellotti/fix-typo
  • 484a32f Merge pull request #3478 from crazy-max/fix-tar-output
  • Additional commits viewable in compare view

Updates github.com/moby/buildkit from 0.25.2 to 0.26.0

Release notes

Sourced from github.com/moby/buildkit's releases.

v0.26.0

buildkit 0.26.0

Welcome to the v0.26.0 release of buildkit!

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

Contributors

  • Tõnis Tiigi
  • CrazyMax
  • Akihiro Suda
  • Sebastiaan van Stijn
  • Jonathan A. Sternberg
  • Brian Goff
  • Dawei Wei
  • Alberto Garcia Hierro
  • Damon Holden
  • David Karlsson
  • Justin Chadwell
  • Mikhail Dmitrichenko
  • bpascard

Notable Changes

  • Change how file checksum is calculated when wildcards and include/exclude patterns are involved to better align with how they are calculated in the non-wildcard path. #6238
  • LLB Copy operation now allows specifying required paths to be included in the copy. #6229
  • Fixed race condition between cache and snapshot for the Git source. #6281
  • Fixed race condition in HTTP cache key digest computation that could cause duplicate requests and digest mismatch errors. #6292
  • Runc container runtime has been updated to v1.3.3. #6331
  • Source metadata requests via ResolveSourceMeta, previously available for image sources, can now be performed for Git sources. This can be used to resolve Git commit and tag checksums and also to access the raw commit and tag objects for further verification. #6283
  • Source metadata requests via ResolveSourceMeta, previously available for image sources, can now be performed for HTTP sources. This can be used to access artifact checksums, last-modified time etc. #6285
  • Git sources can now perform verification of GPG or SSH signatures on commits and tags. Enable git signature checks via source policy. #6300 #6344
  • contentutil package now supports moving referrer objects when using CopyChain function. #6336
  • Fix fetch by commit for git source when tags change or branch names are updated. #6259
  • Fix http connection leak when resolving metadata from http source on non-2xx HTTP status codes. #6313
  • A new type of source policies has been added that supports making policy decisions on the client side via session tunnel. #6276
  • Add buildkit capability for detecting if source policy decisions can be made via session tunnel. #6345
  • Avoid intermediate type wrappers for custom fields in provenance. #6275
  • Add raw commit/tag object access when resolving git source metadata. #6298
  • Move image source resolver away from the ResolveImageConfig type to ResolveSourceMetadata. #6330 # probably not needed for changelog
  • Fix inline cache used with multiple exporters. #6263
  • Fix handling multiple inline cache exporters configured for single build. #6272
  • Fix handling of annotated Git tags. The pin of the annotated tag should be the SHA of the tag and not the commit it is pointing to. #6251
  • Fix source policy attributes validation when multiple rules use the same identifier. #6342

Dependency Changes

... (truncated)

Commits
  • a8e548f Merge pull request #4673 from bpascard/master
  • cc2d332 Merge pull request #6351 from thaJeztah/bump_tarsplit
  • 640f8bb Merge pull request #6349 from tonistiigi/dockerd-test-fixes
  • c3fd6a3 vendor: github.com/vbatts/tar-split v0.12.2
  • 2224254 test: test updates for dockerd
  • a2a940e Merge pull request #6345 from tonistiigi/cap-session-policy
  • ae4ee62 Merge pull request #6344 from tonistiigi/git-policy-signatures
  • 594543f Merge pull request #6342 from tonistiigi/sourcepolicy-fixes
  • a372e4e client: enable git signature checks via policy
  • 36404ad solver: add cap for source policy session
  • Additional commits viewable in compare view

Updates github.com/olekukonko/tablewriter from 1.1.0 to 1.1.1

Commits
  • c687484 update readme to v1.1.1
  • eb43184 Merge pull request #301 from clipperhouse/clipperhouse/displaywidth-experiment
  • bb166ce Revert the displaywidth.Options API
  • e64dd90 Keep legacy support for WithCondition/SetCondition
  • 3c5328b Update to fuzzed displaywidth
  • 31b2e06 benchmarks
  • 15663bf Try displaywidth instead of go-runewidth
  • 64bc45f make The fix is to make the checks in prepareContexts intelligent #302
  • db994db Merge pull request #300 from olekukonko/pie
  • 52f0a50 set bytes in benchmark
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go-dependencies group with 4 updates: [get.porter.sh/magefiles](https://github.com/getporter/magefiles), [github.com/docker/buildx](https://github.com/docker/buildx), [github.com/moby/buildkit](https://github.com/moby/buildkit) and [github.com/olekukonko/tablewriter](https://github.com/olekukonko/tablewriter).


Updates `get.porter.sh/magefiles` from 0.6.12 to 0.6.13
- [Release notes](https://github.com/getporter/magefiles/releases)
- [Commits](getporter/magefiles@v0.6.12...v0.6.13)

Updates `github.com/docker/buildx` from 0.29.1 to 0.30.0
- [Release notes](https://github.com/docker/buildx/releases)
- [Commits](docker/buildx@v0.29.1...v0.30.0)

Updates `github.com/moby/buildkit` from 0.25.2 to 0.26.0
- [Release notes](https://github.com/moby/buildkit/releases)
- [Commits](moby/buildkit@v0.25.2...v0.26.0)

Updates `github.com/olekukonko/tablewriter` from 1.1.0 to 1.1.1
- [Commits](olekukonko/tablewriter@v1.1.0...v1.1.1)

---
updated-dependencies:
- dependency-name: get.porter.sh/magefiles
  dependency-version: 0.6.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/docker/buildx
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/moby/buildkit
  dependency-version: 0.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/olekukonko/tablewriter
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependabot 🤖 Created by the dependabot label Nov 16, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 16, 2025 04:01
@dgannon991 dgannon991 merged commit 82b040d into main Nov 16, 2025
75 of 76 checks passed
@dgannon991 dgannon991 deleted the dependabot/go_modules/go-dependencies-633429921a branch November 16, 2025 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot 🤖 Created by the dependabot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants