Skip to content

Commit e2fe8a1

Browse files
committed
update dependencies and fix relevant code
Fix the code to use new APIs in the updated dependencies. Signed-off-by: Nahshon Unna-Tsameret <[email protected]>
1 parent 9d04c48 commit e2fe8a1

26 files changed

+2261
-2449
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ export DOCKER_CLI_EXPERIMENTAL := enabled
3535

3636
# Directories.
3737
ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
38-
BIN_DIR := $(ROOT_DIR)/bin
39-
TOOLS_DIR := $(ROOT_DIR)/hack/tools
38+
BIN_DIR := bin
39+
TOOLS_DIR := hack/tools
4040
TOOLS_BIN_DIR := $(TOOLS_DIR)/bin
4141

4242
# Set --output-base for conversion-gen if we are not within GOPATH
@@ -103,7 +103,7 @@ test-junit: $(GOTESTSUM) ## Run tests with verbose setting and generate a junit
103103

104104
.PHONY: build-e2e-test
105105
build-e2e-test: ## Builds the test binary
106-
BIN_DIR=$(BIN_DIR) ./hack/build-e2e.sh
106+
BIN_DIR=$(ROOT_DIR)/$(BIN_DIR) ./hack/build-e2e.sh
107107

108108
.PHONY: e2e-test
109109
e2e-test: build-e2e-test ## run e2e tests

api/v1alpha1/kubevirtmachinetemplate_webhook.go

Lines changed: 0 additions & 55 deletions
This file was deleted.

api/v1alpha1/kubevirtmachinetemplate_webhook_test.go

Lines changed: 0 additions & 93 deletions
This file was deleted.

api/v1alpha1/zz_generated.deepcopy.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)