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 2023-06-14 16:29:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/docker-buildx (Old) and /work/SRC/openSUSE:Factory/.docker-buildx.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "docker-buildx" Wed Jun 14 16:29:39 2023 rev:9 rq:1092972 version:0.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/docker-buildx/docker-buildx.changes 2023-05-23 14:55:22.454778078 +0200 +++ /work/SRC/openSUSE:Factory/.docker-buildx.new.15902/docker-buildx.changes 2023-06-14 16:31:07.407126185 +0200 @@ -1,0 +2,313 @@ +Tue Jun 13 16:50:51 UTC 2023 - ka...@b1-systems.de + +- Update to version 0.11.0: + * dockerutil: cache feature collection + * check history api support once + * avoid extra client for history API detection + * vendor: github.com/docker/cli v24.0.2 + * vendor: github.com/docker/docker v24.0.2 + * bake(cli): allow passing in-stream using command.Cli + * debug-shell(cli): allow passing in-stream using command.Cli + * vendor: update buildkit to master@67a08623b95a + * build(cli): allow passing in-stream using command.Cli + * docs: monitor: mention about long form flag + * invoke: Allow JSON array for long form flags + * Fix a couple `--invoke` entrypoint interaction bugs + * Update docs with result from `make docs` command. + * build: display build details link + * build: fix quiet mode + * vendor: github.com/stretchr/testify v1.8.4 + * vendor: github.com/compose-spec/compose-go v1.14.0 + * bake: fix potential context entitlements escape + * tests: refactor cmd helpers to allow configuring cwd, etc + * tests: add bake test for remote subdir context + * tests: add bake test for remote cmd context override + * bake: fix BAKE_CMD_CONTEXT relative path resolution + * tests: add basic remote bake context test + * git: update gitutil test utilities + * test: tmpdir can be a test helper + * vendor: github.com/Masterminds/semver/v3 v3.2.1 + * build: clarify NewResultHandle comment + * inspect: display builder features + * docs: update CONTRIBUTING.md with specific test notes + * build: docker exporter should instead use oci with containerd + * build: clear exports for secondary solve request + * build: cleanup res if returned in basic build + * Fix typo in commands/build.go and + docs/reference/buildx_build.md + * build: rename ResultContext to ResultHandle + * build: move main solve request into main gateway call + * driver: update history api check + * driver: add context to Features interface + * driver: cache features + * driver: check history capability + * logutil: print error from WithError if found + * vendor: update buildkit to master@c36941f4a10e + * ci: make release and bin-image depend on test + * docs: update CONTRIBUTING.md to run tests + * make: test-unit and test-integration targets + * ci: cache integration tests base and build in dedicated step + * test: opt to avoid building the integration tests image + * test: use trap to remove cache volume + * test: type integration not needed + * ci: send test reports to codecov + * ci: merge test workflow to build one + * monitor: add long help for commands + * build: update outline fallback image + * build: tidy up print func + * build: fix writing correct image ID with -q + * remote: allow docker exporter on remote driver + * update xx to 1.2.1 + * driver(docker-container): fix incorrect path when writing certs + * build: fix missing "docker" driver name in build progress + * vendor: update buildkit to master@212ab16a39b1 + * go.mod: update k8s deps to v0.26.2 (remove "replace" rule) + * cmd/buildx: non-functional + k8s.io/client-go/plugin/pkg/client/auth/openstack + * vendor: github.com/docker/cli v24.0.1 + * vendor: github.com/docker/docker v24.0.1 + * Fix AWS Authentication when mixing static creds and IAM profile + * vendor: use docker/distribution instead of + distribution/distribution + * vendor: github.com/docker/cli v24.0.0 + * vendor: github.com/docker/docker v24.0.0 + * vendor: github.com/spf13/cobra v1.7.0 + * vendor: github.com/opencontainers/runc v1.1.7 + * vendor: github.com/klauspost/compress v1.16.3 + * vendor: github.com/moby/term v0.5.0 + * docs: add info for on-error and debug-shell values for invoke + * docs: fixup typo in buildkit console output + * bake: merge attest entries + * ci: add integration tests + * test: add basic integration tests + * vendor: update buildkit to master@31c870e82a48 + * Update bake-reference.md + * imagetools(create): set correct media type when combining + manifests + * vendor: github.com/docker/distribution v2.8.2 + * progress: make printer ready only after pausing logrus + * controller: move path resolution into controller package + * docs: add matrix docs for bake + * github: don't auto-add kind/bug labels + * docs: refactor bake file reference + * docs: add initial guide about debugging monitor mode + * debug: evaluate all refs to allow multi-platform debugging + * driver: update BuildKit version constraint for docker driver + * vendor: github.com/docker/docker v23.0.6 + * controller: avoid "context canceled" error on cleanup + * controller: default to using local controller + * bake: support compose additional contexts + * bake: support compose inline dockerfile + * kubernetes driver: add support for proxy-url + * bake: copy remote context contents to root + * bake: reorganize input creation together + * debug: secondary client build should not reuse solve opt ref + * monitor: improve error messages + * docker: fix connection leak on features check + * container-driver: avoid hanging on container panic + * Support for passing through raw buildkit policies + * monitor: extend monitor interface from controller + * build(deps): Bump peter-evans/create-pull-request from 5.0.0 to + 5.0.1 + * monitor: use shlex + * monitor: Move commands to a separated package + * docs: add serviceaccount driver-opt for k8s driver + * kubernetes driver: add serviceaccount opt + * controller: print result outside of controller + * controller: don't write metadata file in controller + * bump go.mod to 1.20 + * builder: extra init error handling + * ci: fix bin-image job + * build: null values support with bake + * build: fix JSON formatting for --print + * fix: changed attest type from Map to List + * chore: format with prettier + * build: added attest field + * build: sort bake fields alphabetically + * lint: add empty line between console and json code blocks + * build: fix links and formatting + * build: move bake under the build section + * build: customizing builds section + * build: add bake section + * debug: display build warnings after each build + * vendor: update to compose-go 1.13.4 + * bake: use default filenames from compose-go + * controller: replace logrus status messages with progress messages + * controller: refactor progress api + * build: refactor out common build command components + * controller: refactor status message conversion to pb package + * build: use gateway's solve context to allow cancelling + getResultAt + * build(deps): Bump docker/bake-action from 2 to 3 + * controller: only capture the result when invoked through a + controller + * monitor: update exec failure message when no args are passed + * build: avoid resolution of dockerfile if context is remote + * remove unused fields from ResultContext + * remove ResultContextError + * Fix monitor to be aware of Inspect API and invokations from + errors + * Add flags and subcommand + * Enable to restore build options from the server + * Enable to create container from error + * Allow passing ResultContext from server to the client through + grpcerror + * build: support for saving local state by build ref + * build: avoid file resolution of dockerfile urls + * bake: ensure remote files behind ssh expose agent + * bake: update ReadRemoteFiles to use buildkit api + * vendor: update buildkit to master@333ee9158128 + * cli: add completion to list builder names + * build: add completion to list context folders + * bake: add completion to list targets + * cli: set default completion + * driver: update BuildKit version constraint for docker driver + * build(deps): Bump peter-evans/create-pull-request from 4.2.4 to + 5.0.0 + * bake: fix map type checking to detect matrix property set to + list + * bake: add replace func to stdlib + * chore: sort bake stdlib map + * docs: prune links in README toc, add external reference + * ci: check repo origin on push tag event + * controller: Extract nested CommonOptions on controller API + * bake: forward default ssh agent for remote bake file + * bake: use build.IsRemoteURL + * build: use buildkit's gitutil package to detect remote files + * bake: additional validation for matrixes + * docs: update ls command output sample + * build(deps): Bump github.com/opencontainers/runc from 1.1.4 to + 1.1.5 + * driver: resolve BuildKit version for docker driver + * bake: add additional tests for matrix behavior + * vendor: update buildkit to master@8b7bcb900d3c + * build: replace removed buildkit BUILDINFO field + * build: fixup resolvePaths for remote context path + * chore: fix issue template + * remote: avoid tls error if both key and cert are not set + * bake: generate implicit groups for matrixes + * bake: add matrix to target block + * bake: allow overriding name property + * bake: allow interception to create derived contexts + * build(deps): Bump peter-evans/create-pull-request from 4.2.3 to + 4.2.4 + * bake: move SOURCE_DATE_EPOCH parsing to overrides + * k8s: corev1.Handler has been replaced by corev1.ProbeHandler + * vendor: bump k8s to v0.25.4 + * build: move SOURCE_DATE_EPOCH parsing into option generation ++++ 116 more lines (skipped) ++++ between /work/SRC/openSUSE:Factory/docker-buildx/docker-buildx.changes ++++ and /work/SRC/openSUSE:Factory/.docker-buildx.new.15902/docker-buildx.changes Old: ---- buildx-0.10.5.tar.gz New: ---- buildx-0.11.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ docker-buildx.spec ++++++ --- /var/tmp/diff_new_pack.xib6Mb/_old 2023-06-14 16:31:08.295131644 +0200 +++ /var/tmp/diff_new_pack.xib6Mb/_new 2023-06-14 16:31:08.303131693 +0200 @@ -22,7 +22,7 @@ %define binary_name buildx Name: docker-buildx -Version: 0.10.5 +Version: 0.11.0 Release: 0 Summary: Docker CLI plugin for extended build capabilities with BuildKit License: Apache-2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.xib6Mb/_old 2023-06-14 16:31:08.335131890 +0200 +++ /var/tmp/diff_new_pack.xib6Mb/_new 2023-06-14 16:31:08.339131915 +0200 @@ -3,7 +3,7 @@ <param name="url">https://github.com/docker/buildx</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v0.10.5</param> + <param name="revision">v0.11.0</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> <param name="versionrewrite-pattern">v(.*)</param> @@ -16,7 +16,7 @@ <param name="compression">gz</param> </service> <service name="go_modules" mode="disabled"> - <param name="archive">buildx-0.10.5.tar.gz</param> + <param name="archive">buildx-0.11.0.tar.gz</param> </service> </services> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.xib6Mb/_old 2023-06-14 16:31:08.355132013 +0200 +++ /var/tmp/diff_new_pack.xib6Mb/_new 2023-06-14 16:31:08.359132037 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/docker/buildx</param> - <param name="changesrevision">86bdced7766639d56baa4c7c449a4f6468490f87</param></service></servicedata> + <param name="changesrevision">687feca9e8dcd1534ac4c026bc4db5a49de0dd6e</param></service></servicedata> (No newline at EOF) ++++++ buildx-0.10.5.tar.gz -> buildx-0.11.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/docker-buildx/buildx-0.10.5.tar.gz /work/SRC/openSUSE:Factory/.docker-buildx.new.15902/buildx-0.11.0.tar.gz differ: char 12, line 1 ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/docker-buildx/vendor.tar.gz /work/SRC/openSUSE:Factory/.docker-buildx.new.15902/vendor.tar.gz differ: char 5, line 1