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 2023-06-21 22:40:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/docker-compose (Old)
 and      /work/SRC/openSUSE:Factory/.docker-compose.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "docker-compose"

Wed Jun 21 22:40:22 2023 rev:22 rq:1094370 version:2.19.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/docker-compose/docker-compose.changes    
2023-05-18 15:19:16.033836065 +0200
+++ /work/SRC/openSUSE:Factory/.docker-compose.new.15902/docker-compose.changes 
2023-06-21 22:41:15.254874923 +0200
@@ -1,0 +2,91 @@
+Wed Jun 21 12:37:44 UTC 2023 - ka...@b1-systems.de
+
+- BuildRequire go1.20
+- Update to version 2.19.0:
+  * build(deps): bump google.golang.org/grpc from 1.53.0 to 1.56.0
+  * bump compose-go to version v1.15.0
+  * ci: build fix for new buildx
+  * ci: upgrade to buildx v0.11
+  * otel: refactor root command span reporting
+  * fix race condition, waiting for containers when one exit
+  * build(deps): bump github.com/AlecAivazis/survey/v2 from 2.3.6
+    to 2.3.7 (#10699)
+  * use main branch of Docker Desktop repo to trigger remote
+    workflow
+  * add missing comma in desktop-edge-test job
+  * introduce run --cap-add to run maintenance commands using
+    service image
+  * otel: fix initialization / error-handling (#10717)
+  * build(deps): bump golang.org/x/sync from 0.2.0 to 0.3.0
+  * don't apply "rebuild" watch strategy by default
+  * warn user build.secrets uid,gid,mode are not implemented
+  * specify origin repo in generation token step of docker desktop
+    edge testing
+  * add vars. prefix to DOCKERDESKTOP_APP_ID
+  * use directly DOCKERDESKTOP_APP_ID without env. prefix
+  * fix typo in merge workflow for DOCKERDESKTOP_APP_ID
+  * Update .github/workflows/merge.yml
+  * escape containerimage.digest attribut in merge.yml GHA worlflow
+  * use `--progress` to configure progress UI stylet push
+  * cli: fix timeout behavior on up / restart / stop (#10672)
+  * ci: add more ignore rules to dependabot
+  * ci: fix merge workflow (#10685)
+  * add GitHub action to trigger Docker Desktop e2e tests with
+    Compose edge version
+  * build(deps): bump github.com/Microsoft/go-winio from 0.5.2 to
+    0.6.1
+  * trace: add OTEL initialization (#10526)
+  * ci: merge Go coverage reports before upload (#10666)
+  * create directory in container using `mkdir -p`
+  * ci: upgrade to Go 1.20.5 and Moby v24.x
+  * assume we receive logs by lines and don't ignore those without
+    EOL
+  * build(deps): bump github.com/sirupsen/logrus from 1.9.2 to
+    1.9.3 (#10653)
+  * ci: bump golangci-lint to v1.53.x (#10659)
+  * don't skip `compose` used as project name
+  * better diagnostic message on network label mismatch
+  * bump buildx and use confutil.ConfigDir
+  * detect network conflict as name is not guaranteed to be unique
+    (#10612)
+  * forward signal to container
+  * fix build issue
+  * add Windows drive prefix to temp dir usage in the doc
+    generation task
+  * build(deps): bump github.com/stretchr/testify from 1.8.3 to
+    1.8.4
+  * e2e: make test re-runnable on the same machine
+  * e2e: add a cuke feature to test compose errors with port
+    conflicts
+  * up should not silently ignore missing depends_on service
+  * prevent buildkt's progress to render `Building` when no built
+    is needed
+  * e2e test to cover logs -f managing service being added/scaled
+  * detect new container from project have started when running
+    `compose logs` with no explicit services
+  * compute service hash with a default DeployConfig
+  * Fix typo in warning about existing volume
+  * build(deps): bump github.com/stretchr/testify from 1.8.2 to
+    1.8.3
+  * build(deps): bump github.com/cloudflare/cfssl from 1.4.1 to
+    1.6.4
+  * progress: remove errant import (#10614)
+  * fix display of volumes flag in down help command
+  * detect conflict removing volume/image and warn user
+  * introduce WithRootNodesAndDown to walk the graph from specified
+    nodes and down
+  * introduce ability to select service to be stopped by `compose
+    down`
+  * scale: sort containers by creation date to remove older ones
+    first (#10571)
+  * watch: only monitor configured paths (#10599)
+  * secrets: only set CopyUIDGID when required (#10598)
+  * update docs to reflect dry run mode is feature complete
+  * fix support for project name set by COMPOSE_PROJECT_NAME env
+    var
+  * go.mod: golang.org/x/oauth2 v0.1.0
+  * fix detection of swarm mode
+  * build(deps): bump github.com/sirupsen/logrus from 1.9.0 to
+    1.9.2
+
+-------------------------------------------------------------------

Old:
----
  compose-2.18.1.obscpio

New:
----
  compose-2.19.0.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ docker-compose.spec ++++++
--- /var/tmp/diff_new_pack.0cPNtD/_old  2023-06-21 22:41:15.974879256 +0200
+++ /var/tmp/diff_new_pack.0cPNtD/_new  2023-06-21 22:41:15.978879280 +0200
@@ -19,14 +19,14 @@
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
 Name:           docker-compose
-Version:        2.18.1
+Version:        2.19.0
 Release:        0
 Summary:        Define and run multi-container applications with Docker
 License:        Apache-2.0
 URL:            https://github.com/docker/compose
 Source:         compose-%{version}.tar.gz
 Source1:        vendor.tar.gz
-BuildRequires:  golang(API) = 1.19
+BuildRequires:  golang(API) = 1.20
 Requires:       docker
 Requires:       docker-compose-switch
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.0cPNtD/_old  2023-06-21 22:41:16.010879472 +0200
+++ /var/tmp/diff_new_pack.0cPNtD/_new  2023-06-21 22:41:16.014879497 +0200
@@ -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.18.1</param>
+    <param name="revision">v2.19.0</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
     <param name="versionrewrite-pattern">v(.*)</param>
@@ -17,7 +17,7 @@
     <param name="compression">gz</param>
   </service>
   <service name="go_modules" mode="disabled">
-    <param name="archive">compose-2.18.1.obscpio</param>
+    <param name="archive">compose-2.19.0.obscpio</param>
   </service>
 </services>
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.0cPNtD/_old  2023-06-21 22:41:16.038879641 +0200
+++ /var/tmp/diff_new_pack.0cPNtD/_new  2023-06-21 22:41:16.042879665 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/docker/compose</param>
-              <param 
name="changesrevision">cd0fc214a5a9b07cbe6e262398d0e9dc8603b81b</param></service></servicedata>
+              <param 
name="changesrevision">db24023884cbd9657c5c64b80ea27da38e9c4cc7</param></service></servicedata>
 (No newline at EOF)
 

++++++ compose-2.18.1.obscpio -> compose-2.19.0.obscpio ++++++
++++ 5952 lines of diff (skipped)

++++++ compose.obsinfo ++++++
--- /var/tmp/diff_new_pack.0cPNtD/_old  2023-06-21 22:41:16.302881230 +0200
+++ /var/tmp/diff_new_pack.0cPNtD/_new  2023-06-21 22:41:16.306881253 +0200
@@ -1,5 +1,5 @@
 name: compose
-version: 2.18.1
-mtime: 1684303494
-commit: cd0fc214a5a9b07cbe6e262398d0e9dc8603b81b
+version: 2.19.0
+mtime: 1687345340
+commit: db24023884cbd9657c5c64b80ea27da38e9c4cc7
 

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/docker-compose/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.docker-compose.new.15902/vendor.tar.gz differ: char 
5, line 1

Reply via email to