Skip to content

Commit cd147e8

Browse files
MikeSpreitzerclaude
authored andcommitted
deps: bump code-generator from v0.34.2 to v0.34.6
Align the Makefile's CODE_GEN_VERSION with the other k8s.io v0.34.6 dependencies already in go.mod. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Mike Spreitzer <mspreitz@us.ibm.com>
1 parent 5485a98 commit cd147e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ CONTROLLER_GEN ?= $(TOOLBIN)/controller-gen
110110
CONTROLLER_TOOLS_VERSION ?= v0.19.0
111111
CONTROLLER_GEN_VERSION ?= $(CONTROLLER_GEN)-$(CONTROLLER_TOOLS_VERSION)
112112

113-
CODE_GEN_VERSION ?= v0.34.2
113+
CODE_GEN_VERSION ?= v0.34.6
114114
KUBE_CODEGEN_TAG := release-1.34
115115
CODE_GEN_DIR ?= $(TOOLDIR)/code-generator-$(CODE_GEN_VERSION)
116116
export CODE_GEN_DIR KUBE_CODEGEN_TAG

0 commit comments

Comments
 (0)