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-09-06 18:57:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/docker-compose (Old)
 and      /work/SRC/openSUSE:Factory/.docker-compose.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "docker-compose"

Wed Sep  6 18:57:59 2023 rev:26 rq:1109080 version:2.21.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/docker-compose/docker-compose.changes    
2023-07-19 19:10:42.888594496 +0200
+++ /work/SRC/openSUSE:Factory/.docker-compose.new.1766/docker-compose.changes  
2023-09-06 19:01:43.911127283 +0200
@@ -1,0 +2,63 @@
+Tue Sep 05 14:28:51 UTC 2023 - ka...@b1-systems.de
+
+- Update to version 2.21.0:
+  * test: e2e test reliability improvements (#10950)
+  * build(deps): upgrade to compose-go v1.18.3 (#10947)
+  * added the dot at the end of the sentence
+  * add support for attributes exposed by `docker ps`
+  * align docker compose ps with docker CLI to support --format
+  * watch: only allow a single instance per-project
+  * ci: bump golangci-lint to v1.54.2
+  * logs: fix for missing output on container exit (#10925)
+  * replace dockerfile/dockerignore with patternmatcher/ignorefile
+  * go.mod: github.com/moby/patternmatcher v0.6.0
+  * go.mod: remove some outdated comments
+  * otel: add `include` to project up span
+  * build(deps): bump github.com/compose-spec/compose-go from
+    1.18.1 to 1.18.2 (#10915)
+  * include: add experimental support for Git resources (#10811)
+  * up: handle various attach use cases better
+  * build: use correct values for proxy variables (#10908)
+  * warn user secret uid/gid/mode is not supported
+
+-------------------------------------------------------------------
+Tue Sep 05 14:26:37 UTC 2023 - ka...@b1-systems.de
+
+- BuildRequire go1.21
+- Update to version 2.20.3:
+  * build(deps): bump github.com/moby/buildkit
+  * bump compose-go to version v1.18.1
+  * bump compose-go to version v1.18.0
+  * update README and CI workflows to match main branch
+  * upgrade Golang to 1.21
+  * build: fix missing proxy build args for classic builder
+    (#10887)
+  * trace: do not block connecting to OTLP endpoint (#10882)
+  * watch: enable tar-based syncer by default (#10877)
+  * Display builder's name on the first build line. Code borrowed
+    from buildx commands/build.go.
+  * up: do not warn on successful optional dependency complete
+    (#10870)
+  * Improve shell completion for `--project-directory`
+  * Add shell completion for `--profile`
+  * progress: minor correctness fixes (#10871)
+  * doc: update Config() comment in API Service interface (#10840)
+  * Improve buildkit node creation (#10843)
+  * watch: batch & de-duplicate file events (#10865)
+  * watch: support multiple containers for tar implementation
+    (#10860)
+  * test: temporarily disable an exit-code-from Cucumber test case
+    (#10875)
+  * test: fix e2e test for privileged builds (#10873)
+  * update to go1.20.7
+  * build(deps): bump github.com/docker/docker from
+    24.0.5-0.20230714235725-36e9e796c6fc+incompatible to
+    24.0.5+incompatible (#10844)
+  * build(deps): bump github.com/containerd/containerd from 1.7.2
+    to 1.7.3 (#10850)
+  * build(deps): bump google.golang.org/grpc from 1.56.2 to 1.57.0
+    (#10847)
+  * watch: add tar sync implementation (#10853)
+  * build(deps): bump github.com/docker/cli
+
+-------------------------------------------------------------------

Old:
----
  compose-2.20.2.obscpio

New:
----
  compose-2.21.0.obscpio

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

Other differences:
------------------
++++++ docker-compose.spec ++++++
--- /var/tmp/diff_new_pack.G0zJGk/_old  2023-09-06 19:01:45.323177620 +0200
+++ /var/tmp/diff_new_pack.G0zJGk/_new  2023-09-06 19:01:45.327177762 +0200
@@ -19,14 +19,14 @@
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
 Name:           docker-compose
-Version:        2.20.2
+Version:        2.21.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.20
+BuildRequires:  golang(API) = 1.21
 Requires:       docker
 Requires:       docker-compose-switch
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.G0zJGk/_old  2023-09-06 19:01:45.359178903 +0200
+++ /var/tmp/diff_new_pack.G0zJGk/_new  2023-09-06 19:01:45.363179046 +0200
@@ -1,14 +1,14 @@
 <services>
-  <service name="obs_scm" mode="disabled">
+  <service name="obs_scm" mode="manual">
     <param name="url">https://github.com/docker/compose</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">v2.20.2</param>
+    <param name="revision">v2.21.0</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
     <param name="versionrewrite-pattern">v(.*)</param>
   </service>
-  <service name="set_version" mode="disabled">
+  <service name="set_version" mode="manual">
     <param name="basename">compose</param>
   </service>
   <service name="tar" mode="buildtime"/>
@@ -16,8 +16,8 @@
     <param name="file">*.tar</param>
     <param name="compression">gz</param>
   </service>
-  <service name="go_modules" mode="disabled">
-    <param name="archive">compose-2.20.2.obscpio</param>
+  <service name="go_modules" mode="manual">
+    <param name="archive">compose-2.21.0.obscpio</param>
   </service>
 </services>
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.G0zJGk/_old  2023-09-06 19:01:45.379179616 +0200
+++ /var/tmp/diff_new_pack.G0zJGk/_new  2023-09-06 19:01:45.383179758 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/docker/compose</param>
-              <param 
name="changesrevision">8318f66330358988a058bf611a953f464ab7973f</param></service></servicedata>
+              <param 
name="changesrevision">d6f842b042d2f2926901305336527b3eaadf067a</param></service></servicedata>
 (No newline at EOF)
 

++++++ compose-2.20.2.obscpio -> compose-2.21.0.obscpio ++++++
++++ 4672 lines of diff (skipped)

++++++ compose.obsinfo ++++++
--- /var/tmp/diff_new_pack.G0zJGk/_old  2023-09-06 19:01:45.587187031 +0200
+++ /var/tmp/diff_new_pack.G0zJGk/_new  2023-09-06 19:01:45.591187174 +0200
@@ -1,5 +1,5 @@
 name: compose
-version: 2.20.2
-mtime: 1689765084
-commit: 8318f66330358988a058bf611a953f464ab7973f
+version: 2.21.0
+mtime: 1693425675
+commit: d6f842b042d2f2926901305336527b3eaadf067a
 

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

Reply via email to