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

chore: bump controller gen to 0.14.0 #9953

Merged
merged 4 commits into from
Mar 28, 2024

Conversation

vishal-chdhry
Copy link
Member

Explanation

Older versions of controllergen like 0.12.0 can cause panic with go 1.22. See: kubernetes-sigs/controller-tools#880

controller gen throws an error when multiple instances of the same generator 'crd' in this case is specified. See: kubernetes-sigs/controller-tools#829

Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com>
Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com>
Copy link

codecov bot commented Mar 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 33.57%. Comparing base (4438b24) to head (35b7635).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9953      +/-   ##
==========================================
- Coverage   33.58%   33.57%   -0.01%     
==========================================
  Files         346      346              
  Lines       23689    23689              
==========================================
- Hits         7955     7953       -2     
- Misses      14859    14860       +1     
- Partials      875      876       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@eddycharly eddycharly merged commit baa9eb2 into kyverno:main Mar 28, 2024
250 of 251 checks passed
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