-
Notifications
You must be signed in to change notification settings - Fork 690
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
Remove workaround for controller-tools typealias bug #6874
Remove workaround for controller-tools typealias bug #6874
Conversation
The workaround is not necessary anymore after controller-tools v0.17.1. Signed-off-by: Tero Saarni <[email protected]>
Signed-off-by: Tero Saarni <[email protected]>
Regarding generate-api-docs.sh: The workaround is still needed in
The problem there is that we install latest tagged version, which generally makes sense contour/hack/generate-api-docs.sh Line 25 in 3c3fb0a
but in this case latest tag is v0.3.0 from year 2021
If upgrading to latest (untagged) version with |
Signed-off-by: Tero Saarni <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6874 +/- ##
=======================================
Coverage 81.05% 81.05%
=======================================
Files 133 133
Lines 20026 20026
=======================================
Hits 16232 16232
Misses 3500 3500
Partials 294 294 |
I'd say let's pin it to the latest commit SHA so that it's a stable version so we don't get random changes over time, but I'm fine using an untagged version. Should be able to use |
xref #6885 |
This PR removes the workaround which was applied due to controller-tools issue kubernetes-sigs/controller-tools#1088. The issue was fixed in v0.17.1.