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 #349

Merged
merged 6 commits into from
May 30, 2024
Merged

chore: bump controller gen #349

merged 6 commits into from
May 30, 2024

Conversation

vishal-chdhry
Copy link
Member

@vishal-chdhry vishal-chdhry commented Mar 28, 2024

Explanation

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

Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com>
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 20.22%. Comparing base (384bc5d) to head (b86db37).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #349   +/-   ##
=======================================
  Coverage   20.22%   20.22%           
=======================================
  Files          34       34           
  Lines        2175     2175           
=======================================
  Hits          440      440           
  Misses       1709     1709           
  Partials       26       26           

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

Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com>
@eddycharly eddycharly enabled auto-merge (squash) May 30, 2024 22:21
@eddycharly eddycharly merged commit 3516e02 into main May 30, 2024
32 checks passed
@eddycharly eddycharly deleted the bump-controller-gen branch May 30, 2024 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants