Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Upgrade controller-gen to v0.14.0 #2026

Merged
merged 2 commits into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ PROJECT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))

CONTROLLER_GEN = $(shell pwd)/bin/controller-gen
controller-gen: ## Download controller-gen locally if necessary.
GOBIN=$(PROJECT_DIR)/bin go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.13.0
GOBIN=$(PROJECT_DIR)/bin go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0

KUSTOMIZE = $(shell pwd)/bin/kustomize
kustomize: ## Download kustomize locally if necessary.
Expand Down
6,293 changes: 2,832 additions & 3,461 deletions manifests/base/crds/kubeflow.org_mpijobs.yaml

Large diffs are not rendered by default.

6,294 changes: 2,834 additions & 3,460 deletions manifests/base/crds/kubeflow.org_mxjobs.yaml

Large diffs are not rendered by default.

6,583 changes: 2,963 additions & 3,620 deletions manifests/base/crds/kubeflow.org_paddlejobs.yaml

Large diffs are not rendered by default.

6,607 changes: 2,976 additions & 3,631 deletions manifests/base/crds/kubeflow.org_pytorchjobs.yaml

Large diffs are not rendered by default.

6,298 changes: 2,836 additions & 3,462 deletions manifests/base/crds/kubeflow.org_tfjobs.yaml

Large diffs are not rendered by default.

6,275 changes: 2,821 additions & 3,454 deletions manifests/base/crds/kubeflow.org_xgboostjobs.yaml

Large diffs are not rendered by default.

Loading