Skip to content

Commit 9b34d7b

Browse files
raaiziknirs
authored andcommitted
drenv: Update kubevirt to 1.6.0
Resolves #2257 Signed-off-by: raaizik <[email protected]>
1 parent ba9ce09 commit 9b34d7b

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

docs/user-quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ enough resources:
179179
1. Install the `virtctl` tool.
180180

181181
```
182-
curl -L -o virtctl https://github.com/kubevirt/kubevirt/releases/download/v1.5.2/virtctl-v1.5.2-linux-amd64
182+
curl -L -o virtctl https://github.com/kubevirt/kubevirt/releases/download/v1.6.0/virtctl-v1.6.0-linux-amd64
183183
sudo install virtctl /usr/local/bin
184184
rm virtctl
185185
```

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ require (
3535
k8s.io/component-base v0.33.3
3636
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff
3737
k8s.io/utils v0.0.0-20241210054802-24370beab758
38-
kubevirt.io/api v1.5.2
38+
kubevirt.io/api v1.6.0
3939
open-cluster-management.io/api v0.15.0
4040
open-cluster-management.io/config-policy-controller v0.15.0
4141
open-cluster-management.io/governance-policy-propagator v0.16.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,8 +466,8 @@ k8s.io/utils v0.0.0-20210802155522-efc7438f0176/go.mod h1:jPW/WVKK9YHAvNhRxK0md/
466466
k8s.io/utils v0.0.0-20211116205334-6203023598ed/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA=
467467
k8s.io/utils v0.0.0-20241210054802-24370beab758 h1:sdbE21q2nlQtFh65saZY+rRM6x6aJJI8IUa1AmH/qa0=
468468
k8s.io/utils v0.0.0-20241210054802-24370beab758/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
469-
kubevirt.io/api v1.5.2 h1:ugul5yJOmvXRIHH0IUwU2FKMnENvGUCqfBKPDZ4chFA=
470-
kubevirt.io/api v1.5.2/go.mod h1:B6OBbPKntPHOOtoxyRk5YKJHekWWOiwZDb2XncitcJ0=
469+
kubevirt.io/api v1.6.0 h1:ZO3Dh0b24PCdCe76uLD4cRusXKrcarOzt229UFly7PQ=
470+
kubevirt.io/api v1.6.0/go.mod h1:p66fEy/g79x7VpgUwrkUgOoG2lYs5LQq37WM6JXMwj4=
471471
kubevirt.io/containerized-data-importer-api v1.63.0 h1:+y378kAPIitSHFZCThSx9jr8UxwoArbEF5zRHA3xRMM=
472472
kubevirt.io/containerized-data-importer-api v1.63.0/go.mod h1:VGp35wxpLXU18b7cnEpmcThI3AjcZUSfg/Zfql44U4o=
473473
kubevirt.io/controller-lifecycle-operator-sdk/api v0.0.0-20220329064328-f3cc58c6ed90 h1:QMrd0nKP0BGbnxTqakhDZAUhGKxPiPiN5gSDqKUmGGc=

test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ environment.
9898
1. Install the `virtctl` tool
9999

100100
```
101-
curl -L -o virtctl https://github.com/kubevirt/kubevirt/releases/download/v1.5.2/virtctl-v1.5.2-linux-amd64
101+
curl -L -o virtctl https://github.com/kubevirt/kubevirt/releases/download/v1.6.0/virtctl-v1.6.0-linux-amd64
102102
sudo install virtctl /usr/local/bin
103103
rm virtctl
104104
```

test/addons/kubevirt/cache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ import os
77
from drenv import cache
88

99
os.chdir(os.path.dirname(__file__))
10-
cache.refresh("operator", "addons/kubevirt-operator-1.5.2.yaml")
11-
cache.refresh("cr", "addons/kubevirt-cr-1.5.2.yaml")
10+
cache.refresh("operator", "addons/kubevirt-operator-1.6.0.yaml")
11+
cache.refresh("cr", "addons/kubevirt-cr-1.6.0.yaml")

test/addons/kubevirt/cr/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# yamllint disable rule:line-length
55
---
66
resources:
7-
- https://github.com/kubevirt/kubevirt/releases/download/v1.5.2/kubevirt-cr.yaml
7+
- https://github.com/kubevirt/kubevirt/releases/download/v1.6.0/kubevirt-cr.yaml
88
patches:
99
# Incrase certificate duration to avoid certificates renewals while a cluster
1010
# is suspended and resumed.

test/addons/kubevirt/operator/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# yamllint disable rule:line-length
55
---
66
resources:
7-
- https://github.com/kubevirt/kubevirt/releases/download/v1.5.2/kubevirt-operator.yaml
7+
- https://github.com/kubevirt/kubevirt/releases/download/v1.6.0/kubevirt-operator.yaml

test/addons/kubevirt/start

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ NAMESPACE = "kubevirt"
1414

1515
def deploy(cluster):
1616
print("Deploying kubevirt operator")
17-
path = cache.get("operator", "addons/kubevirt-operator-1.5.2.yaml")
17+
path = cache.get("operator", "addons/kubevirt-operator-1.6.0.yaml")
1818
kubectl.apply("--filename", path, context=cluster)
1919

2020
print("Waiting until virt-operator is rolled out")
@@ -27,7 +27,7 @@ def deploy(cluster):
2727
)
2828

2929
print("Deploying kubevirt cr")
30-
path = cache.get("cr", "addons/kubevirt-cr-1.5.2.yaml")
30+
path = cache.get("cr", "addons/kubevirt-cr-1.6.0.yaml")
3131
kubectl.apply("--filename", path, context=cluster)
3232

3333

0 commit comments

Comments
 (0)