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

🐛 bump controller-gen to v0.14.0 #262

Merged
merged 1 commit into from
May 6, 2024

Conversation

trgeiger
Copy link
Contributor

@trgeiger trgeiger commented May 3, 2024

Go 1.22+ and controller-gen < 0.14 has broken compatibility. Updating to 0.14.0 fixes the issue and allows make generate to function again. This will also match the controller-gen version in operator-controller.

Ref: kubernetes-sigs/controller-tools#888 (comment)

Signed-off-by: Tayler Geiger <tayler@redhat.com>
@trgeiger trgeiger requested a review from a team as a code owner May 3, 2024 20:45
@trgeiger trgeiger changed the title bump controller-gen to v0.14.0 🐛 bump controller-gen to v0.14.0 May 3, 2024
Copy link
Collaborator

@everettraven everettraven left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @trgeiger !

Copy link

codecov bot commented May 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 48.84%. Comparing base (29870e8) to head (e69ad31).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #262   +/-   ##
=======================================
  Coverage   48.84%   48.84%           
=======================================
  Files           8        8           
  Lines         434      434           
=======================================
  Hits          212      212           
  Misses        201      201           
  Partials       21       21           

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

Copy link

@perdasilva perdasilva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@everettraven everettraven added this pull request to the merge queue May 6, 2024
Merged via the queue into operator-framework:main with commit 250e348 May 6, 2024
11 of 14 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

4 participants