Accepting request 1290972 from devel:microos
Update to version 0.23.1 (forwarded request 1287861 from mchellamuthu) OBS-URL: https://build.opensuse.org/request/show/1290972 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildkit?expand=0&rev=19
This commit is contained in:
2
_service
2
_service
@@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/moby/buildkit.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">buildkit</param>
|
||||
<param name="version">v0.21.1</param>
|
||||
<param name="version">v0.23.1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/moby/buildkit.git</param>
|
||||
<param name="changesrevision">94f3b378d96ef6e4d53da19658ed8df3e5e6bcf2</param>
|
||||
<param name="changesrevision">7841a73c183b0166dcede61eb07ece92e5bc28c8</param>
|
||||
</service>
|
||||
</servicedata>
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:86f1a8b6e99e0287c3f191494902844177849be0ea6f4e82f3cc5e948e3af414
|
||||
size 50845709
|
3
buildkit-0.23.1.obscpio
Normal file
3
buildkit-0.23.1.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa3fb7912cc539d9ea05e56ea4e646c6c3c306a0cfc61dd5be7070b5bd689877
|
||||
size 51180045
|
@@ -1,3 +1,96 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 23 05:50:18 UTC 2025 - Madhankumar Chellamuthu <madhankumar.chellamuthu@suse.com>
|
||||
|
||||
- Update to version 0.23.1:
|
||||
* forbid inconsistent logging and shadowing stdlib
|
||||
* Update containerd to v2.1.3
|
||||
* Use commit date in release binary artifacts
|
||||
* provenance: slsa v1 to v0.2 helper
|
||||
* resolver: allow reference matches for local image lookups
|
||||
* docs: fix heading levels in slsa-definitions page
|
||||
* vendor: github.com/tonistiigi/go-actions-cache 388a2ec8cdf8
|
||||
* test: use platforms spec instead of runtime const
|
||||
* client: add test for forcing platform-split=true on single-arch build
|
||||
* fix: wcow: privileges for local exporter
|
||||
* contenthash: unconditionally clear ModeIrregular during content hash
|
||||
* local: fix platform-split=true option
|
||||
* history: build arg to opt-in for provenance slsa v1
|
||||
* docs: provenance slsa v1
|
||||
* provenance slsa v1
|
||||
* http: allow authorization secrets per hostname
|
||||
* build(deps): bump softprops/action-gh-release from 2.2.2 to 2.3.2
|
||||
* vendor: update docker & cli to v28.2.2
|
||||
* vendor: mod-outdated patch release updates
|
||||
* Update buildkitd.toml.md registry examples
|
||||
* fix(readme): Add a missing trailing double quote
|
||||
* vendor: update fsutil to master@586307ad452f
|
||||
* cdi: mitigate tests flakiness
|
||||
* git url: rename GitURLFragment to GitURLOpts
|
||||
* fix HTTP_PROXY errors on local sockets via grpc update
|
||||
* test: move cdi tests to dedicated file
|
||||
* Remove intermediate type RawConfig
|
||||
* Add support for raw mode in the SSH agent provider.
|
||||
* dockerui: fix data race on dockerignore access
|
||||
* solver: fix data race on setting job values
|
||||
* sshforward: Add support for forwarding raw connections
|
||||
* integration: data race protection of localimagecache
|
||||
* integration: fix data race on printing daemon logs
|
||||
* solver: handle not found error on cache export
|
||||
* exporter: fix oci export of multi-platform nil result
|
||||
* llbsolver: fix nil result error on multi-platform
|
||||
* ci: assign author on pull request
|
||||
* fix: wcow: cache: add lock for enable/disable privileges
|
||||
* Dockerfile: update rootlesskit v2.3.5
|
||||
* Dockerfile: update nerdctl v2.1.2
|
||||
* Dockerfile: update runc v1.3.0
|
||||
* Dockerfile: update containerd v2.1.1
|
||||
* vendor: update to containerd v2.1.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 27 07:25:22 UTC 2025 - Madhankumar Chellamuthu <madhankumar.chellamuthu@suse.com>
|
||||
|
||||
- Update to version 0.22.0:
|
||||
* dockerfile: add --unpack flag to ADD
|
||||
* README.md: Add Massé to the list of frontends
|
||||
* ci: arm runners are only available on public repos
|
||||
* ci(validate): choose best matching runner
|
||||
* ci(validate): split by platform
|
||||
* Fix instructions for building directly from repo
|
||||
* file: add chown to archive unpack from copy
|
||||
* Dockerfile: curl: add -S -f
|
||||
* tests: client: skip flaky test on windows
|
||||
* allow duration based filters on diskusage requests
|
||||
* git: add testcase for checking that adding checksum doesn't break cache
|
||||
* git: verify checksum early and more tests
|
||||
* dockerfile: implement `ADD --checksum=COMMIT_HASH GIT_URL`
|
||||
* git source: add AttrGitChecksum
|
||||
* project: update wrong flag name
|
||||
* vendor: github.com/containerd/accelerated-container-image v1.3.0
|
||||
* dockerfile: update cni to 1.7.1
|
||||
* dockerfile: run device docs
|
||||
* cdi: fix device request by class annotation
|
||||
* lint: fix after merge conflict
|
||||
* errdefs: fix filename typo
|
||||
* fix: omit empty list of platforms when serializing worker config
|
||||
* dockerfile: allow whitespace in heredocs
|
||||
* progressui: fix panic on very small terminal
|
||||
* cache: improve migration to image manifest cache
|
||||
* Support for building overlaybd images
|
||||
* wcow: leave default PATH env to be set by the OS
|
||||
* update gopls to go1.24 compatible version
|
||||
* update to go1.24
|
||||
* dockerfile: make WORKDIR respect SOURCE_DATE_EPOCH
|
||||
* util: testutil: enable `dockerd-containerd` worker for wcow
|
||||
* pusher: add response details to push errors
|
||||
* lint: add unconvert
|
||||
* lint: add usestdlibvars
|
||||
* lint: add fatcontext
|
||||
* lint: stack + tracing error updates
|
||||
* lint: correcting errorlint and some err113 cases
|
||||
* lint: enable durationcheck
|
||||
* lint: renable error types for errname
|
||||
* golangci-lint: v2 upgrade
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 06 07:21:47 UTC 2025 - Madhankumar Chellamuthu <madhankumar.chellamuthu@suse.com>
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
name: buildkit
|
||||
version: 0.21.1
|
||||
mtime: 1746171538
|
||||
commit: 94f3b378d96ef6e4d53da19658ed8df3e5e6bcf2
|
||||
version: 0.23.1
|
||||
mtime: 1750491336
|
||||
commit: 7841a73c183b0166dcede61eb07ece92e5bc28c8
|
||||
|
@@ -23,7 +23,7 @@
|
||||
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||
%global import_path %{provider_prefix}
|
||||
Name: buildkit
|
||||
Version: 0.21.1
|
||||
Version: 0.23.1
|
||||
Release: 0
|
||||
Summary: Toolkit for converting source code to build artifacts
|
||||
License: Apache-2.0
|
||||
|
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c275cc2e49a1aecb845b9ea5787a3530fff43a44d097c242931c4f19bad49cb
|
||||
size 4833970
|
||||
oid sha256:65941afb5e9ac307dbaec9574ad1a5e40fdf2cb39204314cdae7fb7d69a69e68
|
||||
size 4890884
|
||||
|
Reference in New Issue
Block a user