Skip to content

Commit

Permalink
Version 1.13.1
Browse files Browse the repository at this point in the history
Signed-off-by: Tomáš Golembiovský <[email protected]>
  • Loading branch information
nyoxi committed May 13, 2019
1 parent f4f3cc9 commit 47f3db5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 6 additions & 0 deletions v2v-conversion-host.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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ý <[email protected]> 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ý <[email protected]> 1.13.0-1
- Wrapper changes:
* fix VM ID lookup in RHV
Expand Down
2 changes: 1 addition & 1 deletion wrapper/virt-v2v-wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
DEVNULL = subprocess.DEVNULL

# Wrapper version
VERSION = "19"
VERSION = "19.1"

LOG_LEVEL = logging.DEBUG
STATE_DIR = '/tmp'
Expand Down

0 comments on commit 47f3db5

Please sign in to comment.