Commit 48aed50 1 parent 19dc243 commit 48aed50 Copy full SHA for 48aed50
File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- RPM_VERSION=" 1.11 .0"
3
+ RPM_VERSION=" 1.12 .0"
4
4
if git describe --exact-match --tags --match " v[0-9]*" > /dev/null 2>&1 ; then
5
5
RPM_RELEASE=" 1"
6
6
else
Original file line number Diff line number Diff line change @@ -129,6 +129,16 @@ if [ $1 -eq 0 -a -h /usr/bin/virt-v2v-wrapper.py ] ; then
129
129
fi
130
130
131
131
%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
+
132
142
* Wed Mar 13 2019 Tomáš Golembiovský <tgolembi@redhat.com> 1.11.0-1
133
143
- Wrapper changes:
134
144
* start virt-v2v in transient systemd unit
Original file line number Diff line number Diff line change 44
44
DEVNULL = subprocess .DEVNULL
45
45
46
46
# Wrapper version
47
- VERSION = "15 "
47
+ VERSION = "16 "
48
48
49
49
LOG_LEVEL = logging .DEBUG
50
50
STATE_DIR = '/tmp'
You can’t perform that action at this time.
0 commit comments