Skip to content

Commit ff1ea3a

Browse files
kubevirt-botqinqon
andauthored
[main] Release v0.93.0 (#1799)
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: qinqon <qinqon@users.noreply.github.com>
1 parent 62fec61 commit ff1ea3a

10 files changed

+4382
-7
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ all: fmt check
33
VERSION ?= 99.0.0
44
export VERSION := $(VERSION)
55
# Always keep the last released version here
6-
VERSION_REPLACES ?= 0.92.0
6+
VERSION_REPLACES ?= 0.93.0
77

88
DEPLOY_DIR ?= manifests
99

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -260,16 +260,16 @@ spec:
260260
First install the operator itself:
261261

262262
```shell
263-
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.92.0/namespace.yaml
264-
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.92.0/network-addons-config.crd.yaml
265-
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.92.0/operator.yaml
263+
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.93.0/namespace.yaml
264+
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.93.0/network-addons-config.crd.yaml
265+
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.93.0/operator.yaml
266266
```
267267

268268
Then you need to create a configuration for the operator [example
269269
CR](manifests/cluster-network-addons/0.4.0/network-addons-config-example.cr.yaml):
270270

271271
```shell
272-
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.92.0/network-addons-config-example.cr.yaml
272+
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.93.0/network-addons-config-example.cr.yaml
273273
```
274274

275275
Finally you can wait for the operator to finish deployment:

0 commit comments

Comments
 (0)