Skip to content

Commit

Permalink
Bump SSP to v0.13.1 (#1754)
Browse files Browse the repository at this point in the history
Signed-off-by: HCO Bump Bot <noreply@github.com>

Co-authored-by: kubevirt-bot <kubevirt-bot@users.noreply.github.com>
  • Loading branch information
hco-bot and kubevirt-bot committed Jan 29, 2022
1 parent b37692d commit 1742496
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion deploy/images.csv
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ KUBEVIRT_HANDLER_IMAGE,quay.io/kubevirt/virt-handler,KUBEVIRT_VERSION,95138a19a3
KUBEVIRT_VIRTIO_IMAGE,quay.io/kubevirt/virtio-container-disk,KUBEVIRT_VERSION,77c448875247bf4dbeaa0b9b1b720c0f30bb8177628061c592ce7a68863a96c2
KUBEVIRT_LIBGUESTFS_TOOLS_IMAGE,quay.io/kubevirt/libguestfs-tools,KUBEVIRT_VERSION,5b02b557b41fed00fad2bde1526c068e883c9ca56a48c087242a6f18e374d0dc
CNA_OPERATOR_IMAGE,quay.io/kubevirt/cluster-network-addons-operator,NETWORK_ADDONS_VERSION,9143971b03c720d038897315e66fe9c33dc1d5b7c1c5946b379569996f10bd0e
SSP_OPERATOR_IMAGE,quay.io/kubevirt/ssp-operator,SSP_VERSION,37a62ec62eb751f7480dcd8b45082fe83b06fd145f6afcf08072b4aff43856a8
SSP_OPERATOR_IMAGE,quay.io/kubevirt/ssp-operator,SSP_VERSION,2563be5aa7c3a345a5f235d01b23ac0d377dbe4cd5d76b1275e1bb585e709529
CDI_OPERATOR_IMAGE,quay.io/kubevirt/cdi-operator,CDI_VERSION,7267a88659edbc6774fd636870320382e2074d64337ae04e8df7f1cf4b666f43
CDI_CONTROLLER_IMAGE,quay.io/kubevirt/cdi-controller,CDI_VERSION,18630eef2fed91f93046100d3b77d5eb7d85db0a896ad7c329f086ac84e9ba31
CDI_APISERVER_IMAGE,quay.io/kubevirt/cdi-apiserver,CDI_VERSION,4f3b07a25639c029c2347374587e86620f656c7bc948f4a0f1d583d4b5e15cf9
Expand Down
4 changes: 2 additions & 2 deletions deploy/images.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ KUBEVIRT_HANDLER_IMAGE=quay.io/kubevirt/virt-handler@sha256:95138a19a335e5f0b293
KUBEVIRT_VIRTIO_IMAGE=quay.io/kubevirt/virtio-container-disk@sha256:77c448875247bf4dbeaa0b9b1b720c0f30bb8177628061c592ce7a68863a96c2
KUBEVIRT_LIBGUESTFS_TOOLS_IMAGE=quay.io/kubevirt/libguestfs-tools@sha256:5b02b557b41fed00fad2bde1526c068e883c9ca56a48c087242a6f18e374d0dc
CNA_OPERATOR_IMAGE=quay.io/kubevirt/cluster-network-addons-operator@sha256:9143971b03c720d038897315e66fe9c33dc1d5b7c1c5946b379569996f10bd0e
SSP_OPERATOR_IMAGE=quay.io/kubevirt/ssp-operator@sha256:37a62ec62eb751f7480dcd8b45082fe83b06fd145f6afcf08072b4aff43856a8
SSP_OPERATOR_IMAGE=quay.io/kubevirt/ssp-operator@sha256:2563be5aa7c3a345a5f235d01b23ac0d377dbe4cd5d76b1275e1bb585e709529
CDI_OPERATOR_IMAGE=quay.io/kubevirt/cdi-operator@sha256:7267a88659edbc6774fd636870320382e2074d64337ae04e8df7f1cf4b666f43
CDI_CONTROLLER_IMAGE=quay.io/kubevirt/cdi-controller@sha256:18630eef2fed91f93046100d3b77d5eb7d85db0a896ad7c329f086ac84e9ba31
CDI_APISERVER_IMAGE=quay.io/kubevirt/cdi-apiserver@sha256:4f3b07a25639c029c2347374587e86620f656c7bc948f4a0f1d583d4b5e15cf9
Expand All @@ -30,7 +30,7 @@ DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/virt-handler@sha256:95138a19a335e5f
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/virtio-container-disk@sha256:77c448875247bf4dbeaa0b9b1b720c0f30bb8177628061c592ce7a68863a96c2"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/libguestfs-tools@sha256:5b02b557b41fed00fad2bde1526c068e883c9ca56a48c087242a6f18e374d0dc"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/cluster-network-addons-operator@sha256:9143971b03c720d038897315e66fe9c33dc1d5b7c1c5946b379569996f10bd0e"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/ssp-operator@sha256:37a62ec62eb751f7480dcd8b45082fe83b06fd145f6afcf08072b4aff43856a8"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/ssp-operator@sha256:2563be5aa7c3a345a5f235d01b23ac0d377dbe4cd5d76b1275e1bb585e709529"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/cdi-operator@sha256:7267a88659edbc6774fd636870320382e2074d64337ae04e8df7f1cf4b666f43"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/cdi-controller@sha256:18630eef2fed91f93046100d3b77d5eb7d85db0a896ad7c329f086ac84e9ba31"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/cdi-apiserver@sha256:4f3b07a25639c029c2347374587e86620f656c7bc948f4a0f1d583d4b5e15cf9"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2202,7 +2202,7 @@ spec:
- name: NETWORK_ADDONS_VERSION
value: v0.65.2
- name: SSP_VERSION
value: v0.13.0
value: v0.13.1
- name: NMO_VERSION
value: v0.10.0
- name: HPPO_VERSION
Expand Down Expand Up @@ -2551,13 +2551,13 @@ spec:
env:
- name: KVM_INFO_IMAGE
- name: VALIDATOR_IMAGE
value: quay.io/kubevirt/kubevirt-template-validator:v0.13.0
value: quay.io/kubevirt/kubevirt-template-validator:v0.13.1
- name: VIRT_LAUNCHER_IMAGE
- name: NODE_LABELLER_IMAGE
- name: CPU_PLUGIN_IMAGE
- name: OPERATOR_VERSION
value: v0.13.0
image: quay.io/kubevirt/ssp-operator@sha256:37a62ec62eb751f7480dcd8b45082fe83b06fd145f6afcf08072b4aff43856a8
value: v0.13.1
image: quay.io/kubevirt/ssp-operator@sha256:2563be5aa7c3a345a5f235d01b23ac0d377dbe4cd5d76b1275e1bb585e709529
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -3195,7 +3195,7 @@ spec:
name: ovs-cni-marker
- image: quay.io/kubevirt/ovs-cni-plugin@sha256:fd766d39f74528f94978b116908e9b86cbdfea30a53493043405c08d9d1e6527
name: ovs-cni-plugin
- image: quay.io/kubevirt/ssp-operator@sha256:37a62ec62eb751f7480dcd8b45082fe83b06fd145f6afcf08072b4aff43856a8
- image: quay.io/kubevirt/ssp-operator@sha256:2563be5aa7c3a345a5f235d01b23ac0d377dbe4cd5d76b1275e1bb585e709529
name: ssp-operator
- image: quay.io/kubevirt/virt-api@sha256:b06b273aa75d9cc39e282ea4401e8f2efb342ec553237a39c81f1b550b3b1cc9
name: virt-api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
categories: OpenShift Optional
certified: "false"
containerImage: quay.io/kubevirt/hyperconverged-cluster-operator:1.7.0-unstable
createdAt: "2022-01-28 13:37:15"
createdAt: "2022-01-29 05:13:10"
description: A unified operator deploying and controlling KubeVirt and its supporting
operators with opinionated defaults
operatorframework.io/initialization-resource: '{"apiVersion":"hco.kubevirt.io/v1beta1","kind":"HyperConverged","metadata":{"annotations":{"deployOVS":"false"},"name":"kubevirt-hyperconverged","namespace":"kubevirt-hyperconverged"},"spec":{}}'
Expand Down Expand Up @@ -2202,7 +2202,7 @@ spec:
- name: NETWORK_ADDONS_VERSION
value: v0.65.2
- name: SSP_VERSION
value: v0.13.0
value: v0.13.1
- name: NMO_VERSION
value: v0.10.0
- name: HPPO_VERSION
Expand Down Expand Up @@ -2551,13 +2551,13 @@ spec:
env:
- name: KVM_INFO_IMAGE
- name: VALIDATOR_IMAGE
value: quay.io/kubevirt/kubevirt-template-validator:v0.13.0
value: quay.io/kubevirt/kubevirt-template-validator:v0.13.1
- name: VIRT_LAUNCHER_IMAGE
- name: NODE_LABELLER_IMAGE
- name: CPU_PLUGIN_IMAGE
- name: OPERATOR_VERSION
value: v0.13.0
image: quay.io/kubevirt/ssp-operator@sha256:37a62ec62eb751f7480dcd8b45082fe83b06fd145f6afcf08072b4aff43856a8
value: v0.13.1
image: quay.io/kubevirt/ssp-operator@sha256:2563be5aa7c3a345a5f235d01b23ac0d377dbe4cd5d76b1275e1bb585e709529
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -3195,7 +3195,7 @@ spec:
name: ovs-cni-marker
- image: quay.io/kubevirt/ovs-cni-plugin@sha256:fd766d39f74528f94978b116908e9b86cbdfea30a53493043405c08d9d1e6527
name: ovs-cni-plugin
- image: quay.io/kubevirt/ssp-operator@sha256:37a62ec62eb751f7480dcd8b45082fe83b06fd145f6afcf08072b4aff43856a8
- image: quay.io/kubevirt/ssp-operator@sha256:2563be5aa7c3a345a5f235d01b23ac0d377dbe4cd5d76b1275e1bb585e709529
name: ssp-operator
- image: quay.io/kubevirt/virt-api@sha256:b06b273aa75d9cc39e282ea4401e8f2efb342ec553237a39c81f1b550b3b1cc9
name: virt-api
Expand Down
8 changes: 4 additions & 4 deletions deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
- name: NETWORK_ADDONS_VERSION
value: v0.65.2
- name: SSP_VERSION
value: v0.13.0
value: v0.13.1
- name: NMO_VERSION
value: v0.10.0
- name: HPPO_VERSION
Expand Down Expand Up @@ -434,13 +434,13 @@ spec:
env:
- name: KVM_INFO_IMAGE
- name: VALIDATOR_IMAGE
value: quay.io/kubevirt/kubevirt-template-validator:v0.13.0
value: quay.io/kubevirt/kubevirt-template-validator:v0.13.1
- name: VIRT_LAUNCHER_IMAGE
- name: NODE_LABELLER_IMAGE
- name: CPU_PLUGIN_IMAGE
- name: OPERATOR_VERSION
value: v0.13.0
image: quay.io/kubevirt/ssp-operator@sha256:37a62ec62eb751f7480dcd8b45082fe83b06fd145f6afcf08072b4aff43856a8
value: v0.13.1
image: quay.io/kubevirt/ssp-operator@sha256:2563be5aa7c3a345a5f235d01b23ac0d377dbe4cd5d76b1275e1bb585e709529
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ require (
kubevirt.io/api v0.49.0
kubevirt.io/containerized-data-importer-api v1.43.0
kubevirt.io/controller-lifecycle-operator-sdk v0.2.3
kubevirt.io/ssp-operator v0.13.0
kubevirt.io/ssp-operator v0.13.1
sigs.k8s.io/controller-runtime v0.11.0
sigs.k8s.io/controller-tools v0.8.0
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2057,8 +2057,8 @@ kubevirt.io/controller-lifecycle-operator-sdk v0.2.3 h1:auv8LrA7gnLfQREnlGVPwgJp
kubevirt.io/controller-lifecycle-operator-sdk v0.2.3/go.mod h1:ZJhLceiY2Gl5CXFGSp5eMGt/sksOiJP0289nAZFCQf0=
kubevirt.io/qe-tools v0.1.6/go.mod h1:PJyH/YXC4W0AmxfheDmXWMbLNsMSboVGXKpMAwfKzVE=
kubevirt.io/qe-tools v0.1.7/go.mod h1:O1EynUeGswOi4Embakmv+SsGwr+U3ILHgit9pptK2qk=
kubevirt.io/ssp-operator v0.13.0 h1:C+XrADZ3QWFG8ASuO5bioBHO83pgqlws3oAaYsTdxlw=
kubevirt.io/ssp-operator v0.13.0/go.mod h1:MElMCtTi3scqY0vQyKXC7hn/tOIqvuaC64abpqz89wU=
kubevirt.io/ssp-operator v0.13.1 h1:brjizCtYdwjkkX5c47AkFSfLMrI5qdcSb/8qbVjHiSk=
kubevirt.io/ssp-operator v0.13.1/go.mod h1:MElMCtTi3scqY0vQyKXC7hn/tOIqvuaC64abpqz89wU=
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
rsc.io/letsencrypt v0.0.3/go.mod h1:buyQKZ6IXrRnB7TdkHP0RyEybLx18HHyOSoTyoOLqNY=
rsc.io/pdf v0.1.1/go.mod h1:n8OzWcQ6Sp37PL01nO98y4iUCRdTGarVfzxY20ICaU4=
Expand Down
2 changes: 1 addition & 1 deletion hack/config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
KUBEVIRT_VERSION="v0.49.0"
CDI_VERSION="v1.43.0"
NETWORK_ADDONS_VERSION="v0.65.2"
SSP_VERSION="v0.13.0"
SSP_VERSION="v0.13.1"
NMO_VERSION="v0.10.0"
HPPO_VERSION="v0.12.1"
HPP_VERSION="v0.12.0"
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ kubevirt.io/containerized-data-importer-api/pkg/apis/core/v1beta1
# kubevirt.io/controller-lifecycle-operator-sdk v0.2.3
## explicit; go 1.14
kubevirt.io/controller-lifecycle-operator-sdk/pkg/sdk/api
# kubevirt.io/ssp-operator v0.13.0
# kubevirt.io/ssp-operator v0.13.1
## explicit; go 1.16
kubevirt.io/ssp-operator/api/v1beta1
# sigs.k8s.io/controller-runtime v0.11.0
Expand Down

0 comments on commit 1742496

Please sign in to comment.