operator-framework / catalogd

On-cluster FBC catalog content server
Apache License 2.0
14 stars 31 forks source link

🐛 bump controller-gen to v0.14.0 #262

Closed trgeiger closed 4 months ago

trgeiger commented 5 months ago

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: https://github.com/kubernetes-sigs/controller-tools/issues/888#issuecomment-2046073715

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

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

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.