Skip to content

Commit

Permalink
upgrade controller-gen to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
philbrookes committed Mar 13, 2024
1 parent e51ddaf commit 5ad7ad9
Show file tree
Hide file tree
Showing 11 changed files with 2,531 additions and 2,725 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,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
2 changes: 1 addition & 1 deletion bundle/manifests/kuadrant.io_authpolicies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.13.0
controller-gen.kubebuilder.io/version: v0.14.0
creationTimestamp: null
labels:
app: kuadrant
Expand Down
2 changes: 1 addition & 1 deletion bundle/manifests/kuadrant.io_dnspolicies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.13.0
controller-gen.kubebuilder.io/version: v0.14.0
creationTimestamp: null
labels:
app: kuadrant
Expand Down
2 changes: 1 addition & 1 deletion bundle/manifests/kuadrant.io_kuadrants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.13.0
controller-gen.kubebuilder.io/version: v0.14.0
creationTimestamp: null
labels:
app: kuadrant
Expand Down
2 changes: 1 addition & 1 deletion bundle/manifests/kuadrant.io_ratelimitpolicies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.13.0
controller-gen.kubebuilder.io/version: v0.14.0
creationTimestamp: null
labels:
app: kuadrant
Expand Down
2 changes: 1 addition & 1 deletion bundle/manifests/kuadrant.io_tlspolicies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.13.0
controller-gen.kubebuilder.io/version: v0.14.0
creationTimestamp: null
labels:
app: kuadrant
Expand Down
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.

0 comments on commit 5ad7ad9

Please sign in to comment.