We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed96ab commit a66c8f5Copy full SHA for a66c8f5
1 file changed
contrib/kcp/Makefile
@@ -29,8 +29,8 @@ else
29
INSTALL_GOBIN=$(shell go env GOBIN)
30
endif
31
32
-
33
-KCP_APIGEN_VER := v0.28.0
+# TODO(mjudeikis): align with version once --preserve-resources is released
+KCP_APIGEN_VER := e6ae71b74882341a023eec3c0324a9730b730822
34
KCP_APIGEN_BIN := apigen
35
KCP_APIGEN_GEN := $(TOOLS_GOBIN_DIR)/$(KCP_APIGEN_BIN)-$(KCP_APIGEN_VER)
36
export KCP_APIGEN_GEN # so hack scripts can use it
0 commit comments