From d9ae158ce1a76e2d628397ce01a7ea29166f86665416b9c31c5d42a586f89b84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Thu, 7 Dec 2023 07:55:11 +0000 Subject: [PATCH] Accepting request 1130781 from home:flonnegren:branches:devel:microos - Update to version 0.12.4: * Fix possible concurrent map access on remote cache export * Fix hang on debug server listener * Fix possible deadlock in History API under high number of parallel builds * Fix possible panic on handling deleted records in History API * Fix possible data corruption in zstd library - Update to version 0.12.3: * Fix possible duplicate source files in provenance attestation for chained builds * Fix possible negative step time in progressbar for step shared with other build request * Fix properly closing history and cache DB on shutdown to avoid corruption * Fix incorrect error handling for invalid HTTP source URLs * Fix fallback cases for ambiguous insecure configuration provided for registry used as push target. * Fix possible data race with parallel image config resolves * Fix regression in v0.12 for clients waiting on buildkitd to become available * Fix Cgroup NS handling for hosts supporting only CgroupV1 - Update to version 0.12.2: * Fix possible discarded network error when exporting result to client * Avoid unnecessary memory allocations when writing build progress OBS-URL: https://build.opensuse.org/request/show/1130781 OBS-URL: https://build.opensuse.org/package/show/devel:microos/buildkit?expand=0&rev=5 --- _service | 2 +- _servicedata | 4 ++-- buildkit-0.12.1.tar.zst | 3 --- buildkit-0.12.4.tar.zst | 3 +++ buildkit.changes | 24 ++++++++++++++++++++++++ buildkit.spec | 2 +- vendor.tar.zst | 4 ++-- 7 files changed, 33 insertions(+), 9 deletions(-) delete mode 100644 buildkit-0.12.1.tar.zst create mode 100644 buildkit-0.12.4.tar.zst diff --git a/_service b/_service index 1165cdd..0dfeca6 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ https://github.com/moby/buildkit.git git .git - v0.12.1 + v0.12.4 @PARENT_TAG@ enable v(.*) diff --git a/_servicedata b/_servicedata index 81acf37..5533f3b 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ https://github.com/moby/buildkit.git - bb857a0d49f45aa0ce9cd554b78d4075553e20f9 + 833949d0f7908608b00ab6b93b8f92bdb147fcca - \ No newline at end of file + diff --git a/buildkit-0.12.1.tar.zst b/buildkit-0.12.1.tar.zst deleted file mode 100644 index d8b588d..0000000 --- a/buildkit-0.12.1.tar.zst +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3b75fb78c90091238424fd833e248bd7d35099ed754c669134ad2baf8cae0fc -size 5890291 diff --git a/buildkit-0.12.4.tar.zst b/buildkit-0.12.4.tar.zst new file mode 100644 index 0000000..d67bc88 --- /dev/null +++ b/buildkit-0.12.4.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2461a23f704b5b0bc4f7ca9f78ff1024b970f3b47bc8e9312fea73b977c26454 +size 7253926 diff --git a/buildkit.changes b/buildkit.changes index 515fd31..5826d33 100644 --- a/buildkit.changes +++ b/buildkit.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon Dec 04 13:14:41 UTC 2023 - fredrik.lonnegren@suse.com + +- Update to version 0.12.4: + * Fix possible concurrent map access on remote cache export + * Fix hang on debug server listener + * Fix possible deadlock in History API under high number of parallel builds + * Fix possible panic on handling deleted records in History API + * Fix possible data corruption in zstd library + +- Update to version 0.12.3: + * Fix possible duplicate source files in provenance attestation for chained builds + * Fix possible negative step time in progressbar for step shared with other build request + * Fix properly closing history and cache DB on shutdown to avoid corruption + * Fix incorrect error handling for invalid HTTP source URLs + * Fix fallback cases for ambiguous insecure configuration provided for registry used as push target. + * Fix possible data race with parallel image config resolves + * Fix regression in v0.12 for clients waiting on buildkitd to become available + * Fix Cgroup NS handling for hosts supporting only CgroupV1 + +- Update to version 0.12.2: + * Fix possible discarded network error when exporting result to client + * Avoid unnecessary memory allocations when writing build progress + ------------------------------------------------------------------- Wed Aug 02 21:37:05 UTC 2023 - elimat@opensuse.org diff --git a/buildkit.spec b/buildkit.spec index 4ec4638..cba43a3 100644 --- a/buildkit.spec +++ b/buildkit.spec @@ -23,7 +23,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} Name: buildkit -Version: 0.12.1 +Version: 0.12.4 Release: 0 Summary: Toolkit for converting source code to build artifacts License: Apache-2.0 diff --git a/vendor.tar.zst b/vendor.tar.zst index 99fe81d..d137baf 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:56e300f82bc80b09c5d7d926bb5c7bee18ae38ae5e1d002d820bb41216cb4fd0 -size 4546942 +oid sha256:ddf4316814f4e75a841641fd89b48f7ca682a6a5dfba973682b6a0bc1657dbbc +size 6469603