Conversation
|
@vladbologa: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
There are some module version conflicts, I tried to fix them but without success so far. |
|
We might not be able to merge this until the repo upgrades to k8s 1.24. The problem is with some v0 otel modules. Others are having similar issues too: open-telemetry/opentelemetry-go#2938 |
|
@porridge The helm-operator rebase does currently not work because of a transitive dependency from The upgrade of this dependency does not look very trivial to me and may require an overwrite in our
WDYTH @porridge ? Error: |
|
|
@SimonBaeumer ☝️ ❓ |
Hygiene, @vladbologa noticed we are behind upstream and tried to rebase. We don't have any hard need to do a rebase on upstream immediatley.
No hard deadline, but at some point it eventually blocks the actual upgrade implementation in the fleetshard-sync. So in 1- 2 weeks it would be great to have it merged. |
|
Thanks, I'd revert the rebase, then. I'll do it, unless you prefer to @SimonBaeumer |
Please go ahead, thank you @porridge for covering this. |
Description
The Stackrox Help Operator was rebased on top of its upstream repository
This commit changes the reference in
go.modto the new tip of the main branch.Checklist
- [ ] Unit test and regression tests added- [ ] Evaluated and added CHANGELOG entry if required- [ ] Determined and documented upgrade steps- [ ] Documented user facing changes (create PR based on [openshift/openshift-docs](https://github.com/openshift/openshift-docs) and merge into rhacs-docs)~~Testing Performed
CI should be sufficient