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

Update controller-gen version #628

Merged
merged 1 commit into from
May 1, 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 @@ -154,7 +154,7 @@ kustomize: $(KUSTOMIZE) ## Download kustomize locally if necessary.
$(KUSTOMIZE): $(LOCALBIN)
test -s $(LOCALBIN)/kustomize || curl -s $(KUSTOMIZE_INSTALL_SCRIPT) | bash -s $(KUSTOMIZE_VERSION) $(LOCALBIN)

CONTROLLER_TOOLS_VERSION ?= 0.10.0
CONTROLLER_TOOLS_VERSION ?= 0.11.4
.PHONY: controller-gen
controller-gen: $(CONTROLLER_GEN) ## Download controller-gen locally if necessary.
$(CONTROLLER_GEN): $(LOCALBIN)
Expand Down
2 changes: 1 addition & 1 deletion bundle/manifests/rc.app.stacks_runtimecomponents.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.10.0
controller-gen.kubebuilder.io/version: v0.11.4
creationTimestamp: null
labels:
app.kubernetes.io/instance: runtime-component-operator
Expand Down
2 changes: 1 addition & 1 deletion bundle/manifests/rc.app.stacks_runtimeoperations.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.10.0
controller-gen.kubebuilder.io/version: v0.11.4
creationTimestamp: null
labels:
app.kubernetes.io/instance: runtime-component-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ metadata:
categories: Application Runtime
certified: "true"
containerImage: icr.io/appcafe/runtime-component-operator:daily
createdAt: "2024-04-19T15:11:45Z"
createdAt: "2024-05-01T17:38:23Z"
description: Deploys any runtime component with dynamic and auto-tuning configuration
olm.skipRange: '>=0.8.0 <1.3.1'
operators.openshift.io/infrastructure-features: '["disconnected"]'
Expand Down
3 changes: 1 addition & 2 deletions config/crd/bases/rc.app.stacks_runtimecomponents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.10.0
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.11.4
name: runtimecomponents.rc.app.stacks
spec:
group: rc.app.stacks
Expand Down
3 changes: 1 addition & 2 deletions config/crd/bases/rc.app.stacks_runtimeoperations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.10.0
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.11.4
name: runtimeoperations.rc.app.stacks
spec:
group: rc.app.stacks
Expand Down
1 change: 0 additions & 1 deletion config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
creationTimestamp: null
name: manager-role
namespace: runtime-component-operator
rules:
Expand Down
4 changes: 2 additions & 2 deletions internal/deploy/kubectl/runtime-component-crd.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.10.0
controller-gen.kubebuilder.io/version: v0.11.4
labels:
app.kubernetes.io/instance: runtime-component-operator
app.kubernetes.io/name: runtime-component-operator
Expand Down Expand Up @@ -14432,7 +14432,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.10.0
controller-gen.kubebuilder.io/version: v0.11.4
labels:
app.kubernetes.io/instance: runtime-component-operator
app.kubernetes.io/name: runtime-component-operator
Expand Down
1 change: 0 additions & 1 deletion internal/deploy/kubectl/runtime-component-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ rules:
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
creationTimestamp: null
labels:
app.kubernetes.io/instance: runtime-component-operator
app.kubernetes.io/name: runtime-component-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ rules:
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
labels:
app.kubernetes.io/instance: runtime-component-operator
app.kubernetes.io/name: runtime-component-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ rules:
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
creationTimestamp: null
labels:
app.kubernetes.io/instance: runtime-component-operator
app.kubernetes.io/name: runtime-component-operator
Expand Down
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.10.0
controller-gen.kubebuilder.io/version: v0.11.4
labels:
app.kubernetes.io/instance: runtime-component-operator
app.kubernetes.io/name: runtime-component-operator
Expand Down Expand Up @@ -14432,7 +14432,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.10.0
controller-gen.kubebuilder.io/version: v0.11.4
labels:
app.kubernetes.io/instance: runtime-component-operator
app.kubernetes.io/name: runtime-component-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ rules:
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
creationTimestamp: null
labels:
app.kubernetes.io/instance: runtime-component-operator
app.kubernetes.io/name: runtime-component-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ rules:
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
labels:
app.kubernetes.io/instance: runtime-component-operator
app.kubernetes.io/name: runtime-component-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ rules:
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
creationTimestamp: null
labels:
app.kubernetes.io/instance: runtime-component-operator
app.kubernetes.io/name: runtime-component-operator
Expand Down