Closed celebdor closed 3 months ago
@celebdor: This pull request references Jira Issue OCPBUGS-35282, which is valid.
Requesting review from QA contact: /cc @jianping-shu
The bug has been updated to refer to the pull request using the external bug tracker.
/ok-to-test
/lgtm /approve
...assuming CI is happy.
/test all
@celebdor: all tests passed!
Full PR test history. Your PR dashboard.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 46.26%. Comparing base (
7601b0c
) to head (d622ebd
).
/lgtm
@celebdor: Jira Issue OCPBUGS-35282: All pull requests linked via external trackers have merged:
Jira Issue OCPBUGS-35282 has been moved to the MODIFIED state.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: 2uasimojo, celebdor
The full list of commands accepted by this bot can be found here.
The pull request process is described here
In the process of revendoring the installer, a dependency conflict was found in which OCP updated its direct dependencies to a new backwards incompatible Prometheus version (0.48.0). The corresponding k8s dependency update to the new Prometheus version was only present in k8s 0.31.x+. The new installer version was dependent on the new Prometheus version as well as the old version of k8s (0.29.x). This dependency on the old version of k8s was pulled in by hive through the direct dependency on openshift/generic-admission-server, which depends on k8s.io/component-base.
To rectify this issue, update k8s.io/component-base to 0.31.x. As a byproduct, update controller-runtime to be compatible with component-base 0.31.x.
Should also address: ACM-12693 ACM-12256 ACM-10978 ACM-11533