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-03-22 22:31:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/docker-compose (Old)
 and      /work/SRC/openSUSE:Factory/.docker-compose.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "docker-compose"

Wed Mar 22 22:31:44 2023 rev:17 rq:1073795 version:2.17.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/docker-compose/docker-compose.changes    
2023-02-08 17:21:19.838248728 +0100
+++ /work/SRC/openSUSE:Factory/.docker-compose.new.31432/docker-compose.changes 
2023-03-22 22:32:33.678772670 +0100
@@ -1,0 +2,79 @@
+Wed Mar 22 13:07:43 UTC 2023 - ka...@b1-systems.de
+
+- Update to version 2.17.0:
+  * update -p project name flag documentation
+  * introduce `ignore` attribute for watch triggers
+  * Run classic builder with BuildConfig, not buildx.Options
+  * use `build` as common API for build scenarios
+  * use progress to show copy status
+  * watch: add file delete/rename handling
+  * build(deps): bump github.com/docker/buildx from 0.10.3 to
+    0.10.4
+  * Fix concurrent map read/write when recreating containers
+  * build(deps): bump github.com/moby/buildkit from 0.11.3 to
+    0.11.4
+  * build and push binaries images when a PR is merged or a tag
+    pushed
+  * Add support for `additional_contexts` in `build` service config
+  * introduce dockerfile_inline
+  * one off container name use configured Separator for naming
+  * collect built image IDs
+  * progress writer uses dockercli.Err stream
+  * Remove "-s" from LDFLAGS
+  * use go 1.20 -cover support
+  * pad can be negative on small terminal
+  * add dry-run support for push command
+  * add dry-run support for pull command
+  * adopt http://no-color.org/
+  * add dry-run support to restart command
+  * restart only needed services by checking depends_on relations
+  * update compose-go
+  * Report error if project name is empty after normalization
+  * only consider containers with config_hash labels (i.e, created
+    by compose)
+  * build(deps): bump github.com/containerd/containerd from 1.6.18
+    to 1.6.19
+  * build(deps): bump go.opentelemetry.io/otel from 1.13.0 to
+    1.14.0
+  * test: tweak pause test to try and prevent failures in Windows
+    CI
+  * build(deps): bump github.com/stretchr/testify from 1.8.1 to
+    1.8.2
+  * watch: ignore ephemeral files & minor output tweaks
+  * bump golang/x/net to v0.7.0 (CVE-2022-41723)
+  * add support for `restart` for `depends_on`
+  * build(deps): bump github.com/containerd/containerd from 1.6.17
+    to 1.6.18
+  * apply config options for pseudo-subcommands
+  * build(deps): bump github.com/docker/buildx from 0.10.2 to
+    0.10.3
+  * compact TUI to monitor layers download progress
+  * ci: bump to Go 1.20.1 and latest deps
+  * ignore services without a build section
+  * sort service --hash output by service name
+  * introduce --timeout on `up`
+  * introduce --no-deps on restart
+  * also restart dependent services after a service has been
+    restarted
+  * build(deps): bump go.uber.org/goleak from 1.1.12 to 1.2.1
+  * exclude unstable labels from config hash
+  * store exec details to offer better dry-run status on ExecStart
+  * add support for `excludes` and `rebuild`
+  * use CGO to enable fsevent on OSX
+  * ci: don't use `-race` on Windows
+  * ci: use CGO for tests to enable race detector
+  * support dry-run for rm command
+  * support dry-run for stop command
+  * support dry-run for exec command
+  * Update emacs ignore patterns (#5903)
+  * ignore: add Go umask files to ephemeral set (#5740)
+  * filewatch: use apiserver FileWatch model in EngineState (#4277)
+  * Add .kate-swp files to ignore pattern (#3380)
+  * change org name from windmilleng to tilt-dev (#3346)
+  * tilt: ignore a few more vim swap files (#2190)
+  * ignore: auto-ignore jetbrains .idea file (#2065)
+  * model: move to pkg (#2024)
+  * ignore: improve the ephemeral temp file patterns [ch2663]
+    (#1925)
+
+-------------------------------------------------------------------

Old:
----
  compose-2.16.0.tar.gz

New:
----
  compose-2.17.0.obscpio
  compose.obsinfo

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

Other differences:
------------------
++++++ docker-compose.spec ++++++
--- /var/tmp/diff_new_pack.n08UZo/_old  2023-03-22 22:32:34.386776233 +0100
+++ /var/tmp/diff_new_pack.n08UZo/_new  2023-03-22 22:32:34.390776253 +0100
@@ -19,7 +19,7 @@
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
 Name:           docker-compose
-Version:        2.16.0
+Version:        2.17.0
 Release:        0
 Summary:        Define and run multi-container applications with Docker
 License:        Apache-2.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.n08UZo/_old  2023-03-22 22:32:34.422776414 +0100
+++ /var/tmp/diff_new_pack.n08UZo/_new  2023-03-22 22:32:34.426776434 +0100
@@ -1,9 +1,9 @@
 <services>
-  <service name="tar_scm" mode="disabled">
+  <service name="obs_scm" mode="disabled">
     <param name="url">https://github.com/docker/compose</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">v2.16.0</param>
+    <param name="revision">v2.17.0</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
     <param name="versionrewrite-pattern">v(.*)</param>
@@ -11,12 +11,13 @@
   <service name="set_version" mode="disabled">
     <param name="basename">compose</param>
   </service>
-  <service name="recompress" mode="disabled">
+  <service name="tar" mode="buildtime"/>
+  <service name="recompress" mode="buildtime">
     <param name="file">*.tar</param>
     <param name="compression">gz</param>
   </service>
   <service name="go_modules" mode="disabled">
-    <param name="archive">compose-2.16.0.tar.gz</param>
+    <param name="archive">compose-2.17.0.obscpio</param>
   </service>
 </services>
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.n08UZo/_old  2023-03-22 22:32:34.446776535 +0100
+++ /var/tmp/diff_new_pack.n08UZo/_new  2023-03-22 22:32:34.450776555 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/docker/compose</param>
-              <param 
name="changesrevision">e6e2f7839f59d6e8df03411f366413520dcac126</param></service></servicedata>
+              <param 
name="changesrevision">6bedc196cc74730522123e159d3e49f411b5c3cd</param></service></servicedata>
 (No newline at EOF)
 

++++++ compose.obsinfo ++++++
name: compose
version: 2.17.0
mtime: 1679478834
commit: 6bedc196cc74730522123e159d3e49f411b5c3cd

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

Reply via email to