Hello community,

here is the log from the commit of package podman for openSUSE:Factory checked 
in at 2019-04-04 12:02:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/podman (Old)
 and      /work/SRC/openSUSE:Factory/.podman.new.3908 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "podman"

Thu Apr  4 12:02:33 2019 rev:41 rq:690416 version:1.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/podman/podman.changes    2019-03-27 
16:13:13.195639749 +0100
+++ /work/SRC/openSUSE:Factory/.podman.new.3908/podman.changes  2019-04-04 
12:02:37.741372760 +0200
@@ -1,0 +2,25 @@
+Mon Apr  1 14:05:35 UTC 2019 - Richard Brown <rbr...@suse.com>
+
+- Update to podman 1.2.0
+  * Podman now supports image healthchecks! The podman healthcheck run command 
was added to manually run healthchecks, and the status of a running healthcheck 
can be viewed via podman inspect
+  * The podman events command was added to show a stream of significant events
+  * The podman ps command now supports a --watch flag that will refresh its 
output on a given interval
+  * The podman image tree command was added to show a tree representation of 
an image's layers
+  * The podman logs command can now display logs for multiple containers at 
the same time
+  * The podman exec command can now pass file descriptors to the process being 
executed in the container via the --preserve-fds option
+  * The podman images command can now filter images by reference
+  * The podman system df command was added to show disk usage by Podman
+  * The --add-host option can now be used by containers sharing a network 
namespace
+  * The podman cp command now has an --extract option to extract the contents 
of a Tar archive and copy them into the container, instead of copying the 
archive itself
+  * Podman now allows manually specifying the path of the slirp4netns binary 
for rootless networking via the --network-cmd-path flag
+  * Rootless Podman can now be used with a single UID and GID, without 
requiring a full 65536 UIDs/GIDs to be allocated in /etc/subuid and /etc/subgid
+  * The podman runlabel command now supports the --replace option to replace 
containers using the name requested
+  * Infrastructure containers for Podman pods will now attempt to use the 
image's CMD and ENTRYPOINT instead of a fixed command
+  * The podman play kube command now supports the HostPath and VolumeMounts 
YAML fields
+  * Added support to disable creation of resolv.conf or /etc/hosts in 
containers by specifying --dns=none and --no-hosts, respectively, to podman run 
and podman create
+  * The podman version command now supports the {{ json . }} template (which 
outputs JSON)
+  * Podman can now forward ports using the SCTP protocol
+- Update conmon to cri-o 1.14.0
+- Stop building for i586 (not supported by upstream, does not build)
+
+-------------------------------------------------------------------

Old:
----
  conmon-1.13.1.tar.xz
  podman-1.1.2.tar.xz

New:
----
  conmon-1.14.0.tar.xz
  podman-1.2.0.tar.xz

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

Other differences:
------------------
++++++ podman.spec ++++++
--- /var/tmp/diff_new_pack.dSdY9U/_old  2019-04-04 12:02:38.701373529 +0200
+++ /var/tmp/diff_new_pack.dSdY9U/_new  2019-04-04 12:02:38.701373529 +0200
@@ -18,13 +18,13 @@
 
 %define project        github.com/containers/libpod
 %define conmon_project github.com/kubernetes-sigs/cri-o
-%define conmonver      1.13.1
+%define conmonver      1.14.0
 # Build with libostree-devel in Tumbleweed, Leap 15 and SLES 15
 %if 0%{?suse_version} >= 1500
 %define with_libostree 1
 %endif
 Name:           podman
-Version:        1.1.2
+Version:        1.2.0
 Release:        0
 Summary:        Daemon-less container engine for managing containers, pods and 
images
 License:        Apache-2.0
@@ -54,6 +54,8 @@
 %ifarch ppc64le
 #!BuildIgnore: gcc-PIE
 %endif
+# i586 not supported, cri-o/conmon does not build
+ExcludeArch:    i586
 Requires:       apparmor-parser
 Requires:       cni
 Requires:       cni-plugins

++++++ _service ++++++
--- /var/tmp/diff_new_pack.dSdY9U/_old  2019-04-04 12:02:38.729373551 +0200
+++ /var/tmp/diff_new_pack.dSdY9U/_new  2019-04-04 12:02:38.729373551 +0200
@@ -4,8 +4,8 @@
 <param name="url">https://github.com/containers/libpod.git</param>
 <param name="scm">git</param>
 <param name="filename">podman</param>
-<param name="versionformat">1.1.2</param>
-<param name="revision">v1.1.2</param>
+<param name="versionformat">1.2.0</param>
+<param name="revision">v1.2.0</param>
 </service>
 
 <service name="set_version" mode="disabled">
@@ -16,8 +16,8 @@
 <param name="url">https://github.com/kubernetes-sigs/cri-o.git</param>
 <param name="scm">git</param>
 <param name="filename">conmon</param>
-<param name="versionformat">1.13.1</param>
-<param name="revision">v1.13.1</param>
+<param name="versionformat">1.14.0</param>
+<param name="revision">v1.14.0</param>
 </service>
 
 <service name="recompress" mode="disabled">

++++++ conmon-1.13.1.tar.xz -> conmon-1.14.0.tar.xz ++++++
++++ 576505 lines of diff (skipped)

++++++ podman-1.1.2.tar.xz -> podman-1.2.0.tar.xz ++++++
++++ 49644 lines of diff (skipped)


Reply via email to