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

upgrade controller-gen to 0.14.0 #460

Merged
merged 1 commit into from
Mar 14, 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 @@ -194,7 +194,7 @@ operator-sdk: $(OPERATOR_SDK) ## Download operator-sdk locally if necessary.

CONTROLLER_GEN = $(PROJECT_PATH)/bin/controller-gen
$(CONTROLLER_GEN):
$(call go-install-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen@v0.13.0)
$(call go-install-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0)

.PHONY: controller-gen
controller-gen: $(CONTROLLER_GEN) ## Download controller-gen locally if necessary.
Expand Down
3,448 changes: 1,621 additions & 1,827 deletions bundle/manifests/kuadrant.io_authpolicies.yaml

Large diffs are not rendered by default.

245 changes: 130 additions & 115 deletions bundle/manifests/kuadrant.io_dnspolicies.yaml

Large diffs are not rendered by default.

896 changes: 407 additions & 489 deletions bundle/manifests/kuadrant.io_kuadrants.yaml

Large diffs are not rendered by default.

376 changes: 206 additions & 170 deletions bundle/manifests/kuadrant.io_ratelimitpolicies.yaml

Large diffs are not rendered by default.

279 changes: 161 additions & 118 deletions bundle/manifests/kuadrant.io_tlspolicies.yaml

Large diffs are not rendered by default.

3,448 changes: 1,621 additions & 1,827 deletions config/crd/bases/kuadrant.io_authpolicies.yaml

Large diffs are not rendered by default.

245 changes: 130 additions & 115 deletions config/crd/bases/kuadrant.io_dnspolicies.yaml

Large diffs are not rendered by default.

896 changes: 407 additions & 489 deletions config/crd/bases/kuadrant.io_kuadrants.yaml

Large diffs are not rendered by default.

376 changes: 206 additions & 170 deletions config/crd/bases/kuadrant.io_ratelimitpolicies.yaml

Large diffs are not rendered by default.

279 changes: 161 additions & 118 deletions config/crd/bases/kuadrant.io_tlspolicies.yaml

Large diffs are not rendered by default.

Loading