Skip to content

Commit

Permalink
Merge pull request #5212 from twz123/bump-controller-tools
Browse files Browse the repository at this point in the history
Bump controller-tools to v0.16.5
  • Loading branch information
twz123 authored Nov 13, 2024
2 parents f017ea5 + c574960 commit 47aaa48
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion hack/tools/Makefile.variables
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
controller-gen_version = 0.16.1
controller-gen_version = 0.16.5
golangci-lint_version = 1.62.0
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.1
controller-gen.kubebuilder.io/version: v0.16.5
name: controlnodes.autopilot.k0sproject.io
spec:
group: autopilot.k0sproject.io
Expand Down
2 changes: 1 addition & 1 deletion static/_crds/autopilot/autopilot.k0sproject.io_plans.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.1
controller-gen.kubebuilder.io/version: v0.16.5
name: plans.autopilot.k0sproject.io
spec:
group: autopilot.k0sproject.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.1
controller-gen.kubebuilder.io/version: v0.16.5
name: updateconfigs.autopilot.k0sproject.io
spec:
group: autopilot.k0sproject.io
Expand Down
2 changes: 1 addition & 1 deletion static/_crds/etcd/etcd.k0sproject.io_etcdmembers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.1
controller-gen.kubebuilder.io/version: v0.16.5
name: etcdmembers.etcd.k0sproject.io
spec:
group: etcd.k0sproject.io
Expand Down
2 changes: 1 addition & 1 deletion static/_crds/helm/helm.k0sproject.io_charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.1
controller-gen.kubebuilder.io/version: v0.16.5
name: charts.helm.k0sproject.io
spec:
group: helm.k0sproject.io
Expand Down
2 changes: 1 addition & 1 deletion static/_crds/k0s/k0s.k0sproject.io_clusterconfigs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.1
controller-gen.kubebuilder.io/version: v0.16.5
name: clusterconfigs.k0s.k0sproject.io
spec:
group: k0s.k0sproject.io
Expand Down

0 comments on commit 47aaa48

Please sign in to comment.