Skip to content

Commit 78245e6

Browse files
[release-0.99] Release v0.99.3 (#2496)
Signed-off-by: GitHub <[email protected]> Co-authored-by: RamLavi <[email protected]>
1 parent 49a0fce commit 78245e6

File tree

10 files changed

+4550
-7
lines changed

10 files changed

+4550
-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.99.2
6+
VERSION_REPLACES ?= 0.99.3
77

88
DEPLOY_DIR ?= manifests
99

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,16 +284,16 @@ spec:
284284
First install the operator itself:
285285

286286
```shell
287-
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.99.2/namespace.yaml
288-
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.99.2/network-addons-config.crd.yaml
289-
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.99.2/operator.yaml
287+
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.99.3/namespace.yaml
288+
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.99.3/network-addons-config.crd.yaml
289+
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.99.3/operator.yaml
290290
```
291291

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

295295
```shell
296-
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.99.2/network-addons-config-example.cr.yaml
296+
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.99.3/network-addons-config-example.cr.yaml
297297
```
298298

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

0 commit comments

Comments
 (0)