Accepting request 917733 from home:vulyanov:branches:Virtualization

- Update to version 0.45.0
  Release notes https://github.com/kubevirt/kubevirt/releases/tag/v0.45.0

OBS-URL: https://build.opensuse.org/request/show/917733
OBS-URL: https://build.opensuse.org/package/show/Virtualization/kubevirt?expand=0&rev=66
This commit is contained in:
Vasily Ulyanov 2021-09-09 13:04:17 +00:00 committed by Git OBS Bridge
parent 3f009d9307
commit 85d47c332d
6 changed files with 23 additions and 16 deletions

View File

@ -1,4 +1,4 @@
From da2d833ad71d79e468a98f23f77db547ca9319e3 Mon Sep 17 00:00:00 2001
From 9619e0e977af51bf01917dc0f482c06daa32f089 Mon Sep 17 00:00:00 2001
From: Vasiliy Ulyanov <vulyanov@suse.de>
Date: Fri, 27 Aug 2021 13:38:24 +0200
Subject: [PATCH] Specify format of the backing image
@ -169,7 +169,7 @@ index a5d507ddd..9c09405a6 100644
if err != nil {
return nil, fmt.Errorf("failed to parse disk info: %v", err)
diff --git a/pkg/virt-launcher/virtwrap/converter/converter.go b/pkg/virt-launcher/virtwrap/converter/converter.go
index 540235aa5..81d6fc8e3 100644
index ac1ba5a10..eeb0b2eb4 100644
--- a/pkg/virt-launcher/virtwrap/converter/converter.go
+++ b/pkg/virt-launcher/virtwrap/converter/converter.go
@@ -26,10 +26,8 @@ package converter
@ -189,10 +189,10 @@ index 540235aa5..81d6fc8e3 100644
PermanentVolumes map[string]v1.VolumeStatus
- DiskType map[string]*containerdisk.DiskInfo
+ DiskType map[string]*ephemeraldisk.DiskInfo
SRIOVDevices []api.HostDevice
SMBios *cmdv1.SMBios
GpuDevices []string
@@ -452,7 +450,7 @@ func SetDriverCacheMode(disk *api.Disk, directIOChecker DirectIOChecker) error {
SRIOVDevices []api.HostDevice
LegacyHostDevices []api.HostDevice
@@ -407,7 +405,7 @@ func SetDriverCacheMode(disk *api.Disk, directIOChecker DirectIOChecker) error {
}
func isPreAllocated(path string) bool {
@ -201,8 +201,8 @@ index 540235aa5..81d6fc8e3 100644
if err != nil {
return false
}
@@ -2021,23 +2019,6 @@ func createHostDevicesFromMdevUUIDList(mdevUuidList []string) ([]api.HostDevice,
return hds, nil
@@ -1873,23 +1871,6 @@ func boolToString(value *bool, defaultPositive bool, positive string, negative s
return toString(*value)
}
-func GetImageInfo(imagePath string) (*containerdisk.DiskInfo, error) {
@ -226,10 +226,10 @@ index 540235aa5..81d6fc8e3 100644
for _, disk := range vmi.Spec.Domain.Devices.Disks {
if disk.LUN != nil && disk.LUN.Bus == "scsi" {
diff --git a/pkg/virt-launcher/virtwrap/manager.go b/pkg/virt-launcher/virtwrap/manager.go
index 9c14deed5..1617827c9 100644
index e559b7292..615c53473 100644
--- a/pkg/virt-launcher/virtwrap/manager.go
+++ b/pkg/virt-launcher/virtwrap/manager.go
@@ -672,7 +672,7 @@ func (l *LibvirtDomainManager) generateConverterContext(vmi *v1.VirtualMachineIn
@@ -640,7 +640,7 @@ func (l *LibvirtDomainManager) generateConverterContext(vmi *v1.VirtualMachineIn
// Check if PVC volumes are block volumes
isBlockPVCMap := make(map[string]bool)
isBlockDVMap := make(map[string]bool)
@ -238,7 +238,7 @@ index 9c14deed5..1617827c9 100644
for i, volume := range vmi.Spec.Volumes {
if volume.VolumeSource.PersistentVolumeClaim != nil {
isBlockPVC := false
@@ -687,7 +687,7 @@ func (l *LibvirtDomainManager) generateConverterContext(vmi *v1.VirtualMachineIn
@@ -655,7 +655,7 @@ func (l *LibvirtDomainManager) generateConverterContext(vmi *v1.VirtualMachineIn
if err != nil {
return nil, err
}
@ -248,5 +248,5 @@ index 9c14deed5..1617827c9 100644
return nil, err
}
--
2.32.0
2.33.0

View File

@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="filename">kubevirt</param>
<param name="revision">v0.44.1</param>
<param name="revision">v0.45.0</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">https://github.com/kubevirt/kubevirt</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cbceec94f6492528981cf4e177d0cb0b0d2b60c96a9ebf3b8288bb5524aee24a
size 13065639

3
kubevirt-0.45.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e07ae25c0d0e0e7a49ae86eb0e0c26e8adea05797b554ffd938285234be00bb7
size 13120381

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Sep 9 05:01:33 UTC 2021 - Vasily Ulyanov <vasily.ulyanov@suse.com>
- Update to version 0.45.0
Release notes https://github.com/kubevirt/kubevirt/releases/tag/v0.45.0
-------------------------------------------------------------------
Fri Aug 27 11:53:09 UTC 2021 - Vasily Ulyanov <vasily.ulyanov@suse.com>

View File

@ -17,7 +17,7 @@
Name: kubevirt
Version: 0.44.1
Version: 0.45.0
Release: 0
Summary: Container native virtualization
License: Apache-2.0