Accepting request 1226453 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1226453 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildkit?expand=0&rev=10
This commit is contained in:
commit
7472253916
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.17.1</param>
|
||||
<param name="version">v0.17.2</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">972e31a700d7e4c261d8207f388d9d812dbf847b</param>
|
||||
<param name="changesrevision">95d190ef4f18b57c717eaad703b67cb2be781ebb</param>
|
||||
</service>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3890cc79f1e2d8e4b5eeab0dd89f7caf38f992732b4719313c7a06ae1530072d
|
||||
size 50448909
|
3
buildkit-0.17.2.obscpio
Normal file
3
buildkit-0.17.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7efea29b5230284afe86b4030e7221af521bc38ed058fd9b8b1fecfb85fc16d1
|
||||
size 50391565
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 26 06:14:13 UTC 2024 - madhankumar.chellamuthu@suse.com
|
||||
|
||||
- Update to version 0.17.2:
|
||||
* Use view transaction for metadata read
|
||||
* http: fix etag cache scoping
|
||||
* ci: test sandbox build with multiple platforms
|
||||
* dockerfile: use lld linker for containerd build
|
||||
* dockerd: skip content check with containerd snapshotter
|
||||
* vendor: update containerd to v1.7.24
|
||||
* vendor: update github.com/tonistiigi/fsutil to 31cf1f437184
|
||||
* Remove pre-Go 1.17 build tags
|
||||
* solver: release unreferenced cache keys after gc
|
||||
* improve stacks of cancels from defers
|
||||
* util/system: remove Atime implementation for containerd/continuity/fs
|
||||
* vendor: github.com/containerd/continuity v0.4.5
|
||||
* vendor: github.com/docker/cli v27.4.0-rc.2
|
||||
* vendor: github.com/docker/docker v27.4.0-rc.2
|
||||
* dockerfile: update runc binary to 1.2.2
|
||||
* vendor: github.com/tonistiigi/go-actions-cache@v0.0.0-20241108014124-394979b8119e
|
||||
* vendor: update grpc to v1.66.3
|
||||
* docs: remove duplicate parser directives bullet list
|
||||
* tests: add `testDockerfileFromHTTP` for WCOW
|
||||
* protobuf: fix casing of json attributes with the switch from gogo
|
||||
* history: handle gracefulstop when history is active
|
||||
* contenthash: don't delete records when a directory is only modified
|
||||
* build(deps): bump codecov/codecov-action from 4 to 5
|
||||
* gateway: ensure llb digests are deterministic when sent by frontends
|
||||
* detect: use newer semconv for resource and add unit test
|
||||
* Dockerfile: update containerd binary to v2.0.0
|
||||
* client: improve releasable condition in tests
|
||||
* testutil: use containerd config version 2
|
||||
* fix gc after delete history records
|
||||
* Bump typeurl to 2.2.3
|
||||
* fix leaving unreleased references behind after SBOM generation
|
||||
* build(deps): bump softprops/action-gh-release from 2.0.9 to 2.1.0
|
||||
* dockerfile: fix duplicate keys for same arg in history line
|
||||
* detect: sever semconv relationship to otel sdk
|
||||
* dockerfile: add delve to binaries-for-test
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 06:11:35 UTC 2024 - madhankumar.chellamuthu@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: buildkit
|
||||
version: 0.17.1
|
||||
mtime: 1731381216
|
||||
commit: 972e31a700d7e4c261d8207f388d9d812dbf847b
|
||||
version: 0.17.2
|
||||
mtime: 1732583549
|
||||
commit: 95d190ef4f18b57c717eaad703b67cb2be781ebb
|
||||
|
@ -23,7 +23,7 @@
|
||||
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||
%global import_path %{provider_prefix}
|
||||
Name: buildkit
|
||||
Version: 0.17.1
|
||||
Version: 0.17.2
|
||||
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:e9733a7a11aa89191b36832b01967ff2fe19ee7d989904d1edb91ac9effbbe54
|
||||
size 4832925
|
||||
oid sha256:a3ae4f553a749259643abf3dbe62de091b610ce0d2e7e85ad5580ab4bbd9e315
|
||||
size 4828448
|
||||
|
Loading…
Reference in New Issue
Block a user