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.
- bumped prometheus vendors.
- fixed vet issue in alerts_test.go.

Signed-off-by: Ram Lavi <ralavi@redhat.com>
  • Loading branch information
RamLavi committed Sep 28, 2023
1 parent 91fcbbb commit 5011c06
Show file tree
Hide file tree
Showing 2,740 changed files with 224,403 additions and 109,717 deletions.
236 changes: 115 additions & 121 deletions go.mod

Large diffs are not rendered by default.

797 changes: 491 additions & 306 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 5011c06

Please sign in to comment.