Skip to content

Commit

Permalink
chore(deps): update dependency kubernetes/code-generator to v0.30.1 (#…
Browse files Browse the repository at this point in the history
…6182)

* chore(deps): update dependency kubernetes/code-generator to v0.30.1

* chore: fix generate.clientsets for kubernetes/code-generator v0.30.1

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Patryk Małek <patryk.malek@konghq.com>
  • Loading branch information
renovate[bot] and pmalek authored Jun 11, 2024
1 parent 0e96359 commit b1b344d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .tools_versions.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# renovate: datasource=github-tags depName=kubernetes/code-generator
kube-code-generator: "0.29.5"
kube-code-generator: "0.30.1"
# renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools
controller-tools: "0.15.0"
# renovate: datasource=github-releases depName=kubernetes-sigs/kustomize
Expand Down
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -304,10 +304,8 @@ generate.clientsets: client-gen
--clientset-name clientset \
--input-base $(REPO_URL)/$(GO_MOD_MAJOR_VERSION)/pkg/apis/ \
--input configuration/v1,configuration/v1beta1,configuration/v1alpha1,incubator/v1alpha1 \
--input-dirs $(REPO_URL)/pkg/apis/configuration/v1alpha1/,$(REPO_URL)/pkg/apis/configuration/v1beta1/,$(REPO_URL)/pkg/apis/configuration/v1/,$(REPO_URL)/pkg/apis/incubator/v1alpha1 \
--output-base pkg/ \
--output-package $(REPO_URL)/$(GO_MOD_MAJOR_VERSION)/pkg/ \
--trim-path-prefix pkg/$(REPO_URL)/$(GO_MOD_MAJOR_VERSION)/
--output-dir pkg/ \
--output-pkg $(REPO_URL)/$(GO_MOD_MAJOR_VERSION)/pkg/

.PHONY: generate.docs
generate.docs: generate.apidocs generate.cli-arguments-docs
Expand Down

0 comments on commit b1b344d

Please sign in to comment.