1
0
mirror of https://github.com/oVirt/ovirt-ansible-v2v-conversion-host.git synced 2026-02-05 15:48:29 +01:00

Version 1.16.0

Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
This commit is contained in:
Tomáš Golembiovský
2019-11-25 12:44:37 +01:00
parent 40e3f878c0
commit 251d59af88
4 changed files with 15 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
#!/bin/bash -e
RPM_VERSION="1.15.0"
RPM_VERSION="1.16.0"
KUBEVIRT_VERSION="2.0.0"
KUBEVIRT_CONVERSION_RELEASE="2"
KUBEVIRT_VMWARE_RELEASE="2"
KUBEVIRT_CONVERSION_RELEASE="3"
KUBEVIRT_VMWARE_RELEASE="3"
QUAY_NS=quay.io/kubevirt

View File

@@ -1,7 +1,7 @@
""" Basic project metadata, all in one place """
NAME = "virt-v2v-wrapper"
VERSION = "1.9.2"
VERSION = "1.16.0"
DESCRIPTION = "Tool for converting VMs using virt-v2v in an automated fashion"
KEYWORDS = "v2v, kvm, vmware, conversion"
AUTHOR = "Tomáš Golembiovský"

View File

@@ -105,6 +105,16 @@ if [ $1 -eq 1 -a -f /usr/bin/virt-v2v-wrapper.py ] ; then
fi
%changelog
* Mon Nov 25 2019 Tomáš Golembiovský <tgolembi@redhat.com> 1.16.0-1
- Ansible changes:
* bump requirement to Ansible 2.8
- Wrapper changes:
* Add ability to use a LUKS keys vault (#65)
* Check if IP is in subnet before forcing IP on OpenStack port (#62)
* Wait for OSP volumes to become ready before transfer (#59)
* Modularization of the Python code
* Various bugfixes in RHV disk cleanup (#58)
* Tue Aug 13 2019 Tomáš Golembiovský <tgolembi@redhat.com> 1.15.0-1
- Wrapper changes:
* allow subprocess mode for OSP/RHV outputs

View File

@@ -45,7 +45,7 @@ else:
DEVNULL = subprocess.DEVNULL
# Wrapper version
VERSION = "22"
VERSION = "23"
LOG_LEVEL = logging.DEBUG
STATE_DIR = '/tmp'