Skip to content

Commit f7dd208

Browse files
committed
Version 1.4.0
Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
1 parent e19126d commit f7dd208

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

build.sh

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

3-
VERSION="1.3.1"
3+
VERSION="1.4.0"
44
if git describe --exact-match --tags --match "v[0-9]*" > /dev/null 2>&1 ; then
55
MILESTONE=
66
RPM_RELEASE="1"

files/virt-v2v-wrapper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
xrange = range
3838

3939
# Wrapper version
40-
VERSION = 3
40+
VERSION = 4
4141

4242
LOG_LEVEL = logging.DEBUG
4343
STATE_DIR = '/tmp'

ovirt-ansible-v2v-conversion-host.spec.in

+8
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ sh build.sh install
4141
%license LICENSE
4242

4343
%changelog
44+
* Thu Jun 14 2018 Tomáš Golembiovský <tgolembi@redhat.com> 1.4.1-1
45+
- wrapper changes:
46+
- set stdin for virt-v2v to /dev/null
47+
- pass --root=first argument and -oo rhv-verifypeer=false on insecure connection
48+
- add support for reading SSH key from input
49+
- install playbooks into secondary location
50+
- point to sources on GitHub
51+
4452
* Wed May 30 2018 Tomáš Golembiovský <tgolembi@redhat.com> 1.3.1-1
4553
- wrapper: fix syntax error
4654

0 commit comments

Comments
 (0)