-
Bug
-
Resolution: Done-Errata
-
Undefined
-
4.16.0
-
None
-
No
-
False
-
-
N/A
-
Release Note Not Required
-
In Progress
Description of problem:
To bump some dependencies for CVE fixes, we added `replace` directives in the go.mod file. These dependencies have since moved way past the pinned version. We should drop the replaces before we run into problems from having deps pinned to versions that are too old. For example, I've seen PRs with the following diff: # golang.org/x/net v0.23.0 => golang.org/x/net v0.5.0 which is not really what we want.
Version-Release number of selected component (if applicable):
4.16
How reproducible:
always
Steps to Reproduce:
1. 2. 3.
Actual results:
Some dependencies are not upgraded because they are pinned.
Expected results:
Additional info:
- links to
-
RHEA-2024:0041 OpenShift Container Platform 4.16.z bug fix update