Skip to content

Commit

Permalink
Version 1.16.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
  • Loading branch information
nyoxi committed Nov 25, 2019
1 parent 40e3f87 commit 251d59a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion meta.py
Original file line number Diff line number Diff line change
@@ -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ý"
Expand Down
10 changes: 10 additions & 0 deletions v2v-conversion-host.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion wrapper/virt_v2v_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
DEVNULL = subprocess.DEVNULL

# Wrapper version
VERSION = "22"
VERSION = "23"

LOG_LEVEL = logging.DEBUG
STATE_DIR = '/tmp'
Expand Down

0 comments on commit 251d59a

Please sign in to comment.