Skip to content

Commit

Permalink
Version 1.12.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 Mar 24, 2019
1 parent 19dc243 commit 48aed50
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

RPM_VERSION="1.11.0"
RPM_VERSION="1.12.0"
if git describe --exact-match --tags --match "v[0-9]*" > /dev/null 2>&1 ; then
RPM_RELEASE="1"
else
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 @@ -129,6 +129,16 @@ if [ $1 -eq 0 -a -h /usr/bin/virt-v2v-wrapper.py ] ; then
fi

%changelog
* Sun Mar 24 2019 Tomáš Golembiovský <tgolembi@redhat.com> 1.12.0-1
- Wrapper changes:
* add network throttling
* define tag in host class
* print VDSM version when RHV version check fails
* understand `unlimited` CPU as no limit
- Roles changes:
* added creation of .ssh dir for hosts
* uninstall virt-v2v-wrapper package

* Wed Mar 13 2019 Tomáš Golembiovský <tgolembi@redhat.com> 1.11.0-1
- Wrapper changes:
* start virt-v2v in transient systemd unit
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 @@ -44,7 +44,7 @@
DEVNULL = subprocess.DEVNULL

# Wrapper version
VERSION = "15"
VERSION = "16"

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

0 comments on commit 48aed50

Please sign in to comment.