Hello community,

here is the log from the commit of package katacontainers-image-initrd for 
openSUSE:Factory checked in at 2020-06-02 14:36:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/katacontainers-image-initrd (Old)
 and      /work/SRC/openSUSE:Factory/.katacontainers-image-initrd.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "katacontainers-image-initrd"

Tue Jun  2 14:36:22 2020 rev:15 rq:810260 version:1.11.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/katacontainers-image-initrd/katacontainers-image-initrd.changes
  2020-01-28 10:57:40.233142445 +0100
+++ 
/work/SRC/openSUSE:Factory/.katacontainers-image-initrd.new.3606/katacontainers-image-initrd.changes
        2020-06-02 14:36:41.763152633 +0200
@@ -1,0 +2,45 @@
+Thu May 28 16:13:31 UTC 2020 - Ralf Haferkamp <rha...@suse.com>
+
+- Update to 1.11.0:
+  agent:
+    * protocols: fix client unit tests for go 1.13
+    * agent: signal from keyboard must not be fatal
+    * agent: fix epoll fd left in the kata-agent when exec process
+    * agent: add configurable container pipe size cmdline option
+    * agent: add kernel cmdline parameter to enable or disable cgroups v2
+    * agent: support pmem/nvdimm hotplug
+    * agent: parse kernel command line as soon as possible
+    * agent: Remove dev from pciDeviceMap when device is unplugged
+    * build: Add support to strip the agent golang binary
+    * agent: don't receive signals from stdin
+    * protocols: client: Add timeout for hybrid vsock handshake
+    * mount: Use "virtiofs" instead of "virtio_fs"
+    * agent-client: include log in agent client
+    * FC: Add new vsock connection handshake
+    * build: Update CentOS version for the Dockerfile
+    * ipv6: Add flag IFA_F_NODAD for ipv6 address.
+    * ipv6: Add support for ipv6
+    * Revert: client.go: HybridVSockDialer: Change Read EOT to recv peek
+    * Revert: client.go: HybridVSockDialer: Check return size n of 
unix.Recvfrom
+    * Revert: client.go: HybridVSockDialer: Close dup fd after receive packet
+    * test: change import path for NetworkInterface
+    * vendor: Update vendoring for libcontainer.
+    * agent: Fix mem-hotplug on x86 when ARCH_MEMORY_PROBE is set
+    * vendor: update golang/sys
+    * client.go: HybridVSockDialer: Close dup fd after receive packet
+  osbuilder:
+    * tests: deleting when tests failed
+    * image_builder: Force mount_dir to be created in $TMPDIR
+    * scripts: set a default path to the yq binary
+    * rust-agent: Separate the build up of rust-agent and go-agent
+    * rootfs: remove RUST_SRC_PATH
+    * rootfs: Don't overwrite /sbin/init if it already exists
+    * initrd-builder: Don't error if run as non-root
+    * image-builder: Add NSDAX_BIN for passing in compiled nsdax tool
+    * image_builder: Reduce the boundary mb for reducing image size on arm64
+    * rootfs-builder: build rust agent using osbuilder
+    * image-builder: make docker runtime configurable
+    * image_builder: Remove nsdax binary after its usage
+- removed patch agent_memory-hotplug-probe.patch (merged upstream)
+
+-------------------------------------------------------------------

Old:
----
  agent-1.10.0.tar.xz
  agent_memory-hotplug-probe.patch
  osbuilder-1.10.0.tar.xz

New:
----
  agent-1.11.0.tar.xz
  osbuilder-1.11.0.tar.xz

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

Other differences:
------------------
++++++ katacontainers-image-initrd.spec ++++++
--- /var/tmp/diff_new_pack.n1AghP/_old  2020-06-02 14:36:44.595161596 +0200
+++ /var/tmp/diff_new_pack.n1AghP/_new  2020-06-02 14:36:44.595161596 +0200
@@ -44,7 +44,7 @@
 %endif
 
 Name:           katacontainers-image-initrd
-Version:        1.10.0
+Version:        1.11.0
 Release:        0
 Summary:        Kata Containers image (initrd) and kernel
 License:        Apache-2.0
@@ -52,8 +52,6 @@
 URL:            https://github.com/kata-containers/osbuilder
 Source0:        osbuilder-%{version}.tar.xz
 Source1:        agent-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM agent_memory-hotplug-probe.patch 
https://github.com/kata-containers/agent/issues/712
-Patch0:         agent_memory-hotplug-probe.patch
 ExclusiveArch:  x86_64 aarch64 ppc64le s390x
 BuildRequires:  dracut
 BuildRequires:  fdupes
@@ -67,9 +65,6 @@
 
 %prep
 %setup -q -n osbuilder-%{version} -b1
-pushd ../agent-%{version}
-%patch0 -p1
-popd
 
 %build
 export GOPATH=$HOME/go

++++++ _service ++++++
--- /var/tmp/diff_new_pack.n1AghP/_old  2020-06-02 14:36:44.623161685 +0200
+++ /var/tmp/diff_new_pack.n1AghP/_new  2020-06-02 14:36:44.627161697 +0200
@@ -6,8 +6,8 @@
     <param name="url">https://github.com/kata-containers/osbuilder.git</param>
     <param name="filename">osbuilder</param>
     <!--- versionformat defines the name of the tarball. -->
-    <param name="versionformat">1.10.0</param>
-    <param name="revision">1.10.0</param>
+    <param name="versionformat">1.11.0</param>
+    <param name="revision">1.11.0</param>
   </service>
 
   <service name="tar_scm" mode="disabled">
@@ -15,8 +15,8 @@
     <param name="url">https://github.com/kata-containers/agent.git</param>
     <param name="filename">agent</param>
     <!--- versionformat defines the name of the tarball. -->
-    <param name="versionformat">1.10.0</param>
-    <param name="revision">1.10.0</param>
+    <param name="versionformat">1.11.0</param>
+    <param name="revision">1.11.0</param>
   </service>
 
   <service name="recompress" mode="disabled">

++++++ agent-1.10.0.tar.xz -> agent-1.11.0.tar.xz ++++++

++++++ osbuilder-1.10.0.tar.xz -> osbuilder-1.11.0.tar.xz ++++++


Reply via email to