-
Notifications
You must be signed in to change notification settings - Fork 112
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
CNTRLPLANE-1: downgrade grpc library to 1.65.0 #2190
Conversation
PR openshift#2105 bumped google.golang.org/grpc to v1.67.0. However, that version rejects TLS connections that don't support ALPN, which is incompatible with how the product currently works. As a result, routes tests in openshift/origin are currently failing. Kubernetes 1.32.1 uses version 1.65, so we decided to downgrade the library to the same version as upstream uses.
@bertinatto: This pull request references CNTRLPLANE-1 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the epic to target the "4.19.0" version, but no target version was set. In response to this:
Instructions 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 openshift-eng/jira-lifecycle-plugin repository. |
@bertinatto: the contents of this pull request could not be automatically validated. The following commits could not be validated and must be approved by a top-level approver:
Comment |
@bertinatto: This pull request references CNTRLPLANE-1 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the epic to target the "4.19.0" version, but no target version was set. In response to this:
Instructions 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 openshift-eng/jira-lifecycle-plugin repository. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bertinatto, stbenjam The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest-required |
/label acknowledge-critical-fixes-only |
/remove-label backports/unvalidated-commits |
/retest-required |
/test integration |
/retest-required |
/retest |
1 similar comment
/retest |
/retest-required |
/retest |
3 similar comments
/retest |
/retest |
/retest |
/retest-required |
/retest |
1 similar comment
/retest |
3 similar comments
/retest |
/retest |
/retest |
@bertinatto: all tests passed! Full PR test history. Your PR dashboard. Instructions 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-sigs/prow repository. I understand the commands that are listed here. |
[ART PR BUILD NOTIFIER] Distgit: openshift-enterprise-pod |
[ART PR BUILD NOTIFIER] Distgit: kube-proxy |
[ART PR BUILD NOTIFIER] Distgit: openshift-enterprise-hyperkube |
[ART PR BUILD NOTIFIER] Distgit: ose-installer-kube-apiserver-artifacts |
This PR:
PR #2105 bumped google.golang.org/grpc to v1.67.0. However, that version rejects TLS connections that don't support ALPN, which is incompatible with how the product currently works. As a result, routes tests in openshift/origin fail when the o/k is bumped there.
Kubernetes 1.32.1 uses version 1.65, so we decided to downgrade the library to the same version as upstream uses.
/assign @jsafrane @stbenjam