-
Notifications
You must be signed in to change notification settings - Fork 26
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
OCPBUGS-21672: http2: trim connetions and buffers #80
OCPBUGS-21672: http2: trim connetions and buffers #80
Conversation
CHANGELOG: v0.14.2, add Make-,Dockerfile change
It is necessary to have more fine grained and rigid versioning to be able to use k8s' versioning.
version: set version flag values properly
Release 0.14.3
Makefile: revert VERSION, add VERSION_SEMVER
Bump golang.org/x/net to address CVE-2023-44487
Release 0.14.4
ab150f0
to
569f97f
Compare
deps: patch cve-2023-45142, not affecting krp
pkg/filters/auth.go
Outdated
// limit this connection to just this request, | ||
// and then send a GOAWAY and tear down the TCP connection | ||
// https://github.com/golang/net/commit/97aa3a539ec716117a9d15a4659a911f50d13c3c | ||
w.Header().Set("Connection", "close") |
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.
aren't we supposed to return here? you are continuing the handler chain.
/rename OCPBUGS-21672: http2: trim connetions and buffers |
/retitle OCPBUGS-21672: http2: trim connetions and buffers |
@ibihim: This pull request references Jira Issue OCPBUGS-21672, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: The bug has been updated to refer to the pull request using the external bug tracker. 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 kubernetes/test-infra repository. |
/retest-required |
1 similar comment
/retest-required |
Hello all, I pre-merge tested this PR, got panics, details are in OCPBUGS-21672 comment:
|
2cbfef0
to
9969ff7
Compare
The env variable VERSION is set in the image and overwrites the version from kube-rbac-proxy.
/lgtm |
(we pair programmed here together) |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ibihim, s-urbaniak 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 |
@ibihim: 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/test-infra repository. I understand the commands that are listed here. |
@ibihim: Jira Issue OCPBUGS-21672: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-21672 has been moved to the MODIFIED state. 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 kubernetes/test-infra repository. |
Includes openshift/kube-rbac-proxy#80 Signed-off-by: Or Shoval <oshoval@redhat.com>
Includes openshift/kube-rbac-proxy#80 Signed-off-by: Or Shoval <oshoval@redhat.com>
Includes openshift/kube-rbac-proxy#80 KubeRbacProxyImageDefault was updated manually. Each test/release/x.go file was updated according the version it had in its variable. Since the tests validate the release on the upgrade test, both for the old and latest, if there were any errors we would see. Signed-off-by: Or Shoval <oshoval@redhat.com>
Includes openshift/kube-rbac-proxy#80 KubeRbacProxyImageDefault was updated manually. Each test/release/x.go file was updated according the version it had in its variable. Since the tests validate the release on the upgrade test, both for the old and latest, if there were any errors we would see. Signed-off-by: Or Shoval <oshoval@redhat.com>
Includes openshift/kube-rbac-proxy#80 KubeRbacProxyImageDefault was updated manually. Each test/release/x.go file was updated according the version it had in its variable. Since the tests validate the release on the upgrade test, both for the old and latest, if there were any errors we would see. Signed-off-by: Or Shoval <oshoval@redhat.com>
Includes openshift/kube-rbac-proxy#80 KubeRbacProxyImageDefault was updated manually. Each test/release/x.go file was updated according the version it had in its variable. Since the tests validate the release on the upgrade test, both for the old and latest, if there were any errors we would see. Signed-off-by: Or Shoval <oshoval@redhat.com>
Includes openshift/kube-rbac-proxy#80 Signed-off-by: Or Shoval <oshoval@redhat.com>
Includes openshift/kube-rbac-proxy#80 Signed-off-by: Or Shoval <oshoval@redhat.com>
Includes openshift/kube-rbac-proxy#80 Affects CNAO and KMP. KubeRbacProxyImageDefault was updated manually. Each test/release/x.go file was updated according the version it had in its variable. Since the tests validate the release on the upgrade test, both for the old and latest, if there were any errors we would see. Since the image might change, it can't use the variable which exists only on the latest candid 99.0.0, but should have an hardcoded value per each release. Signed-off-by: Or Shoval <oshoval@redhat.com>
[ART PR BUILD NOTIFIER] This PR has been included in build kube-rbac-proxy-container-v4.15.0-202311140732.p0.ge8e8c84.assembly.stream for distgit kube-rbac-proxy. |
Includes openshift/kube-rbac-proxy#80 Affects CNAO and KMP. KubeRbacProxyImageDefault was updated manually. Each test/release/x.go file was updated according the version it had in its variable. Since the tests validate the release on the upgrade test, both for the old and latest, if there were any errors we would see. Since the image might change, it can't use the variable which exists only on the latest candid 99.0.0, but should have an hardcoded value per each release. Signed-off-by: Or Shoval <oshoval@redhat.com>
Includes openshift/kube-rbac-proxy#80 Affects CNAO and KMP. KubeRbacProxyImageDefault was updated manually. Each test/release/x.go file was updated according the version it had in its variable. Since the tests validate the release on the upgrade test, both for the old and latest, if there were any errors we would see. Since the image might change, it can't use the variable which exists only on the latest candid 99.0.0, but should have an hardcoded value per each release. Signed-off-by: Or Shoval <oshoval@redhat.com>
Includes openshift/kube-rbac-proxy#80 Signed-off-by: Or Shoval <oshoval@redhat.com>
Includes openshift/kube-rbac-proxy#80 Affects CNAO and KMP. KubeRbacProxyImageDefault was updated manually. Each test/release/x.go file was updated according the version it had in its variable. Since the tests validate the release on the upgrade test, both for the old and latest, if there were any errors we would see. Since the image might change, it can't use the variable which exists only on the latest candid 99.0.0, but should have an hardcoded value per each release. Signed-off-by: Or Shoval <oshoval@redhat.com>
What
Why