Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit 4822a6c

Browse files
committed
makefile: bump vendor version v1.4.6
1 parent 2cd4570 commit 4822a6c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,10 @@ conformance-%: clean all
3939
@sleep 30 # Give addons a little time to start
4040
@cd hack/$*-node && ./conformance-test.sh
4141

42-
#TODO(aaron): Prompt because this is destructive
4342
#TODO(aaron): the k8s.io/client-go upstream package is a symlink with relative path. Making note because we change symlink path.
4443
# This will naively try and create a vendor dir from a k8s release
4544
# USE: make vendor VENDOR_VERSION=vX.Y.Z
46-
VENDOR_VERSION = v1.4.5+coreos.0
45+
VENDOR_VERSION = v1.4.6+coreos.0
4746
vendor:
4847
@echo "Creating k8s vendor for: $(VENDOR_VERSION)"
4948
@rm -rf vendor

0 commit comments

Comments
 (0)