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.5.0 #1285

Conversation

julianKatz
Copy link
Contributor

In support of the move to v1 CRDs, we will need up-to-date generation
tooling. Gatekeeper was still on controller-gen 0.3.0, so this PR
updates that to 0.5.0.

One notable detail here is the removal of the caBundle field from the
webhook configurations. This is not a mistake. This field was related
to a bug in k8s that is now fixed, and thus the field was removed from
the generated output in controller-gen 0.4.1.

See kubernetes-sigs/controller-tools#495 for more info.

This PR contributes to #550

Signed-off-by: juliankatz juliankatz@google.com

In support of the move to v1 CRDs, we will need up-to-date generation
tooling.  Gatekeeper was still on controller-gen 0.3.0, so this PR
updates that to 0.5.0.

One notable detail here is the removal of the caBundle field from the
webhook configurations.  This is not a mistake.  This field was related
to a bug in k8s that is now fixed, and thus the field was removed from
the generated output in controller-gen 0.4.1.

See kubernetes-sigs/controller-tools#495 for more info.

This PR contributes to open-policy-agent#550

Signed-off-by: juliankatz <juliankatz@google.com>
@sozercan
Copy link
Member

sozercan commented May 6, 2021

@julianKatz i think we already have this as part of #1250

@julianKatz
Copy link
Contributor Author

Ah, this was unnecessary. Nevermind!

@julianKatz julianKatz closed this May 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants