Hide Forgot
Description of problem: Check the haproxy version of router image and it still use haproxy18-1.8.14-2.el7.x86_64 Version-Release number of selected component (if applicable): 4.0.0-0.nightly-2019-04-04-132405 How reproducible: 100% Steps to Reproduce: 1. $ oc -n openshift-ingress rsh router-default-98f565474-fp72n sh-4.2$ haproxy -v HA-Proxy version 1.8.14-52e4d43 2018/09/20 Copyright 2000-2018 Willy Tarreau <willy> sh-4.2$ rpm -qa | grep haproxy haproxy18-1.8.14-2.el7.x86_64 2. Actual results: haproxy version is 1.8.14 Expected results: haproxy version is 1.8.17 Additional info: haproxy in OCP 3.11/10 has been updated to 1.8.17
Was not tagged for 4.1, I think it was getting version from RHEL/Extras or something. I tagged haproxy-1.8.17-3.el7 -- should show up in next build of the image.
verified with 4.1.0-0.nightly-2019-04-23-223857 and issue has been fixed. router image: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:ed5eee91ebeac7e8ca48e7308f33abaa01b786412aff46a849bb4d847b270b02 $ oc -n openshift-ingress rsh router-default-555c474c6f-b9hkt sh-4.2$ haproxy -v HA-Proxy version 1.8.17 2019/01/08 Copyright 2000-2019 Willy Tarreau <willy> sh-4.2$ rpm -qa | grep haproxy haproxy18-1.8.17-3.el7.x86_64 sh-4.2$
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:0758