Skip to content

Commit 48aed50

Browse files
committed
Version 1.12.0
Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
1 parent 19dc243 commit 48aed50

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
RPM_VERSION="1.11.0"
3+
RPM_VERSION="1.12.0"
44
if git describe --exact-match --tags --match "v[0-9]*" > /dev/null 2>&1 ; then
55
RPM_RELEASE="1"
66
else

v2v-conversion-host.spec.in

+10
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,16 @@ if [ $1 -eq 0 -a -h /usr/bin/virt-v2v-wrapper.py ] ; then
129129
fi
130130

131131
%changelog
132+
* Sun Mar 24 2019 Tomáš Golembiovský <tgolembi@redhat.com> 1.12.0-1
133+
- Wrapper changes:
134+
* add network throttling
135+
* define tag in host class
136+
* print VDSM version when RHV version check fails
137+
* understand `unlimited` CPU as no limit
138+
- Roles changes:
139+
* added creation of .ssh dir for hosts
140+
* uninstall virt-v2v-wrapper package
141+
132142
* Wed Mar 13 2019 Tomáš Golembiovský <tgolembi@redhat.com> 1.11.0-1
133143
- Wrapper changes:
134144
* start virt-v2v in transient systemd unit

wrapper/virt-v2v-wrapper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
DEVNULL = subprocess.DEVNULL
4545

4646
# Wrapper version
47-
VERSION = "15"
47+
VERSION = "16"
4848

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

0 commit comments

Comments
 (0)