Skip to content

Commit

Permalink
vendor: Bump k8s to v0.26.3
Browse files Browse the repository at this point in the history
In order to bump, also manually:
- bumped kubevirt.io libraries to v1.0.0.
- bumped controller-runtime to v0.14.6.
- fixed vet issue in alerts_test.go.

Signed-off-by: Ram Lavi <ralavi@redhat.com>
  • Loading branch information
RamLavi committed Sep 27, 2023
1 parent 91fcbbb commit a0e5e00
Show file tree
Hide file tree
Showing 2,662 changed files with 218,031 additions and 108,040 deletions.
231 changes: 113 additions & 118 deletions go.mod

Large diffs are not rendered by default.

753 changes: 450 additions & 303 deletions go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test/e2e/monitoring/alerts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ func createVirtualMachineWithPrimaryInterfaceMacAddress(virtClient kubecli.Kubev
vm := kvtests.NewRandomVirtualMachine(vmi, true)

vm.Spec.Template.Spec.Domain.Devices.Interfaces[0].MacAddress = macAddress
_, err := virtClient.VirtualMachine(kvtutil.NamespaceTestDefault).Create(vm)
_, err := virtClient.VirtualMachine(kvtutil.NamespaceTestDefault).Create(context.TODO(), vm)

return err
}
Expand Down

0 comments on commit a0e5e00

Please sign in to comment.