Skip to content

Commit 33ebfdc

Browse files
[release-0.91] Release v0.91.3 (#2325)
Signed-off-by: GitHub <[email protected]> Co-authored-by: RamLavi <[email protected]>
1 parent 7e3634e commit 33ebfdc

File tree

10 files changed

+4382
-7
lines changed

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.91.2
6+
VERSION_REPLACES ?= 0.91.3
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.91.2/namespace.yaml
264-
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.91.2/network-addons-config.crd.yaml
265-
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.91.2/operator.yaml
263+
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.91.3/namespace.yaml
264+
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.91.3/network-addons-config.crd.yaml
265+
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.91.3/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.91.2/network-addons-config-example.cr.yaml
272+
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.91.3/network-addons-config-example.cr.yaml
273273
```
274274

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

0 commit comments

Comments
 (0)