Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release-1.8] Bump KUBEVIRT to v0.59.2 #3254

Open
wants to merge 1 commit into
base: release-1.8
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions deploy/cluster_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1046,6 +1046,7 @@ rules:
resources:
- virtualmachinesnapshots
- virtualmachinerestores
- virtualmachinesnapshotcontents
verbs:
- get
- list
Expand All @@ -1054,6 +1055,7 @@ rules:
- cdi.kubevirt.io
resources:
- datasources
- datavolumes
verbs:
- get
- list
Expand Down Expand Up @@ -1216,6 +1218,8 @@ rules:
resources:
- virtualmachinepools
- virtualmachinepools/finalizers
- virtualmachinepools/status
- virtualmachinepools/scale
verbs:
- watch
- list
Expand Down Expand Up @@ -1333,6 +1337,13 @@ rules:
- namespaces
verbs:
- get
- apiGroups:
- ""
resources:
- resourcequotas
verbs:
- list
- watch
- apiGroups:
- route.openshift.io
resources:
Expand Down
66 changes: 66 additions & 0 deletions deploy/crds/kubevirt00.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,25 @@ spec:
type: array
x-kubernetes-list-type: atomic
type: object
seccompConfiguration:
description: SeccompConfiguration holds Seccomp configuration
for Kubevirt components
properties:
virtualMachineInstanceProfile:
description: VirtualMachineInstanceProfile defines what profile
should be used with virt-launcher. Defaults to none
properties:
customProfile:
description: CustomProfile allows to request arbitrary
profile for virt-launcher
properties:
localhostProfile:
type: string
runtimeDefaultProfile:
type: boolean
type: object
type: object
type: object
selinuxLauncherType:
type: string
smbios:
Expand Down Expand Up @@ -624,6 +643,20 @@ spec:
imagePullPolicy:
description: The ImagePullPolicy to use.
type: string
imagePullSecrets:
description: The imagePullSecrets to pull the container images from
Defaults to none
items:
description: LocalObjectReference contains enough information to
let you locate the referenced object inside the same namespace.
properties:
name:
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind, uid?'
type: string
type: object
type: array
x-kubernetes-list-type: atomic
imageRegistry:
description: The image registry to pull the container images from
Defaults to the same registry the operator's container image is
Expand Down Expand Up @@ -3233,6 +3266,25 @@ spec:
type: array
x-kubernetes-list-type: atomic
type: object
seccompConfiguration:
description: SeccompConfiguration holds Seccomp configuration
for Kubevirt components
properties:
virtualMachineInstanceProfile:
description: VirtualMachineInstanceProfile defines what profile
should be used with virt-launcher. Defaults to none
properties:
customProfile:
description: CustomProfile allows to request arbitrary
profile for virt-launcher
properties:
localhostProfile:
type: string
runtimeDefaultProfile:
type: boolean
type: object
type: object
type: object
selinuxLauncherType:
type: string
smbios:
Expand Down Expand Up @@ -3353,6 +3405,20 @@ spec:
imagePullPolicy:
description: The ImagePullPolicy to use.
type: string
imagePullSecrets:
description: The imagePullSecrets to pull the container images from
Defaults to none
items:
description: LocalObjectReference contains enough information to
let you locate the referenced object inside the same namespace.
properties:
name:
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind, uid?'
type: string
type: object
type: array
x-kubernetes-list-type: atomic
imageRegistry:
description: The image registry to pull the container images from
Defaults to the same registry the operator's container image is
Expand Down
18 changes: 9 additions & 9 deletions deploy/images.csv
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
image_var,name,tag,digest
KUBEVIRT_OPERATOR_IMAGE,quay.io/kubevirt/virt-operator,KUBEVIRT_VERSION,6c8e6e90ae3bdbb7bd5a3f57c7de937bfea1c6790cce0668d3148b41a0e56588
KUBEVIRT_API_IMAGE,quay.io/kubevirt/virt-api,KUBEVIRT_VERSION,33737dff12cf4bdbe3e2b1336ca4d1df71a52e5faccbb574ea87abc2b461d0d8
KUBEVIRT_CONTROLLER_IMAGE,quay.io/kubevirt/virt-controller,KUBEVIRT_VERSION,577f1fc34629533954e8d2bb9651dee22e19872175329b7e7851e84ce41f87fe
KUBEVIRT_LAUNCHER_IMAGE,quay.io/kubevirt/virt-launcher,KUBEVIRT_VERSION,01720d91cd7a11421e3dc19140a8b65c4c7ee254d32376c38b75edee88cef9e4
KUBEVIRT_HANDLER_IMAGE,quay.io/kubevirt/virt-handler,KUBEVIRT_VERSION,2911eabc21966da357c2808715516b66636c7f282dcdb39d5b5bba9bdb2cc4c5
KUBEVIRT_VIRTIO_IMAGE,quay.io/kubevirt/virtio-container-disk,KUBEVIRT_VERSION,3e88b9bde8792ba21d6cdaad70c79d5e9b339ef676402e932c6fcc2bda100d04
KUBEVIRT_LIBGUESTFS_TOOLS_IMAGE,quay.io/kubevirt/libguestfs-tools,KUBEVIRT_VERSION,23207fd1cc6cc0f968a1bef63665157bb7cb86fd0f12f8c716e4490e499f28e0
KUBEVIRT_EXPORTPROXY_IMAGE,quay.io/kubevirt/virt-exportproxy,KUBEVIRT_VERSION,8a84d0a56c07ec17d3cc89b6631799be16d17b25be1227001a6d4b3a4fabd9f2
KUBEVIRT_EXPORSERVER_IMAGE,quay.io/kubevirt/virt-exportserver,KUBEVIRT_VERSION,825296d2cbe04ec858338f22de59008cd22abe414adbd6d3efa80435b84ec7d9
KUBEVIRT_OPERATOR_IMAGE,quay.io/kubevirt/virt-operator,KUBEVIRT_VERSION,5bfc28d150e853eda38b6d2e4f0cf68e6ade1040718cf7598e11cb32058d7c57
KUBEVIRT_API_IMAGE,quay.io/kubevirt/virt-api,KUBEVIRT_VERSION,2bb3e1227651779f1222ce3b9fbd701226450875ad1f985c098b90b76ea9819b
KUBEVIRT_CONTROLLER_IMAGE,quay.io/kubevirt/virt-controller,KUBEVIRT_VERSION,37d65a4d4e49ae83a631f052dfcc69a47fd044302be9b7e7a4309513bc9efefd
KUBEVIRT_LAUNCHER_IMAGE,quay.io/kubevirt/virt-launcher,KUBEVIRT_VERSION,c510629d04bab4cb621e9f2ccd2503f02a7051a0128a1f17e4faa34eacef8430
KUBEVIRT_HANDLER_IMAGE,quay.io/kubevirt/virt-handler,KUBEVIRT_VERSION,26734e9d4c41a11919661543c3d0c5a9cbd920eec6e8fa2f75426aee4c131e8b
KUBEVIRT_VIRTIO_IMAGE,quay.io/kubevirt/virtio-container-disk,KUBEVIRT_VERSION,5b99c78ed831401048e72d72f9ec805710ee7625131fd9ad277b38ab1e67cfb9
KUBEVIRT_LIBGUESTFS_TOOLS_IMAGE,quay.io/kubevirt/libguestfs-tools,KUBEVIRT_VERSION,149b1def5f2f3c629b514c3168aad68b6888c328c27f9f014e2a5303ddd29ff4
KUBEVIRT_EXPORTPROXY_IMAGE,quay.io/kubevirt/virt-exportproxy,KUBEVIRT_VERSION,ca0810c4202382b770345fdc26d32a6ed24fb25e00ecaf95684b1dce0d07a4d9
KUBEVIRT_EXPORSERVER_IMAGE,quay.io/kubevirt/virt-exportserver,KUBEVIRT_VERSION,e322c34e7d2c3070985d95fb380b4fe53fabd721fd5f380382a23d846a50a4d3
CNA_OPERATOR_IMAGE,quay.io/kubevirt/cluster-network-addons-operator,NETWORK_ADDONS_VERSION,626d57cfe50a12c9628dfff5ccb398a83f41b1e90d9c6cf4090957a317cab8c6
SSP_OPERATOR_IMAGE,quay.io/kubevirt/ssp-operator,SSP_VERSION,d94f38087856d98f847010cfa0b5f4ef80de64ef1098dd27d4998595e10fe1c1
CDI_OPERATOR_IMAGE,quay.io/kubevirt/cdi-operator,CDI_VERSION,8a1846b34ffd8e7ab550519a8bf505f92ae50c30a1d1c8b1369560254e3f9bbd
Expand Down
36 changes: 18 additions & 18 deletions deploy/images.env
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
KUBEVIRT_OPERATOR_IMAGE=quay.io/kubevirt/virt-operator@sha256:6c8e6e90ae3bdbb7bd5a3f57c7de937bfea1c6790cce0668d3148b41a0e56588
KUBEVIRT_API_IMAGE=quay.io/kubevirt/virt-api@sha256:33737dff12cf4bdbe3e2b1336ca4d1df71a52e5faccbb574ea87abc2b461d0d8
KUBEVIRT_CONTROLLER_IMAGE=quay.io/kubevirt/virt-controller@sha256:577f1fc34629533954e8d2bb9651dee22e19872175329b7e7851e84ce41f87fe
KUBEVIRT_LAUNCHER_IMAGE=quay.io/kubevirt/virt-launcher@sha256:01720d91cd7a11421e3dc19140a8b65c4c7ee254d32376c38b75edee88cef9e4
KUBEVIRT_HANDLER_IMAGE=quay.io/kubevirt/virt-handler@sha256:2911eabc21966da357c2808715516b66636c7f282dcdb39d5b5bba9bdb2cc4c5
KUBEVIRT_VIRTIO_IMAGE=quay.io/kubevirt/virtio-container-disk@sha256:3e88b9bde8792ba21d6cdaad70c79d5e9b339ef676402e932c6fcc2bda100d04
KUBEVIRT_LIBGUESTFS_TOOLS_IMAGE=quay.io/kubevirt/libguestfs-tools@sha256:23207fd1cc6cc0f968a1bef63665157bb7cb86fd0f12f8c716e4490e499f28e0
KUBEVIRT_EXPORTPROXY_IMAGE=quay.io/kubevirt/virt-exportproxy@sha256:8a84d0a56c07ec17d3cc89b6631799be16d17b25be1227001a6d4b3a4fabd9f2
KUBEVIRT_EXPORSERVER_IMAGE=quay.io/kubevirt/virt-exportserver@sha256:825296d2cbe04ec858338f22de59008cd22abe414adbd6d3efa80435b84ec7d9
KUBEVIRT_OPERATOR_IMAGE=quay.io/kubevirt/virt-operator@sha256:5bfc28d150e853eda38b6d2e4f0cf68e6ade1040718cf7598e11cb32058d7c57
KUBEVIRT_API_IMAGE=quay.io/kubevirt/virt-api@sha256:2bb3e1227651779f1222ce3b9fbd701226450875ad1f985c098b90b76ea9819b
KUBEVIRT_CONTROLLER_IMAGE=quay.io/kubevirt/virt-controller@sha256:37d65a4d4e49ae83a631f052dfcc69a47fd044302be9b7e7a4309513bc9efefd
KUBEVIRT_LAUNCHER_IMAGE=quay.io/kubevirt/virt-launcher@sha256:c510629d04bab4cb621e9f2ccd2503f02a7051a0128a1f17e4faa34eacef8430
KUBEVIRT_HANDLER_IMAGE=quay.io/kubevirt/virt-handler@sha256:26734e9d4c41a11919661543c3d0c5a9cbd920eec6e8fa2f75426aee4c131e8b
KUBEVIRT_VIRTIO_IMAGE=quay.io/kubevirt/virtio-container-disk@sha256:5b99c78ed831401048e72d72f9ec805710ee7625131fd9ad277b38ab1e67cfb9
KUBEVIRT_LIBGUESTFS_TOOLS_IMAGE=quay.io/kubevirt/libguestfs-tools@sha256:149b1def5f2f3c629b514c3168aad68b6888c328c27f9f014e2a5303ddd29ff4
KUBEVIRT_EXPORTPROXY_IMAGE=quay.io/kubevirt/virt-exportproxy@sha256:ca0810c4202382b770345fdc26d32a6ed24fb25e00ecaf95684b1dce0d07a4d9
KUBEVIRT_EXPORSERVER_IMAGE=quay.io/kubevirt/virt-exportserver@sha256:e322c34e7d2c3070985d95fb380b4fe53fabd721fd5f380382a23d846a50a4d3
CNA_OPERATOR_IMAGE=quay.io/kubevirt/cluster-network-addons-operator@sha256:626d57cfe50a12c9628dfff5ccb398a83f41b1e90d9c6cf4090957a317cab8c6
SSP_OPERATOR_IMAGE=quay.io/kubevirt/ssp-operator@sha256:d94f38087856d98f847010cfa0b5f4ef80de64ef1098dd27d4998595e10fe1c1
CDI_OPERATOR_IMAGE=quay.io/kubevirt/cdi-operator@sha256:8a1846b34ffd8e7ab550519a8bf505f92ae50c30a1d1c8b1369560254e3f9bbd
Expand All @@ -26,15 +26,15 @@ CSI_SNAPSHOT_IMAGE=k8s.gcr.io/sig-storage/csi-snapshotter@sha256:818f35653f2e214
CSI_SIG_STORAGE_PROVISIONER_IMAGE=k8s.gcr.io/sig-storage/csi-provisioner@sha256:4e74c0492bceddc598de1c90cc5bc14dcda94cb49fa9c5bad9d117c4834b5e08
KUBE_RBAC_PROXY_IMAGE=quay.io/openshift/origin-kube-rbac-proxy@sha256:baedb268ac66456018fb30af395bb3d69af5fff3252ff5d549f0231b1ebb6901
KUBEVIRT_CONSOLE_PLUGIN_IMAGE=quay.io/kubevirt-ui/kubevirt-plugin@sha256:d3a4ac69f99f3ba6f5cd3514e6b1fd31e0c5b303e0d8fe1cb2a783759537bf5a
DIGEST_LIST="quay.io/kubevirt/virt-operator@sha256:6c8e6e90ae3bdbb7bd5a3f57c7de937bfea1c6790cce0668d3148b41a0e56588"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/virt-api@sha256:33737dff12cf4bdbe3e2b1336ca4d1df71a52e5faccbb574ea87abc2b461d0d8"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/virt-controller@sha256:577f1fc34629533954e8d2bb9651dee22e19872175329b7e7851e84ce41f87fe"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/virt-launcher@sha256:01720d91cd7a11421e3dc19140a8b65c4c7ee254d32376c38b75edee88cef9e4"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/virt-handler@sha256:2911eabc21966da357c2808715516b66636c7f282dcdb39d5b5bba9bdb2cc4c5"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/virtio-container-disk@sha256:3e88b9bde8792ba21d6cdaad70c79d5e9b339ef676402e932c6fcc2bda100d04"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/libguestfs-tools@sha256:23207fd1cc6cc0f968a1bef63665157bb7cb86fd0f12f8c716e4490e499f28e0"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/virt-exportproxy@sha256:8a84d0a56c07ec17d3cc89b6631799be16d17b25be1227001a6d4b3a4fabd9f2"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/virt-exportserver@sha256:825296d2cbe04ec858338f22de59008cd22abe414adbd6d3efa80435b84ec7d9"
DIGEST_LIST="quay.io/kubevirt/virt-operator@sha256:5bfc28d150e853eda38b6d2e4f0cf68e6ade1040718cf7598e11cb32058d7c57"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/virt-api@sha256:2bb3e1227651779f1222ce3b9fbd701226450875ad1f985c098b90b76ea9819b"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/virt-controller@sha256:37d65a4d4e49ae83a631f052dfcc69a47fd044302be9b7e7a4309513bc9efefd"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/virt-launcher@sha256:c510629d04bab4cb621e9f2ccd2503f02a7051a0128a1f17e4faa34eacef8430"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/virt-handler@sha256:26734e9d4c41a11919661543c3d0c5a9cbd920eec6e8fa2f75426aee4c131e8b"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/virtio-container-disk@sha256:5b99c78ed831401048e72d72f9ec805710ee7625131fd9ad277b38ab1e67cfb9"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/libguestfs-tools@sha256:149b1def5f2f3c629b514c3168aad68b6888c328c27f9f014e2a5303ddd29ff4"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/virt-exportproxy@sha256:ca0810c4202382b770345fdc26d32a6ed24fb25e00ecaf95684b1dce0d07a4d9"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/virt-exportserver@sha256:e322c34e7d2c3070985d95fb380b4fe53fabd721fd5f380382a23d846a50a4d3"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/cluster-network-addons-operator@sha256:626d57cfe50a12c9628dfff5ccb398a83f41b1e90d9c6cf4090957a317cab8c6"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/ssp-operator@sha256:d94f38087856d98f847010cfa0b5f4ef80de64ef1098dd27d4998595e10fe1c1"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/cdi-operator@sha256:8a1846b34ffd8e7ab550519a8bf505f92ae50c30a1d1c8b1369560254e3f9bbd"
Expand Down
Loading
Loading