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 (Moderate: OpenShift Container Platform 4.10.10 bug fix and security update), 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/RHSA-2022:1356
release-4.10 branch already contains the bugfix - 2bf7e1ca06e60cd1dc722c97640b639b9d8ce704 ``` commit 2bf7e1ca06e60cd1dc722c97640b639b9d8ce704 Author: Bartlomiej Plotka <bwplotka> Date: Mon Sep 20 11:38:36 2021 +0200 Cut 0.23.0-rc.1 and cherry picked 3 critical commits from main. (#4684) * Sidecar: Fix process external label on promethues v2.28+ use units.Bytes config type (#4657) * Sidecar: Fix process external label when promethues v2.28+ use units.Bytes config type (#4656) Signed-off-by: hanjm <hanjinming> * E2E: Upgrade prometheus image version Signed-off-by: hanjm <hanjinming> * upgrade Prometheus dependency version to v2.30.0 (#4669) * upgrade Prometheus dependency version to v2.30.0 Signed-off-by: Ben Ye <ben.ye> * fix unit test Signed-off-by: Ben Ye <ben.ye> # Conflicts: # go.mod # go.sum * Query: Fix (*exemplarsStream).receive/(*metricMetadataStream).receive/(*targetsStreamStream).receive infinite loop when target response Unimplemented error (#4676) (#4681) ```