Releases: kubevirt/cluster-network-addons-operator
v0.65.11
Changes
Uncategorized
- Bump bridge-marker to 0.9.102 (#1662, @kubevirt-bot)
- Bump kubemacpool to v0.33.2 (#1632, @kubevirt-bot)
- Bump nmstate to v0.64.16 (#1683, @kubevirt-bot)
- Bump ovs-cni to v0.26.3 (#1650, @kubevirt-bot)
Installation
First install the operator itself:
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.65.11/namespace.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.65.11/network-addons-config.crd.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.65.11/operator.yamlThen you need to create a configuration for the operator example CR:
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.65.11/network-addons-config-example.cr.yamlFinally you can wait for the operator to finish deployment:
kubectl wait networkaddonsconfig cluster --for condition=Availablev0.89.0
Installation
First install the operator itself:
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.89.0/namespace.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.89.0/network-addons-config.crd.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.89.0/operator.yamlThen you need to create a configuration for the operator example CR:
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.89.0/network-addons-config-example.cr.yamlFinally you can wait for the operator to finish deployment:
kubectl wait networkaddonsconfig cluster --for condition=Availablev0.88.0
Changes
Uncategorized
- Bump containerd to address GHSA-hmfx-3pcx-653p (#1541, @phoracek)
- Deprecation notice for the metrics listed in the PR. They will be removed in this release. Please update your systems to use the new metrics names.
kubevirt_cnao_cr_kubemacpool_deployed_total -> kubevirt_cnao_cr_kubemacpool_aggregated
kubevirt_cnao_kubemacpool_manager_num_up_pods_total -> kubevirt_cnao_kubemacpool_manager_up
kubevirt_cnao_num_up_operators -> kubevirt_cnao_operator_up
kubevirt_kubemacpool_duplicate_macs_total -> kubevirt_cnao_kubemacpool_duplicate_macs (#1588, @avlitman)
- [alitman@unknow cluster-network-addons-operator]$ make lint-metrics
./hack/prom_metric_linter.sh --operator-name="kubevirt" --sub-operator-name="cnao"
kubevirt_cnao_cr_kubemacpool_deployed_total: non-counter metrics should not have "_total" suffix
kubevirt_cnao_kubemacpool_manager_num_up_pods_total: non-counter metrics should not have "_total" suffix
kubevirt_kubemacpool_duplicate_macs_total: non-counter metrics should not have "total" suffix
kubevirt_kubemacpool_duplicate_macs_total: name need to start with "kubevirt_cnao"
make: *** [Makefile:217: lint-metrics] Error 1 (#1580, @avlitman)
Installation
First install the operator itself:
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.88.0/namespace.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.88.0/network-addons-config.crd.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.88.0/operator.yamlThen you need to create a configuration for the operator example CR:
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.88.0/network-addons-config-example.cr.yamlFinally you can wait for the operator to finish deployment:
kubectl wait networkaddonsconfig cluster --for condition=Availablev0.85.3
Installation
First install the operator itself:
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.85.3/namespace.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.85.3/network-addons-config.crd.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.85.3/operator.yamlThen you need to create a configuration for the operator example CR:
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.85.3/network-addons-config-example.cr.yamlFinally you can wait for the operator to finish deployment:
kubectl wait networkaddonsconfig cluster --for condition=Availablev0.87.0
Changes
Uncategorized
- Bump linux-bridge to v1.3.0 (#1577, @kubevirt-bot)
Installation
First install the operator itself:
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.87.0/namespace.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.87.0/network-addons-config.crd.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.87.0/operator.yamlThen you need to create a configuration for the operator example CR:
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.87.0/network-addons-config-example.cr.yamlFinally you can wait for the operator to finish deployment:
kubectl wait networkaddonsconfig cluster --for condition=Availablev0.79.2
v0.79.2
v0.86.1
Changes
Uncategorized
Installation
First install the operator itself:
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.86.1/namespace.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.86.1/network-addons-config.crd.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.86.1/operator.yamlThen you need to create a configuration for the operator example CR:
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.86.1/network-addons-config-example.cr.yamlFinally you can wait for the operator to finish deployment:
kubectl wait networkaddonsconfig cluster --for condition=Availablev0.86.0
Changes
Bug or Regression
Uncategorized
- Address performance issues of bridge-cni when deleting pods (#1544, @maiqueb)
- Allows overriding the macvtap-cni device plugin configuration. (#1519, @maiqueb)
- Bump ksd to v0.0.10 (#1521, @AlonaKaplan)
- Bump kubemacpool to v0.41.0 (#1551, @qinqon)
- Bump multus to v4.0.2 (#1559, @kubevirt-bot)
- Bump multus-dynamic-networks to v0.2.1 (#1539, @kubevirt-bot)
- Consume multus-cni v4.0.1, thick plugin mode (#1534, @maiqueb)
- Fix PVID bug and performance issues of the bridge CNI (#1535, @phoracek)
- Label a maintainer in the
cni-default-pluginscontainer image. (#1537, @maiqueb)
Installation
First install the operator itself:
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.86.0/namespace.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.86.0/network-addons-config.crd.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.86.0/operator.yamlThen you need to create a configuration for the operator example CR:
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.86.0/network-addons-config-example.cr.yamlFinally you can wait for the operator to finish deployment:
kubectl wait networkaddonsconfig cluster --for condition=Availablev0.85.2
Changes
Uncategorized
Installation
First install the operator itself:
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.85.2/namespace.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.85.2/network-addons-config.crd.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.85.2/operator.yamlThen you need to create a configuration for the operator example CR:
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.85.2/network-addons-config-example.cr.yamlFinally you can wait for the operator to finish deployment:
kubectl wait networkaddonsconfig cluster --for condition=Availablev0.85.1
Changes
Uncategorized
- Add placement configuration to kubemacpool cert-manager (#1528, @kubevirt-bot)
- Fix PVID bug and performance issues of the bridge CNI (#1535, @phoracek)
Installation
First install the operator itself:
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.85.1/namespace.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.85.1/network-addons-config.crd.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.85.1/operator.yamlThen you need to create a configuration for the operator example CR:
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.85.1/network-addons-config-example.cr.yamlFinally you can wait for the operator to finish deployment:
kubectl wait networkaddonsconfig cluster --for condition=Available