-
Notifications
You must be signed in to change notification settings - Fork 96
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
Update kubebuilder to the latest working version #7629
Conversation
Signed-off-by: sk593 <shruthikumar@microsoft.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7629 +/- ##
==========================================
+ Coverage 61.00% 61.05% +0.04%
==========================================
Files 517 517
Lines 26514 26556 +42
==========================================
+ Hits 16176 16214 +38
- Misses 8916 8918 +2
- Partials 1422 1424 +2 ☔ View full report in Codecov by Sentry. |
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
@@ -49,7 +49,7 @@ test: test-get-envtools ## Runs unit tests, excluding kubernetes controller test | |||
.PHONY: test-get-envtools | |||
test-get-envtools: | |||
@echo "$(ARROW) Installing Kubebuilder test tools..." | |||
$(call go-install-tool,$(ENV_SETUP),sigs.k8s.io/controller-runtime/tools/setup-envtest@latest) | |||
$(call go-install-tool,$(ENV_SETUP),sigs.k8s.io/controller-runtime/tools/setup-envtest@v0.0.0-20240521074430-fbb7d370bebc) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you create an issue for the following (if you didn't already):
We should either:
- Revert this in the future and use
latest
when they fix the issue. - Move this into a place where depdendabot can manage it for us.
We don't want this to be hardcoded forever.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, just opened a bug here: #7630. I also opened one in the controller-runtime repo that I'll monitor for responses: kubernetes-sigs/controller-runtime#2838
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like #7630 is tracking the build-break. We should also have a plan to remove the workaround.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I considered them parts of the same problem but I updated the issue to explicitly call out removing the workaround
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This reverts commit 4cacb58. Signed-off-by: sk593 <shruthikumar@microsoft.com>
This reverts commit 4cacb58. Signed-off-by: sk593 <shruthikumar@microsoft.com>
This reverts commit 4cacb58. Signed-off-by: sk593 <shruthikumar@microsoft.com>
Reverts #7629 This was fixed as per the convo in kubernetes-sigs/controller-runtime#2838. It looks like the binaries weren't released for the version of Kubernetes that we were using (they had up until 1.24 but we were using 1.23) Fixes: #7630 --------- Signed-off-by: sk593 <shruthikumar@microsoft.com>
Description
We have a dependency on the controller-runtime package that is failing during our build tests. Reverting the package to the last known working version instead of latest.
Package: https://github.com/kubernetes-sigs/controller-runtime
Error:
Type of change
Fixes: #issue_number