Skip to content
This repository was archived by the owner on Jul 21, 2023. It is now read-only.

Commit 9af339a

Browse files
committed
Version 1.16.1
Signed-off-by: Tomáš Golembiovský <[email protected]>
1 parent e40f6f2 commit 9af339a

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash -e
22

3-
RPM_VERSION="1.16.0"
3+
RPM_VERSION="1.16.1"
44
KUBEVIRT_VERSION="2.0.0"
55
KUBEVIRT_CONVERSION_RELEASE="3"
66
KUBEVIRT_VMWARE_RELEASE="3"

v2v-conversion-host.spec.in

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,18 @@ if [ $1 -eq 1 -a -f /usr/bin/virt-v2v-wrapper.py ] ; then
105105
fi
106106

107107
%changelog
108+
* Mon Jun 15 2020 Tomáš Golembiovský <[email protected]> 1.16.1-1
109+
- Ansible changes:
110+
* Update the deployment to work on EL8
111+
- Wrapper changes:
112+
* Update regexp for nbdkit disk path
113+
* Fix treatment of rhv-verifypeer in a compatible way
114+
* Clean failed systemd units at exit (RHBZ#1749347)
115+
* Duplicate logs to stdout only for Kubevirt
116+
* Fix LUKS key file opening
117+
* Fix state file permissions and writing on start
118+
* Various tiny fixes
119+
108120
* Mon Nov 25 2019 Tomáš Golembiovský <[email protected]> 1.16.0-1
109121
- Ansible changes:
110122
* bump requirement to Ansible 2.8

wrapper/virt_v2v_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
DEVNULL = subprocess.DEVNULL
4646

4747
# Wrapper version
48-
VERSION = "23"
48+
VERSION = "24"
4949

5050
LOG_LEVEL = logging.DEBUG
5151
STATE_DIR = '/tmp'

0 commit comments

Comments
 (0)