Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package docker-buildx for openSUSE:Factory checked in at 2024-09-16 17:40:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/docker-buildx (Old) and /work/SRC/openSUSE:Factory/.docker-buildx.new.29891 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "docker-buildx" Mon Sep 16 17:40:24 2024 rev:23 rq:1201126 version:0.17.1 Changes: -------- --- /work/SRC/openSUSE:Factory/docker-buildx/docker-buildx.changes 2024-07-28 17:18:48.718278477 +0200 +++ /work/SRC/openSUSE:Factory/.docker-buildx.new.29891/docker-buildx.changes 2024-09-16 17:40:37.674977071 +0200 @@ -1,0 +2,86 @@ +Sat Sep 14 11:32:20 UTC 2024 - opensuse_buildserv...@ojkastl.de + +- Update to version 0.17.1: + * [v0.17] update docker/cli to 48a2cdff97 + * ci: fix golvulncheck job permissions + * builder: do not set network.host entitlement flag if already + set in buildkitd conf + * bake: fix missing omitempty and optional tags for network field + +------------------------------------------------------------------- +Sat Sep 14 11:09:08 UTC 2024 - opensuse_buildserv...@ojkastl.de + +- Update to version 0.17.0: + * vendor: update buildkit to v0.16.0 + * vendor: update buildkit to v0.16.0-rc2 + * update mermaid diagram to avoid GH mermaid issues + * build(deps): bump peter-evans/create-pull-request from 7.0.0 to + 7.0.1 + * docs: update run mount secrets examples using env + * chore: update AUTHORS and mailmap + * hack(authors): bump to alpine 3.20 + * fix lint.PrintLintViolations signature change + * docs: add docs for bake network mode config + * docs: add docs for bake entitlements config + * vendor: update buildkit to v0.16.0-rc1 + * bake: allow setting networkmode in HCL/JSON + * build(deps): bump peter-evans/create-pull-request from 6.1.0 to + 7.0.0 + * bake: read original command name from the env for prompt + * docs: update links to moved manuals pages + * bake: enable support for entitlements + * print out the number of warnings after completing a rule check + * docs: add project processing guide + * build: avoid possible panic when reading git info + * commands: add debug as persistent flag + * docs: use gh alert syntax for callouts + * metrics: add mutex to the metric writer + * build: allow builds from stdin for multi-node builders + * chore: rename PrintFunc to CallFunc + * build: when building multiple targets include name in error + * bake: add basename, dirname and sanitize functions + * build: skip build ref and provenance metadata for subrequests + * build: update since session signature has changed + * vendor: update buildkit to 664c2b469f19 + * hack: ensure SARIF output has results field defined for + govulncheck + * metrics: add metrics for bake command + * vendor: update compose-go to v2.1.6 + * support metadata file with call flag for build and bake + commands + * builder: move kube config handling to k8s driver package + * metricwriter: compile regular expressions only on first use + * Dockerfile: update to docker 27.1.1 + * docs: fix metadata section for build command + * ci: sync labels when files are reverted or no longer changed + with labeler + * govulncheck to report known vulnerabilities + * vendor: update buildkit to v0.15.1 + * ci: skip scout job on forked repo + * ci: checkout step for scout job + * bake: use shared session for local sources for multiple targets + * bake: fix printer handling + * Bump compose-go v2.1.5 + * ci: scan bin image with docker scout + * tests: build multiplatform + * build(deps): bump softprops/action-gh-release from 2.0.6 to + 2.0.8 + * chore: update dependabot labels + * test: bake print + * bake: check printer before printing warnings + * clarify the appropriate place to use the debug flag when + viewing warnings + * bump compose-go to v2.1.4 + * build: refactor setting git info to local mounts + * driver: refactor GetDriver func to take init config + * remote: avoid signal names map on init + * remoteutil: fix pkg remove unnecessary map initialization + * hclparser: avoid unnecessary allocations in init + * update errors handling allocations and comparison + * build: don't force default configuration + * vendor: google.golang.org/appengine v1.6.8 + * vendor: github.com/gorilla/mux v1.8.1 + * fix issues in .golangci.yml and add validation check + * vendor: update docker/distribution to v2.8.3 + +------------------------------------------------------------------- Old: ---- buildx-0.16.2.tar.gz New: ---- docker-buildx-0.17.0.obscpio docker-buildx-0.17.1.obscpio docker-buildx.obsinfo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ docker-buildx.spec ++++++ --- /var/tmp/diff_new_pack.fmcqjH/_old 2024-09-16 17:40:39.451051151 +0200 +++ /var/tmp/diff_new_pack.fmcqjH/_new 2024-09-16 17:40:39.455051317 +0200 @@ -22,12 +22,12 @@ %define binary_name buildx Name: docker-buildx -Version: 0.16.2 +Version: 0.17.1 Release: 0 Summary: Docker CLI plugin for extended build capabilities with BuildKit License: Apache-2.0 URL: https://github.com/docker/buildx -Source: buildx-%{version}.tar.gz +Source: %{name}-%{version}.tar.gz Source1: vendor.tar.gz BuildRequires: docker BuildRequires: go >= 1.20 @@ -46,8 +46,7 @@ - In-container driver support (both Docker and Kubernetes) %prep -%setup -q -n %{archive_name}-%{version} -%setup -q -n %{archive_name}-%{version} -T -D -a 1 +%autosetup -p 1 -a 1 %build go build \ ++++++ _service ++++++ --- /var/tmp/diff_new_pack.fmcqjH/_old 2024-09-16 17:40:39.491052819 +0200 +++ /var/tmp/diff_new_pack.fmcqjH/_new 2024-09-16 17:40:39.495052986 +0200 @@ -1,22 +1,24 @@ <services> - <service name="tar_scm" mode="manual"> + <service name="obs_scm" mode="manual"> <param name="url">https://github.com/docker/buildx</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v0.16.2</param> + <param name="revision">v0.17.1</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> <param name="versionrewrite-pattern">v(.*)</param> + <param name="filename">docker-buildx</param> </service> <service name="set_version" mode="manual"> - <param name="basename">buildx</param> </service> - <service name="recompress" mode="manual"> + <service name="go_modules" mode="manual"> + </service> + <!-- services below are running at buildtime --> + <service name="tar" mode="buildtime"> + </service> + <service name="recompress" mode="buildtime"> <param name="file">*.tar</param> <param name="compression">gz</param> </service> - <service name="go_modules" mode="manual"> - <param name="archive">buildx-0.16.2.tar.gz</param> - </service> </services> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.fmcqjH/_old 2024-09-16 17:40:39.519053987 +0200 +++ /var/tmp/diff_new_pack.fmcqjH/_new 2024-09-16 17:40:39.523054154 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/docker/buildx</param> - <param name="changesrevision">99dea6dacacc3d604788953088560b9880550570</param></service></servicedata> + <param name="changesrevision">257815a6fbaee88976808020bf04274388275ae8</param></service></servicedata> (No newline at EOF) ++++++ docker-buildx.obsinfo ++++++ name: docker-buildx version: 0.17.1 mtime: 1726239836 commit: 257815a6fbaee88976808020bf04274388275ae8 ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/docker-buildx/vendor.tar.gz /work/SRC/openSUSE:Factory/.docker-buildx.new.29891/vendor.tar.gz differ: char 5, line 1