kubernetes-sigs / wg-policy-prototypes

A place for policy work group related proposals and prototypes.
Apache License 2.0
64 stars 39 forks source link

chore: bump controller-tools version #132

Closed erikgb closed 7 months ago

erikgb commented 7 months ago

While investigating how to build apply configurations for the WG Policy APIs, I noticed an outdated version of controller-tools (controller-gen). And I was also unable to make the policy-report Makefile targets work - at least on my workstation.

This PR bumps controller-tools to the latest release (https://github.com/kubernetes-sigs/controller-tools/releases/tag/v0.14.0) and adopts the Makefile according to the latest kubebuilder v4 test-project: https://github.com/kubernetes-sigs/kubebuilder/blob/master/testdata/project-v4-multigroup/Makefile

JimBugwadia commented 7 months ago

/lgtm /approve

k8s-ci-robot commented 7 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: erikgb, JimBugwadia

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubernetes-sigs/wg-policy-prototypes/blob/master/OWNERS)~~ [JimBugwadia] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment