chore(deps): update module github.com/moby/buildkit to v0.15.2 - autoclosed #4849
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.11.6
->v0.15.2
Release Notes
moby/buildkit (github.com/moby/buildkit)
v0.15.2
Compare Source
Welcome to the v0.15.2 release of buildkit!
Please try out the release binaries and report any issues at
https://github.com/moby/buildkit/issues.
Contributors
Notable Changes
Dependency Changes
This release has no dependency changes
Previous release can be found at v0.15.1
v0.15.1
Compare Source
Welcome to the v0.15.1 release of buildkit!
Please try out the release binaries and report any issues at
https://github.com/moby/buildkit/issues.
Contributors
Notable Changes
Dependency Changes
Previous release can be found at v0.15.0
v0.15.0
Compare Source
Welcome to the v0.15.0 release of buildkit!
Please try out the release binaries and report any issues at
https://github.com/moby/buildkit/issues.
Contributors
Notable Changes
Dockerfile:
SecretsUsedInArgOrEnv
,InvalidDefaultArgInFrom
,RedundantTargetPlatform
,CopyIgnoredFile
(experimental) andFromPlatformFlagConstDisallowed
#5135 #5140 #5105 #5113 #5091 #5094 #5090 #5046COPY --link
to.
destination path could fail (regression from v1.8+) #5080ADD --checksum
when used with a Git URL #5085Dependency Changes
e72429f
->a892ee0
9794bdb
->58651d5
ddb21b7
newPrevious release can be found at v0.14.1
v0.14.1
Compare Source
Welcome to the 0.14.1 release of buildkit!
Please try out the release binaries and report any issues at
https://github.com/moby/buildkit/issues.
Contributors
Notable Changes
rewrite-timestamp=true
option #5040Dependency Changes
This release has no dependency changes
Previous release can be found at v0.14.0
v0.14.0
Compare Source
Welcome to the 0.14.0 release of buildkit!
Please try out the release binaries and report any issues at
https://github.com/moby/buildkit/issues.
Contributors
Notable Changes
BUILDKIT_TTY_LOG_LINES
value is defined #4767Dependency Changes
a0b64f3
->9794bdb
f9a4f7e
->90bafcd
Previous release can be found at v0.13.2
v0.13.2
Compare Source
buildkit 0.13.2
Welcome to the 0.13.2 release of buildkit!
Please try out the release binaries and report any issues at
https://github.com/moby/buildkit/issues.
Notable Changes
--group
flag #4875rewrite-timestamps
option incompatibility withCOPY --link
#4804rewite-timestamps
rewrites base image layers in some cases #4805Dependency Changes
7525a1a
->91a3fc4
Previous release can be found at v0.13.1
v0.13.1
Compare Source
buildkit 0.13.1
Welcome to the 0.13.1 release of buildkit!
Please try out the release binaries and report any issues at
https://github.com/moby/buildkit/issues.
Notable Changes
./.git
source path as Git URL. #4776Dependency Changes
This release has no dependency changes
Previous release can be found at v0.13.0
v0.13.0
Compare Source
buildkit 0.13.0
Welcome to the 0.13.0 release of buildkit!
Please try out the release binaries and report any issues at
https://github.com/moby/buildkit/issues.
Contributors
Notable Changes
Default Dockerfile frontend has been updated to v1.7.0
Experimental Windows Containers support is now available with containerd worker. Windows release artifacts now also contain the
buildkitd.exe
binary. #3518 #3517 #4494 #4479 #4432 #4387 #4364 #4670 #4692 docsMultiple exporters(outputs) can now be specified with a single build request #4134
New option
rewrite-timestamps
is available when exporting images that with convert files in exported layers according to the epoch time for reproducible builds #4057 docsThere is a new bridge network mode
--oci-worker-net=bridge
that can be used to set up CNI bridge networking with no external dependencies for better network isolation of build containers. It is expected that v0.14.0 release will enable this network mode by default. #4352 #4650 #4539SOURCE_DATE_EPOCH
in now not applied to the layer records of the base image to keep them immutable #4663Github Actions cache backend now supports defining timeout in case the service gets rate-limited #4702
Gateway API has a new method
ResolveSourceMeta
that will replace the previousResolveImageConfig
method. The new method works with all LLB source types, not just images, and correctly handles policy conversions between sources. #4563 #4647When using host networking, local host DNS routes can also be used instead of the default #4524
Changing cache mount's ID property does not invalidate cache for the build step anymore #4585
Basic metrics support has been added via OpenTelemetry and Prometheus #4460
Token cache is no longer shared between parallel push requests #3592
Update insecure registry fallback logic to only fallback with previous host #4613
Build secrets can now avoid
noexec
mount restrictions if file mode set execution bit #4670GRPC socket for OpenTelemetry tracing now defaults to runtime directory path #4078 #4619
LLB API now has new options to directly control how different mounts for container steps are cached #4624
Cancellation and timeout errors should now contain better stacktraces on
--debug
mode #4587 #4457Edge case of empty multiplatform build result does not generate errors anymore #4526
Prune command now avoids taking database lock for a long time if deletion takes too much time #4413
Healthcheck service has been added to Control API #4145
Buildctl has new
quiet
andrawjson
progress mode #4213 #4113Buildctl has new
--debug-json-cache-metrics
debug option #4464Buildctl now supports
--registry-auth-tlscontext
flag for controlling the client authentication requests #4420 #4211Buildctl now propagates
SOURCE_DATE_EPOCH
to build arg automatically if it is defined #4231LLB client now allows exposing local sources via
FS
interface instead of local path #4094Ensure only one platform is pulled on resolving image config, even if multiple match #4311
Rootless version supports new
--detach-netns
mode #4546Update default CNI config path for rootless mode to
~/.config/buildkit/cni.json
#4547Ensure correct pinned commit is checked out if tags that have same path components #4473
Exporting caches for results with no layers is now skipped in OCI structures #4336
New debugging options have been added to the scheduler component #4410
Improve error messages on
StatFile
requests #4321Daemon logs can now be exported in JSON format #4044
Qemu emulation for loongarch64 is now detected if available #4392
Number of log lines per build step on TTY mode can now be configured with
BUILDKIT_TTY_LOG_LINES
#4284Empty
OnBuild
value is now omitted from image config #4648Fixes for bridge networking on Rootless mode #4655
Fix possible "missing lease requirement" error on canceling one of parallel exports #4529
Fix file permissions error if
ADD <tar.gz>
used with User namespace #4712Fix possible permission error when using custom frontends with User namespace on certain systems #4714
Fixes for merging parallel build steps that generate the same cache keys #4559 #4285
Fix processing result map in LLB API if the evaluate option is set to true #4544
Fix hardlink issue with whiteout deletes in the merge snapshotter #4516
Fix issue with caching multiple mounts originating from the same source #4270 #4281
Fix possible panic condition on deleting history records #4451
Fix issue where same source image layer chains could end up in the provenance attestation multiple times #4433
Fix possible pull error caused by previous cache #4428
Fix possible data race on transfer progress handling #4726
Fix issues where session messages could grow bigger than maximum message size when transferring SBOM to client #4313
Fix issue where specific build steps could drop progress messages #4347
Fix possible wrong usage statitics in merged snapshotters #4389
Fix possible storage leak for compression variants #4353
Fix handling of certain SSH Git URLs #4326
Fix possible missing blob error on mapping files to SBOM packages #4210
Fix diffing layers when custom Gzip compression level is set #4275
Fix possible panic with stargz snapshotter #4187
Fix generation of cache checksums for Merge and Diff operations #4192
Fix possible negative pull time in progressbar on parallel pulls #4183
Fix handling of missing files in LLB File remove API #4051
Dependency Changes
43070de
->ced1acd
5330a85
->8075edf
8e51b8b
-> v25.0.3e72429f
new8b29126
->22c0c7a
36ef4d8
->7525a1a
0bdeb6e
->a0b64f3
7f2fa6f
->49dd2c1
49dd2c1
new49dd2c1
newPrevious release can be found at v0.12.5
v0.12.5
Compare Source
https://hub.docker.com/r/moby/buildkit
Notable changes:
This release contains following security fixes:
Runc has been updated to v1.1.12 addressing GHSA-xr7r-f8xq-vfvv
Fix possible race condition with accessing subpaths from cache mounts GHSA-m3r6-h7wv-7xxv
Fix possible host system access from mount stub cleaner GHSA-4v98-7qmw-rqr8
Fix interactive containers API validation against entitlements GHSA-wr6v-9f75-vh2g
Fix possible panic when incorrect parameters sent from frontend GHSA-9p26-698r-w4hx
v0.12.4
Compare Source
Welcome to the 0.12.4 release of buildkit!
Please try out the release binaries and report any issues at
https://github.com/moby/buildkit/issues.
Notable changes
v0.12.3
Compare Source
Welcome to the 0.12.3 release of buildkit!
Please try out the release binaries and report any issues at
https://github.com/moby/buildkit/issues.
Notable changes
v0.12.2
Compare Source
Welcome to the 0.12.2 release of buildkit!
Please try out the release binaries and report any issues at
https://github.com/moby/buildkit/issues.
Notable changes
v0.12.1
Compare Source
Welcome to the 0.12.1 release of buildkit!
Please try out the release binaries and report any issues at
https://github.com/moby/buildkit/issues.
Notable changes
v0.12.0
Compare Source
buildkit 0.12.0
Welcome to the 0.12.0 release of buildkit!
This is a pre-release of buildkit
Please try out the release binaries and report any issues at
https://github.com/moby/buildkit/issues.
Contributors
Notable Changes
image-manifest=true
#3724platform-split=false
option to merge all artifacts for multiple platforms to the same directory. #3161capture-usage=true
attestation option and is set automatically for History API records. This feature depends on CgroupV2, and some fields require kernel configured withCONFIG_PSI
enabled. #3860 #3999SOURCE_DATE_EPOCH
value for reproducible builds is now set as the creation timestamp when exporting image to containerd image store #3263buildctl
has new--wait
flag to block RPCs until the connection becomes available #3586docker buildx
flags without the need to copy code from Dockerfile frontend #3606Accept-Encoding
differently for different HTTP methods #3745 #3788buildctl
commandsdebug histories
andprune-histories
#3498registry.insecure
option like the Image exporter #3501oci-layout
file when exporting uncompressed OCI layout #3729Dependency Changes
43070de
new5330a85
newc68fdcf
newConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.