diff --git a/build.sh b/build.sh index 4e3659bd..2853a191 100755 --- a/build.sh +++ b/build.sh @@ -1,8 +1,8 @@ #!/bin/bash -e -RPM_VERSION="1.13.0" +RPM_VERSION="1.13.1" KUBEVIRT_CONVERSION_RELEASE="1" -KUBEVIRT_VMWARE_RELEASE=1 +KUBEVIRT_VMWARE_RELEASE="1" QUAY_NS=quay.io/nyoxi diff --git a/v2v-conversion-host.spec.in b/v2v-conversion-host.spec.in index b1dcf960..01c403c5 100644 --- a/v2v-conversion-host.spec.in +++ b/v2v-conversion-host.spec.in @@ -122,6 +122,12 @@ if [ $1 -eq 1 -a -f /usr/bin/virt-v2v-wrapper.py ] ; then fi %changelog +* Mon May 13 2019 Tomáš Golembiovský 1.13.1-1 +- Wrapper changes: + * run ssh-agent under same user as virt-v2v (RHBZ#1707983) +- Kubevirt changes: + * expect VDDK on different mount point to simplify deployment + * Thu Apr 18 2019 Tomáš Golembiovský 1.13.0-1 - Wrapper changes: * fix VM ID lookup in RHV diff --git a/wrapper/virt-v2v-wrapper.py b/wrapper/virt-v2v-wrapper.py index 5653052c..d0a79455 100644 --- a/wrapper/virt-v2v-wrapper.py +++ b/wrapper/virt-v2v-wrapper.py @@ -45,7 +45,7 @@ DEVNULL = subprocess.DEVNULL # Wrapper version -VERSION = "19" +VERSION = "19.1" LOG_LEVEL = logging.DEBUG STATE_DIR = '/tmp'