Skip to content

Commit

Permalink
Bump NETWORK_ADDONS to v0.94.0
Browse files Browse the repository at this point in the history
Signed-off-by: HCO Bump Bot <noreply@github.com>
  • Loading branch information
nunnatsa authored and web-flow committed Jun 24, 2024
1 parent 914642f commit dd4b01d
Show file tree
Hide file tree
Showing 14 changed files with 199 additions and 23 deletions.
46 changes: 46 additions & 0 deletions deploy/cluster_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,34 @@ rules:
verbs:
- get
- delete
- apiGroups:
- ""
resources:
- configmaps
verbs:
- patch
- apiGroups:
- coordination.k8s.io
resources:
- leases
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- cert-manager.io
resources:
- certificates
- issuers
verbs:
- get
- create
- update
- delete
---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
Expand Down Expand Up @@ -1232,6 +1260,24 @@ rules:
- services
verbs:
- delete
- apiGroups:
- k8s.cni.cncf.io
resources:
- ipamclaims
verbs:
- get
- list
- watch
- create
- update
- apiGroups:
- k8s.cni.cncf.io
resources:
- network-attachment-definitions
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
Expand Down
8 changes: 8 additions & 0 deletions deploy/crds/cluster-network-addons00.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ spec:
description: NameServerIp defines the name server IP
type: string
type: object
kubevirtIpamController:
description: KubevirtIpamController plugin allows to support IPAM
for secondary networks
type: object
linuxBridge:
description: LinuxBridge plugin allows users to create a bridge and
add the host and the container to it
Expand Down Expand Up @@ -1692,6 +1696,10 @@ spec:
description: NameServerIp defines the name server IP
type: string
type: object
kubevirtIpamController:
description: KubevirtIpamController plugin allows to support IPAM
for secondary networks
type: object
linuxBridge:
description: LinuxBridge plugin allows users to create a bridge and
add the host and the container to it
Expand Down
2 changes: 1 addition & 1 deletion deploy/images.csv
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ KUBEVIRT_VIRTIO_IMAGE,quay.io/kubevirt/virtio-container-disk,KUBEVIRT_VERSION,f8
KUBEVIRT_LIBGUESTFS_TOOLS_IMAGE,quay.io/kubevirt/libguestfs-tools,KUBEVIRT_VERSION,2a4bb52dc8a228aa5ba81a5b4d431f5ec3b7bb0e2e6c4f6dc1b44fc1982129ba
KUBEVIRT_EXPORTPROXY_IMAGE,quay.io/kubevirt/virt-exportproxy,KUBEVIRT_VERSION,97f8f026e44672e35739e5738b1dc3cbf37269ac5c827820395d051e126caa97
KUBEVIRT_EXPORSERVER_IMAGE,quay.io/kubevirt/virt-exportserver,KUBEVIRT_VERSION,b06a4a5e5940a51559ae560eb966f04d561e43b3799399467cf54345906e34ad
CNA_OPERATOR_IMAGE,quay.io/kubevirt/cluster-network-addons-operator,NETWORK_ADDONS_VERSION,3c70cb833819d8346e5531b10ac516283bab7098e782708768a6fe00ae0ddfac
CNA_OPERATOR_IMAGE,quay.io/kubevirt/cluster-network-addons-operator,NETWORK_ADDONS_VERSION,80a1331c565ff02f8be845b3a194b33795e3194de046dd9ef6da124fc087afbf
SSP_OPERATOR_IMAGE,quay.io/kubevirt/ssp-operator,SSP_VERSION,a15a53d0f3ef530fe469acf3b7673486011605d0021d4dbe29af94096b3b65ee
SSP_VALIDATOR_IMAGE,quay.io/kubevirt/kubevirt-template-validator,SSP_VERSION,8f7c389a7cd7ef34f2edc84245bc1d0ebcf13e86da5e0b8893f56733c482b10d
CDI_OPERATOR_IMAGE,quay.io/kubevirt/cdi-operator,CDI_VERSION,f68e4f2a082fc72d92bc1df0340285af03cd12d8c7721b38c619d1de0f4c175a
Expand Down
4 changes: 2 additions & 2 deletions deploy/images.env
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ KUBEVIRT_VIRTIO_IMAGE=quay.io/kubevirt/virtio-container-disk@sha256:f8e71a3a930c
KUBEVIRT_LIBGUESTFS_TOOLS_IMAGE=quay.io/kubevirt/libguestfs-tools@sha256:2a4bb52dc8a228aa5ba81a5b4d431f5ec3b7bb0e2e6c4f6dc1b44fc1982129ba
KUBEVIRT_EXPORTPROXY_IMAGE=quay.io/kubevirt/virt-exportproxy@sha256:97f8f026e44672e35739e5738b1dc3cbf37269ac5c827820395d051e126caa97
KUBEVIRT_EXPORSERVER_IMAGE=quay.io/kubevirt/virt-exportserver@sha256:b06a4a5e5940a51559ae560eb966f04d561e43b3799399467cf54345906e34ad
CNA_OPERATOR_IMAGE=quay.io/kubevirt/cluster-network-addons-operator@sha256:3c70cb833819d8346e5531b10ac516283bab7098e782708768a6fe00ae0ddfac
CNA_OPERATOR_IMAGE=quay.io/kubevirt/cluster-network-addons-operator@sha256:80a1331c565ff02f8be845b3a194b33795e3194de046dd9ef6da124fc087afbf
SSP_OPERATOR_IMAGE=quay.io/kubevirt/ssp-operator@sha256:a15a53d0f3ef530fe469acf3b7673486011605d0021d4dbe29af94096b3b65ee
SSP_VALIDATOR_IMAGE=quay.io/kubevirt/kubevirt-template-validator@sha256:8f7c389a7cd7ef34f2edc84245bc1d0ebcf13e86da5e0b8893f56733c482b10d
CDI_OPERATOR_IMAGE=quay.io/kubevirt/cdi-operator@sha256:f68e4f2a082fc72d92bc1df0340285af03cd12d8c7721b38c619d1de0f4c175a
Expand Down Expand Up @@ -42,7 +42,7 @@ DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/virtio-container-disk@sha256:f8e71a
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/libguestfs-tools@sha256:2a4bb52dc8a228aa5ba81a5b4d431f5ec3b7bb0e2e6c4f6dc1b44fc1982129ba"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/virt-exportproxy@sha256:97f8f026e44672e35739e5738b1dc3cbf37269ac5c827820395d051e126caa97"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/virt-exportserver@sha256:b06a4a5e5940a51559ae560eb966f04d561e43b3799399467cf54345906e34ad"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/cluster-network-addons-operator@sha256:3c70cb833819d8346e5531b10ac516283bab7098e782708768a6fe00ae0ddfac"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/cluster-network-addons-operator@sha256:80a1331c565ff02f8be845b3a194b33795e3194de046dd9ef6da124fc087afbf"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/ssp-operator@sha256:a15a53d0f3ef530fe469acf3b7673486011605d0021d4dbe29af94096b3b65ee"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/kubevirt-template-validator@sha256:8f7c389a7cd7ef34f2edc84245bc1d0ebcf13e86da5e0b8893f56733c482b10d"
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/cdi-operator@sha256:f68e4f2a082fc72d92bc1df0340285af03cd12d8c7721b38c619d1de0f4c175a"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ spec:
description: NameServerIp defines the name server IP
type: string
type: object
kubevirtIpamController:
description: KubevirtIpamController plugin allows to support IPAM
for secondary networks
type: object
linuxBridge:
description: LinuxBridge plugin allows users to create a bridge and
add the host and the container to it
Expand Down Expand Up @@ -1692,6 +1696,10 @@ spec:
description: NameServerIp defines the name server IP
type: string
type: object
kubevirtIpamController:
description: KubevirtIpamController plugin allows to support IPAM
for secondary networks
type: object
linuxBridge:
description: LinuxBridge plugin allows users to create a bridge and
add the host and the container to it
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,24 @@ spec:
- services
verbs:
- delete
- apiGroups:
- k8s.cni.cncf.io
resources:
- ipamclaims
verbs:
- get
- list
- watch
- create
- update
- apiGroups:
- k8s.cni.cncf.io
resources:
- network-attachment-definitions
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
Expand Down Expand Up @@ -3257,7 +3275,7 @@ spec:
- name: CDI_VERSION
value: v1.59.0
- name: NETWORK_ADDONS_VERSION
value: v0.93.0
value: v0.94.0
- name: SSP_VERSION
value: v0.20.0
- name: HPPO_VERSION
Expand Down Expand Up @@ -3472,12 +3490,14 @@ spec:
value: ghcr.io/kubevirt/kubesecondarydns@sha256:6268d84154e2483fbce8c1adacbdaf6f0839117b2d48d9fa4687cc8f76bd5130
- name: CORE_DNS_IMAGE
value: registry.k8s.io/coredns/coredns@sha256:a0ead06651cf580044aeb0a0feba63591858fb2e43ade8c9dea45a6a89ae7e5e
- name: KUBEVIRT_IPAM_CONTROLLER_IMAGE
value: ghcr.io/maiqueb/kubevirt-ipam-claims@sha256:4667b37655dc87b79a63ca0b127517d0f9b971808b8fda8f5ea01398e8833294
- name: OPERATOR_IMAGE
value: quay.io/kubevirt/cluster-network-addons-operator@sha256:3c70cb833819d8346e5531b10ac516283bab7098e782708768a6fe00ae0ddfac
value: quay.io/kubevirt/cluster-network-addons-operator@sha256:80a1331c565ff02f8be845b3a194b33795e3194de046dd9ef6da124fc087afbf
- name: OPERATOR_NAME
value: cluster-network-addons-operator
- name: OPERATOR_VERSION
value: v0.93.0
value: v0.94.0
- name: OPERATOR_NAMESPACE
valueFrom:
fieldRef:
Expand All @@ -3497,7 +3517,7 @@ spec:
value: prometheus-k8s
- name: RUNBOOK_URL_TEMPLATE
value: https://kubevirt.io/monitoring/runbooks/%s
image: quay.io/kubevirt/cluster-network-addons-operator@sha256:3c70cb833819d8346e5531b10ac516283bab7098e782708768a6fe00ae0ddfac
image: quay.io/kubevirt/cluster-network-addons-operator@sha256:80a1331c565ff02f8be845b3a194b33795e3194de046dd9ef6da124fc087afbf
imagePullPolicy: IfNotPresent
name: cluster-network-addons-operator
resources:
Expand Down Expand Up @@ -4145,6 +4165,34 @@ spec:
verbs:
- get
- delete
- apiGroups:
- ""
resources:
- configmaps
verbs:
- patch
- apiGroups:
- coordination.k8s.io
resources:
- leases
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- cert-manager.io
resources:
- certificates
- issuers
verbs:
- get
- create
- update
- delete
serviceAccountName: cluster-network-addons-operator
- rules:
- apiGroups:
Expand Down Expand Up @@ -4856,7 +4904,7 @@ spec:
name: cdi-uploadproxy
- image: quay.io/kubevirt/cdi-uploadserver@sha256:d7fb653bb33dade84583fff6048092346639532d6675aaf9f88070171cb0fe7c
name: cdi-uploadserver
- image: quay.io/kubevirt/cluster-network-addons-operator@sha256:3c70cb833819d8346e5531b10ac516283bab7098e782708768a6fe00ae0ddfac
- image: quay.io/kubevirt/cluster-network-addons-operator@sha256:80a1331c565ff02f8be845b3a194b33795e3194de046dd9ef6da124fc087afbf
name: cluster-network-addons-operator
- image: quay.io/kubevirt/cni-default-plugins@sha256:0c354fa9d695b8cab97b459e8afea2f7662407a987e83f6f6f1a8af4b45726be
name: cni-default-plugins
Expand Down Expand Up @@ -4884,6 +4932,8 @@ spec:
name: kubesecondarydns
- image: quay.io/kubevirt-ui/kubevirt-apiserver-proxy@sha256:935475c2850466aa5ac57e4de627fb177515cb2c402a95842ead095d82b6df5f
name: kubevirt-apiserver-proxy
- image: ghcr.io/maiqueb/kubevirt-ipam-claims@sha256:4667b37655dc87b79a63ca0b127517d0f9b971808b8fda8f5ea01398e8833294
name: kubevirt-ipam-claims
- image: quay.io/kubevirt-ui/kubevirt-plugin@sha256:413a6c229ebb608868e8b2c7c06b251c6b1d43c07af12a76b893292cbed8bef9
name: kubevirt-plugin
- image: quay.io/kubevirt/kubevirt-template-validator@sha256:8f7c389a7cd7ef34f2edc84245bc1d0ebcf13e86da5e0b8893f56733c482b10d
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ spec:
description: NameServerIp defines the name server IP
type: string
type: object
kubevirtIpamController:
description: KubevirtIpamController plugin allows to support IPAM
for secondary networks
type: object
linuxBridge:
description: LinuxBridge plugin allows users to create a bridge and
add the host and the container to it
Expand Down Expand Up @@ -1692,6 +1696,10 @@ spec:
description: NameServerIp defines the name server IP
type: string
type: object
kubevirtIpamController:
description: KubevirtIpamController plugin allows to support IPAM
for secondary networks
type: object
linuxBridge:
description: LinuxBridge plugin allows users to create a bridge and
add the host and the container to it
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
certified: "false"
console.openshift.io/disable-operand-delete: "true"
containerImage: quay.io/kubevirt/hyperconverged-cluster-operator:1.13.0-unstable
createdAt: "2024-06-20 05:04:59"
createdAt: "2024-06-24 14:33:19"
description: A unified operator deploying and controlling KubeVirt and its supporting
operators with opinionated defaults
features.operators.openshift.io/cnf: "false"
Expand Down Expand Up @@ -648,6 +648,24 @@ spec:
- services
verbs:
- delete
- apiGroups:
- k8s.cni.cncf.io
resources:
- ipamclaims
verbs:
- get
- list
- watch
- create
- update
- apiGroups:
- k8s.cni.cncf.io
resources:
- network-attachment-definitions
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
Expand Down Expand Up @@ -3257,7 +3275,7 @@ spec:
- name: CDI_VERSION
value: v1.59.0
- name: NETWORK_ADDONS_VERSION
value: v0.93.0
value: v0.94.0
- name: SSP_VERSION
value: v0.20.0
- name: HPPO_VERSION
Expand Down Expand Up @@ -3472,12 +3490,14 @@ spec:
value: ghcr.io/kubevirt/kubesecondarydns@sha256:6268d84154e2483fbce8c1adacbdaf6f0839117b2d48d9fa4687cc8f76bd5130
- name: CORE_DNS_IMAGE
value: registry.k8s.io/coredns/coredns@sha256:a0ead06651cf580044aeb0a0feba63591858fb2e43ade8c9dea45a6a89ae7e5e
- name: KUBEVIRT_IPAM_CONTROLLER_IMAGE
value: ghcr.io/maiqueb/kubevirt-ipam-claims@sha256:4667b37655dc87b79a63ca0b127517d0f9b971808b8fda8f5ea01398e8833294
- name: OPERATOR_IMAGE
value: quay.io/kubevirt/cluster-network-addons-operator@sha256:3c70cb833819d8346e5531b10ac516283bab7098e782708768a6fe00ae0ddfac
value: quay.io/kubevirt/cluster-network-addons-operator@sha256:80a1331c565ff02f8be845b3a194b33795e3194de046dd9ef6da124fc087afbf
- name: OPERATOR_NAME
value: cluster-network-addons-operator
- name: OPERATOR_VERSION
value: v0.93.0
value: v0.94.0
- name: OPERATOR_NAMESPACE
valueFrom:
fieldRef:
Expand All @@ -3497,7 +3517,7 @@ spec:
value: prometheus-k8s
- name: RUNBOOK_URL_TEMPLATE
value: https://kubevirt.io/monitoring/runbooks/%s
image: quay.io/kubevirt/cluster-network-addons-operator@sha256:3c70cb833819d8346e5531b10ac516283bab7098e782708768a6fe00ae0ddfac
image: quay.io/kubevirt/cluster-network-addons-operator@sha256:80a1331c565ff02f8be845b3a194b33795e3194de046dd9ef6da124fc087afbf
imagePullPolicy: IfNotPresent
name: cluster-network-addons-operator
resources:
Expand Down Expand Up @@ -4145,6 +4165,34 @@ spec:
verbs:
- get
- delete
- apiGroups:
- ""
resources:
- configmaps
verbs:
- patch
- apiGroups:
- coordination.k8s.io
resources:
- leases
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- cert-manager.io
resources:
- certificates
- issuers
verbs:
- get
- create
- update
- delete
serviceAccountName: cluster-network-addons-operator
- rules:
- apiGroups:
Expand Down Expand Up @@ -4856,7 +4904,7 @@ spec:
name: cdi-uploadproxy
- image: quay.io/kubevirt/cdi-uploadserver@sha256:d7fb653bb33dade84583fff6048092346639532d6675aaf9f88070171cb0fe7c
name: cdi-uploadserver
- image: quay.io/kubevirt/cluster-network-addons-operator@sha256:3c70cb833819d8346e5531b10ac516283bab7098e782708768a6fe00ae0ddfac
- image: quay.io/kubevirt/cluster-network-addons-operator@sha256:80a1331c565ff02f8be845b3a194b33795e3194de046dd9ef6da124fc087afbf
name: cluster-network-addons-operator
- image: quay.io/kubevirt/cni-default-plugins@sha256:0c354fa9d695b8cab97b459e8afea2f7662407a987e83f6f6f1a8af4b45726be
name: cni-default-plugins
Expand Down Expand Up @@ -4884,6 +4932,8 @@ spec:
name: kubesecondarydns
- image: quay.io/kubevirt-ui/kubevirt-apiserver-proxy@sha256:935475c2850466aa5ac57e4de627fb177515cb2c402a95842ead095d82b6df5f
name: kubevirt-apiserver-proxy
- image: ghcr.io/maiqueb/kubevirt-ipam-claims@sha256:4667b37655dc87b79a63ca0b127517d0f9b971808b8fda8f5ea01398e8833294
name: kubevirt-ipam-claims
- image: quay.io/kubevirt-ui/kubevirt-plugin@sha256:413a6c229ebb608868e8b2c7c06b251c6b1d43c07af12a76b893292cbed8bef9
name: kubevirt-plugin
- image: quay.io/kubevirt/kubevirt-template-validator@sha256:8f7c389a7cd7ef34f2edc84245bc1d0ebcf13e86da5e0b8893f56733c482b10d
Expand Down
Loading

0 comments on commit dd4b01d

Please sign in to comment.