Skip to content
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

bump k8s.io/client-go dep for discovery client fixes #2855

Merged
merged 2 commits into from
Aug 23, 2023

Commits on Aug 21, 2023

  1. bump k8s.io/client-go dep for discovery client fixes

    k8s.io/client-go [v0.26.0, v0.26.3) was impacted by a regression in discovery client behavior
    kubernetes/kubernetes#118361 (comment) for details
    We are probably not hitting this due to not testing 1.27 upstream yet,
    or don't have the custom metric endpoints that send these nils in the response.
    (Reproduces on OpenShift ECs for example)
    
    Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>
    akalenyu committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    2423ac3 View commit details
    Browse the repository at this point in the history
  2. make generate

    Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>
    akalenyu committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    f5dcecc View commit details
    Browse the repository at this point in the history