Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package docker-compose for openSUSE:Factory checked in at 2025-12-09 12:49:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/docker-compose (Old) and /work/SRC/openSUSE:Factory/.docker-compose.new.1939 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "docker-compose" Tue Dec 9 12:49:22 2025 rev:83 rq:1321551 version:5.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/docker-compose/docker-compose.changes 2025-11-02 22:33:49.345815417 +0100 +++ /work/SRC/openSUSE:Factory/.docker-compose.new.1939/docker-compose.changes 2025-12-09 12:56:27.115328767 +0100 @@ -1,0 +2,99 @@ +Fri Dec 05 07:53:59 UTC 2025 - Johannes Kastl <[email protected]> + +- Update to version 5.0.0: + https://github.com/docker/compose/releases/tag/v5.0.0 + Why "v5" ? + We decided to skip 3.0.0 for next major release after docker + Compose v2 to prevent (more) confusion with the obsolete + docker-compose file versions 2.x and 3.x inherited from Docker + Compose v1. We also skipped 4.0.0 to have a clear separation with + this legacy. + * Major changes in this release: + - Compose can now officially be used as a SDK to be integrated + into third-party softwares + - Internal builder has been removed, build is delegated to + Docker Bake (same as docker build command) + * Improvements + - drop support for internal buildkit builder by @ndeloof in + #13056 + - Setup Compose service using functional parameters by @ndeloof + in #13312 + - Introduce abstractions to support SDK usage without requiring + Docker CLI by @glours in #13313 + - configure Compose service with io.Reader and io.Writer by + @glours in #13322 + - Make progress Writer a CLI component by @ndeloof in #13316 + - SDK docs by @ndeloof in #13350 + - document support for OCI and Git remote resources by @ndeloof + in #13362 + - run hooks on restart by @ndeloof in #13321 + - fix(run): Ensure images exist only for the target service in + run command by @idsulik in #13325 + - Add load project to api definition by @glours in #13329 + - introduce --insecure-registry, reserved for testing purpose + by @ndeloof in #13355 + - Move progress package to cmd as a command line component by + @ndeloof in #13357 + - Added support for build.no_cache_filter by @ndeloof in #13377 + - add --wait option to start command by @ndeloof in #13409 + * Fixes + - fix OCI compose override support by @ndeloof in #13311 + - Fix help output for "exec --no-tty" option by @tonyo in + #13314 + - fix typo in error message by @stasadev in #13328 + - disable progress UI when build is ran with --print by + @ndeloof in #13351 + - add (restore) support for detach keys by @ndeloof in #13369 + - images command should display image Created time or N/A if + not available by @ndeloof in #13376 + - Fix support for port range by @ndeloof in #13381 + - skip includes preparing publish by @ndeloof in #13400 + - feat(model): ignore runtime flags in model configuration by + @ilopezluna in #13404 + * Internal + - Next release will be major version v5.x by @ndeloof in #13375 + - Test to check writeComposeFile detects invalid OCI artifact + by @ndeloof in #13309 + - Code Cleanup by @ndeloof in #13315 + - fix various linting issues by @thaJeztah in #13326 + - Making the American/British spellings consistent to the error + messages by @JLesDev in #13366 + - gha: test against docker v29, v28, and rename checks to use + stable, oldstable by @thaJeztah in #13380 + - refactor: replace Split in loops with more efficient SplitSeq + by @vicerace in #13393 + - refactor: use strings.Builder to improve performance by + @liuyueyangxmu in #13398 + - Fix grammar: change 'adopted' to 'adopt' in Docker Swarm note + by @rashmivagha in #13407 + - golangci-lint: use gci formatter instead of goimports by + @thaJeztah in #13406 + - refactor: replace interface{} with any for clarity and + modernization by @zjumathcode in #13411 + * Dependencies + - Bump compose go to v2.10.0 by @ndeloof in #13410 + - build(deps): bump github.com/containerd/platforms from + 1.0.0-rc.1 to 1.0.0-rc.2 by @dependabot[bot] in #13353 + - build(deps): bump github.com/docker/docker from + 28.5.1+incompatible to 28.5.2+incompatible by + @dependabot[bot] in #13361 + - build(deps): bump github.com/containerd/containerd/v2 from + 2.1.4 to 2.2.0 by @dependabot[bot] in #13358 + - build(deps): bump github.com/docker/cli from + 28.5.1+incompatible to 28.5.2+incompatible by + @dependabot[bot] in #13360 + - build(deps): bump golang.org/x/sys from 0.37.0 to 0.38.0 by + @dependabot[bot] in #13367 + - build(deps): bump golang.org/x/sync from 0.17.0 to 0.18.0 by + @dependabot[bot] in #13368 + - Dockerfile: update golangci-lint to v2.6.2 by @thaJeztah in + #13370 + - build(deps): bump buildx v0.30.0, buildkit v0.26.0, otel + v1.38.0, otel/contrib v0.63.0 by @thaJeztah in #13379 + - bump dependencies by @ndeloof in #13392 + - build(deps): bump github.com/hashicorp/go-version from 1.7.0 + to 1.8.0 by @dependabot[bot] in #13403 + - build(deps): bump golang.org/x/crypto v0.45.0 by @thaJeztah + in #13405 + +------------------------------------------------------------------- Old: ---- docker-compose-2.40.3.obscpio New: ---- docker-compose-5.0.0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ docker-compose.spec ++++++ --- /var/tmp/diff_new_pack.Ewjl6M/_old 2025-12-09 12:56:28.131371626 +0100 +++ /var/tmp/diff_new_pack.Ewjl6M/_new 2025-12-09 12:56:28.135371795 +0100 @@ -17,7 +17,7 @@ Name: docker-compose -Version: 2.40.3 +Version: 5.0.0 Release: 0 Summary: Define and run multi-container applications with Docker License: Apache-2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.Ewjl6M/_old 2025-12-09 12:56:28.187373989 +0100 +++ /var/tmp/diff_new_pack.Ewjl6M/_new 2025-12-09 12:56:28.195374326 +0100 @@ -3,7 +3,7 @@ <param name="url">https://github.com/docker/compose</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v2.40.3</param> + <param name="revision">v5.0.0</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="changesgenerate">enable</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.Ewjl6M/_old 2025-12-09 12:56:28.235376014 +0100 +++ /var/tmp/diff_new_pack.Ewjl6M/_new 2025-12-09 12:56:28.239376182 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/docker/compose</param> - <param name="changesrevision">49b1c1e932aecd3a4843b392162d4bd56021935e</param></service></servicedata> + <param name="changesrevision">13d70b1c11342dafb534f3793078666437e6d00a</param></service></servicedata> (No newline at EOF) ++++++ docker-compose-2.40.3.obscpio -> docker-compose-5.0.0.obscpio ++++++ ++++ 16693 lines of diff (skipped) ++++++ docker-compose.obsinfo ++++++ --- /var/tmp/diff_new_pack.Ewjl6M/_old 2025-12-09 12:56:29.207417017 +0100 +++ /var/tmp/diff_new_pack.Ewjl6M/_new 2025-12-09 12:56:29.211417186 +0100 @@ -1,5 +1,5 @@ name: docker-compose -version: 2.40.3 -mtime: 1761815698 -commit: 49b1c1e932aecd3a4843b392162d4bd56021935e +version: 5.0.0 +mtime: 1764661309 +commit: 13d70b1c11342dafb534f3793078666437e6d00a ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/docker-compose/vendor.tar.gz /work/SRC/openSUSE:Factory/.docker-compose.new.1939/vendor.tar.gz differ: char 13, line 1
